aboutsummaryrefslogtreecommitdiff
path: root/src/artifactory.c
Commit message (Collapse)AuthorAgeFilesLines
* Change "regexp" argument from type bool, to stringJoseph Hunkeler2024-02-061-1/+1
|
* Refactor std{out,err} to f_std{out,err}Joseph Hunkeler2024-02-061-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 argumentJoseph Hunkeler2024-02-061-2/+2
|
* Gracefully handle a failure to download a fileJoseph Hunkeler2024-02-061-1/+3
|
* Consolidate header includes to omc.hJoseph Hunkeler2024-02-061-1/+1
|
* Use shell() in place of shell2()Joseph Hunkeler2024-01-291-2/+2
| | | | * Remove errant semi-colon from macro call
* Add JFrog CLI integrationJoseph Hunkeler2023-12-101-0/+394