aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add destroy to exampleJoseph Hunkeler2 days1-0/+2
* Enforce maximum buffer length of `name`Joseph Hunkeler2 days1-1/+8
* Remove debugging codeJoseph Hunkeler3 days1-4/+0
* Do not print error from within functionJoseph Hunkeler3 days1-1/+0
* Document semaphore usageJoseph Hunkeler3 days2-1/+43
* Integrate --no-task-logging CLI argumentJoseph Hunkeler6 days2-11/+27
* Add --no-task-logging CLI argumentJoseph Hunkeler6 days4-0/+5
* Decrease length of semaphore nameJoseph Hunkeler6 days1-1/+1
* Flush buffersJoseph Hunkeler6 days1-0/+3
* Integrate semaphoreJoseph Hunkeler6 days1-1/+3
* Integrate semaphoreJoseph Hunkeler6 days1-0/+11
* Integrate semaphoreJoseph Hunkeler6 days2-3/+19
* Add semaphore wrapperJoseph Hunkeler6 days3-0/+44
* Merge pull request #119 from jhunkeler/indexer-buffer-overlowJoseph Hunkeler10 days14-93/+285
|\
| * The release list should use the full count of releases, not nelem_realindexer-buffer-overlowJoseph Hunkeler10 days1-1/+1
| * Squelch unused argument warningsJoseph Hunkeler2025-11-062-0/+4
| * Delivery context is constantJoseph Hunkeler2025-11-061-1/+1
| * Duplicate testsJoseph Hunkeler2025-11-061-0/+17
| * Duplicate jfrog_authJoseph Hunkeler2025-11-061-0/+11
| * Move docker struct duplication down to jfrog struct duplicationJoseph Hunkeler2025-11-061-9/+9
| * Delivery context is not modifiedJoseph Hunkeler2025-11-061-1/+1
| * Fix buffer overflow while building command stringJoseph Hunkeler2025-11-061-2/+2
| * Initialize character arrays to zeroJoseph Hunkeler2025-11-041-7/+3
| * Fix System struct comment positionsJoseph Hunkeler2025-11-041-4/+2
| * Duplicate upload contextJoseph Hunkeler2025-11-041-1/+43
| * Fix incorrect formatter in SYSERROR callJoseph Hunkeler2025-11-041-1/+1
| * Convert context manipulation from stack+heap to just heapJoseph Hunkeler2025-11-0410-76/+85
| * Fix possible overflow in command stringJoseph Hunkeler2025-11-041-3/+3
| * get_latest_deliveries() now optionally returns the count of elements in the r...Joseph Hunkeler2025-11-042-3/+8
| * Add delivery_duplicate() and strdup_maybe() helperJoseph Hunkeler2025-11-042-0/+110
|/
* Merge pull request #116 from jhunkeler/breakdownHEADmasterJoseph Hunkeler2025-07-0814-353/+552
|\
| * Increase lines_on_error from 100 to 1000breakdownJoseph Hunkeler2025-07-082-2/+2
| * 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
| * Enable debug messages in RTJoseph Hunkeler2025-07-081-1/+1
| * Set last records to NULLJoseph Hunkeler2025-07-081-1/+2
| * Disable noisy debug statementsJoseph Hunkeler2025-07-081-2/+2
| * Fix leak in artifactory testJoseph Hunkeler2025-07-071-0/+1
| * Make want_(artifactory|docker) constantJoseph Hunkeler2025-07-071-3/+3
| * Fix leakJoseph Hunkeler2025-07-071-0/+1
| * Test for ini_getall()Joseph Hunkeler2025-07-071-0/+18
| * 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