Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The jf x86_64 binary for mac is suffixed by 386. | Joseph Hunkeler | 2024-05-09 | 1 | -2/+6 |
| | | | | * Brilliant. | ||||
* | Move artifactory authentication redaction code into its own function: ↵ | Joseph Hunkeler | 2024-04-15 | 1 | -13/+3 |
| | | | | redact_sensitive() | ||||
* | Apply download() error detection | Joseph Hunkeler | 2024-04-15 | 1 | -1/+2 |
| | |||||
* | Free pointers to new_src and base | Joseph Hunkeler | 2024-04-12 | 1 | -0/+4 |
| | |||||
* | Free components list | Joseph Hunkeler | 2024-04-10 | 1 | -0/+1 |
| | |||||
* | More strlist operations | Joseph Hunkeler | 2024-04-02 | 1 | -7/+7 |
| | |||||
* | Use do/while in guard_* macros to make them behave more like functions | Joseph Hunkeler | 2024-03-10 | 1 | -7/+7 |
| | |||||
* | Prototypes documentation | Joseph Hunkeler | 2024-03-04 | 1 | -1/+54 |
| | | | | | | | Includes minor changes: * Rename jfrt_upload_set_defaults to jfrt_upload_init * Move jfrt_auth_init to artifactory.c * Adds missing error handling to git_describe and git_rev_parse | ||||
* | Quote inputs to string argument | Joseph Hunkeler | 2024-02-18 | 1 | -8/+8 |
| | | | | * Change type of build-number from int to string. RTFM'd. | ||||
* | Avoid log spam from artifactory pings. | Joseph Hunkeler | 2024-02-12 | 1 | -1/+4 |
| | | | | * Errors are still written to stderr | ||||
* | Change "regexp" argument from type bool, to string | Joseph Hunkeler | 2024-02-06 | 1 | -1/+1 |
| | |||||
* | Refactor std{out,err} to f_std{out,err} | Joseph Hunkeler | 2024-02-06 | 1 | -2/+2 |
| | | | | * Bare stdout and stderr, even as struct members, tend to conflict with numerous libc implementations. | ||||
* | Add missing '=' suffix on --client-cert-key-path argument | Joseph Hunkeler | 2024-02-06 | 1 | -2/+2 |
| | |||||
* | Gracefully handle a failure to download a file | Joseph Hunkeler | 2024-02-06 | 1 | -1/+3 |
| | |||||
* | Consolidate header includes to omc.h | Joseph Hunkeler | 2024-02-06 | 1 | -1/+1 |
| | |||||
* | Use shell() in place of shell2() | Joseph Hunkeler | 2024-01-29 | 1 | -2/+2 |
| | | | | * Remove errant semi-colon from macro call | ||||
* | Add JFrog CLI integration | Joseph Hunkeler | 2023-12-10 | 1 | -0/+394 |