aboutsummaryrefslogtreecommitdiff
path: root/src/lib/delivery/delivery.c
Commit message (Collapse)AuthorAgeFilesLines
* Duplicate upload contextJoseph Hunkeler3 days1-1/+43
|
* Add delivery_duplicate() and strdup_maybe() helperJoseph Hunkeler3 days1-0/+103
| | | | | * The indexer needs to generate copies of the delivery context. The previous implementation (memcpy) left a lot to be desired. * strdup_maybe() might be useful elsewhere but for now I am leaving it static
* A note to selfJoseph Hunkeler2025-06-271-0/+3
|
* When a second '@' is present, extract the versionJoseph Hunkeler2025-06-271-1/+9
|
* Free lists using guard_ macroJoseph Hunkeler2025-03-201-2/+2
|
* Remove extras in more locationsJoseph Hunkeler2025-03-201-9/+1
|
* free(3): If ptr is NULL, no operation is performed.free-memJoseph Hunkeler2025-03-201-1/+1
|
* Replace localtime with localtime_r and allocate a new buffer for each ↵Joseph Hunkeler2025-02-041-0/+1
| | | | Delivery context
* Free members recently added to Delivery structureJoseph Hunkeler2025-02-041-0/+3
|
* Move delivery_*.c sources into their own libraryJoseph Hunkeler2024-12-081-0/+323