aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add --no-task-logging CLI argumentJoseph Hunkeler47 hours4-0/+5
* The release list should use the full count of releases, not nelem_realJoseph Hunkeler47 hours1-1/+1
* Squelch unused argument warningsJoseph Hunkeler47 hours2-0/+4
* Delivery context is constantJoseph Hunkeler47 hours1-1/+1
* Duplicate testsJoseph Hunkeler47 hours1-0/+17
* Duplicate jfrog_authJoseph Hunkeler47 hours1-0/+11
* Move docker struct duplication down to jfrog struct duplicationJoseph Hunkeler47 hours1-9/+9
* Delivery context is not modifiedJoseph Hunkeler47 hours1-1/+1
* Fix buffer overflow while building command stringJoseph Hunkeler47 hours1-2/+2
* Initialize character arrays to zeroJoseph Hunkeler47 hours1-7/+3
* Fix System struct comment positionsJoseph Hunkeler47 hours1-4/+2
* Duplicate upload contextJoseph Hunkeler47 hours1-1/+43
* Fix incorrect formatter in SYSERROR callJoseph Hunkeler47 hours1-1/+1
* Convert context manipulation from stack+heap to just heapJoseph Hunkeler47 hours10-76/+85
* Fix possible overflow in command stringJoseph Hunkeler47 hours1-3/+3
* get_latest_deliveries() now optionally returns the count of elements in the r...Joseph Hunkeler47 hours2-3/+8
* Add delivery_duplicate() and strdup_maybe() helperJoseph Hunkeler47 hours2-0/+110
* Decrease length of semaphore nameJoseph Hunkeler10 days1-1/+1
* Flush buffersJoseph Hunkeler10 days1-0/+3
* Integrate semaphoreJoseph Hunkeler10 days1-1/+3
* Integrate semaphoreJoseph Hunkeler10 days1-0/+11
* Integrate semaphoreJoseph Hunkeler11 days2-3/+19
* Add semaphore wrapperJoseph Hunkeler11 days3-0/+44
* Increase lines_on_error from 100 to 1000breakdownJoseph Hunkeler2025-07-081-1/+1
* Bugfix: Remove errant else blockJoseph Hunkeler2025-07-081-10/+15
* Free errmsg after useJoseph Hunkeler2025-07-081-0/+1
* Bugfix: HTTP_ERROR did not check for negative valuesJoseph Hunkeler2025-07-081-1/+1
* Debug messagesJoseph Hunkeler2025-07-082-0/+9
* Write error message correctly to the bufferJoseph Hunkeler2025-07-081-3/+3
* Set last records to NULLJoseph Hunkeler2025-07-081-1/+2
* Disable noisy debug statementsJoseph Hunkeler2025-07-081-2/+2
* Make want_(artifactory|docker) constantJoseph Hunkeler2025-07-071-3/+3
* Fix leakJoseph Hunkeler2025-07-071-0/+1
* Offset is constantJoseph Hunkeler2025-07-071-0/+1
* Use a copy of the environment variable if its presentJoseph Hunkeler2025-07-071-1/+4
* Return a copy of the input, not the input pointerJoseph Hunkeler2025-07-071-2/+1
* Separator as variableJoseph Hunkeler2025-07-071-0/+1
* Memory safetyJoseph Hunkeler2025-07-071-5/+27
* GrammarJoseph Hunkeler2025-07-071-1/+1
* Convert sprintf to snprintfJoseph Hunkeler2025-07-071-3/+2
* Move steps into functionsJoseph Hunkeler2025-07-071-330/+387
* Add delivery_export.cJoseph Hunkeler2025-07-073-0/+83
* Remove dead codeJoseph Hunkeler2025-07-071-2/+0
* Merge pull request #114 from jhunkeler/fail-on-baked-in-vcs-requirementsJoseph Hunkeler2025-07-034-0/+111
|\
| * Ban Python packages with VCS requirement URLs in their setup scripts/configsfail-on-baked-in-vcs-requirementsJoseph Hunkeler2025-07-024-0/+111
* | Bug: Injected --extra-index-url into conda and pip commandserrant-extra-indexJoseph Hunkeler2025-07-021-1/+1
|/
* Allow git commit hashes in "version" fieldallow-hashes-as-versionJoseph Hunkeler2025-06-301-1/+1
* Add helper functionsJoseph Hunkeler2025-06-302-0/+33
* Update to_short_version() documentationJoseph Hunkeler2025-06-301-9/+18
* Fix to_short_version to drop any values beyond "major.minor"Joseph Hunkeler2025-06-301-4/+27