| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move strdup_maybe to str.c and export symbol in str.h | Joseph Hunkeler | 2 days | 1 | -11/+0 |
| | | |||||
| * | Update SYS* macro calls | Joseph Hunkeler | 2 days | 1 | -6/+6 |
| | | |||||
| * | Fix up includes | Joseph Hunkeler | 2 days | 1 | -0/+1 |
| | | |||||
| * | pkg_index_provides: Add logdir argument | Joseph Hunkeler | 2026-04-27 | 1 | -2/+2 |
| | | | | | * mkdirs() the logdir | ||||
| * | NUL terminate after copy | Joseph Hunkeler | 2026-04-24 | 1 | -0/+6 |
| | | |||||
| * | delivery_format_str: fix snprintf append | Joseph Hunkeler | 2026-04-23 | 1 | -5/+5 |
| | | |||||
| * | duplicate_delivery: handle error conditions | Joseph Hunkeler | 2026-04-22 | 1 | -2/+12 |
| | | | | | * but also memcpy might not be enough here | ||||
| * | delivery_duplicate: return on memory error | Joseph Hunkeler | 2026-04-22 | 1 | -0/+5 |
| | | |||||
| * | delivery_defer_packages: nametmp and package_name must use the same buffer size | Joseph Hunkeler | 2026-04-22 | 1 | -2/+2 |
| | | |||||
| * | strdup_maybe exits the program on memory error | Joseph Hunkeler | 2026-04-22 | 1 | -1/+6 |
| | | |||||
| * | Convert more strcpy to strn variant | Joseph Hunkeler | 2026-04-16 | 1 | -2/+2 |
| | | |||||
| * | Replace sprintf with snprintf | Joseph Hunkeler | 2026-04-15 | 1 | -16/+19 |
| | | | | | * A few strcpy and strcat changes as well | ||||
| * | Move test free code from delivery.c:delivery_free() to ↵ | Joseph Hunkeler | 2026-04-08 | 1 | -19/+1 |
| | | | | | delivery_test.c:test_free() | ||||
| * | Free platform array by length | Joseph Hunkeler | 2026-04-08 | 1 | -1/+1 |
| | | |||||
| * | Only free when allocated | Joseph Hunkeler | 2026-04-08 | 1 | -4/+6 |
| | | |||||
| * | Convert from stack to heap based test allocation | Joseph Hunkeler | 2026-04-08 | 1 | -27/+31 |
| | | |||||
| * | Duplicate tests | Joseph Hunkeler | 2025-11-06 | 1 | -0/+17 |
| | | |||||
| * | Duplicate jfrog_auth | Joseph Hunkeler | 2025-11-06 | 1 | -0/+11 |
| | | |||||
| * | Move docker struct duplication down to jfrog struct duplication | Joseph Hunkeler | 2025-11-06 | 1 | -9/+9 |
| | | |||||
| * | Delivery context is not modified | Joseph Hunkeler | 2025-11-06 | 1 | -1/+1 |
| | | |||||
| * | Duplicate upload context | Joseph Hunkeler | 2025-11-04 | 1 | -1/+43 |
| | | |||||
| * | Add delivery_duplicate() and strdup_maybe() helper | Joseph Hunkeler | 2025-11-04 | 1 | -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 self | Joseph Hunkeler | 2025-06-27 | 1 | -0/+3 |
| | | |||||
| * | When a second '@' is present, extract the version | Joseph Hunkeler | 2025-06-27 | 1 | -1/+9 |
| | | |||||
| * | Free lists using guard_ macro | Joseph Hunkeler | 2025-03-20 | 1 | -2/+2 |
| | | |||||
| * | Remove extras in more locations | Joseph Hunkeler | 2025-03-20 | 1 | -9/+1 |
| | | |||||
| * | free(3): If ptr is NULL, no operation is performed.free-mem | Joseph Hunkeler | 2025-03-20 | 1 | -1/+1 |
| | | |||||
| * | Replace localtime with localtime_r and allocate a new buffer for each ↵ | Joseph Hunkeler | 2025-02-04 | 1 | -0/+1 |
| | | | | | Delivery context | ||||
| * | Free members recently added to Delivery structure | Joseph Hunkeler | 2025-02-04 | 1 | -0/+3 |
| | | |||||
| * | Move delivery_*.c sources into their own library | Joseph Hunkeler | 2024-12-08 | 1 | -0/+323 |
