aboutsummaryrefslogtreecommitdiff
path: root/src/lib/delivery
Commit message (Expand)AuthorAgeFilesLines
* make dep_status constantJoseph Hunkeler28 hours1-1/+1
* if conda fails, returnJoseph Hunkeler28 hours1-2/+10
* when no spec is present use the package name insteadJoseph Hunkeler28 hours1-4/+8
* remove linefeed from debug messageJoseph Hunkeler28 hours1-1/+1
* free platform array on errorJoseph Hunkeler28 hours1-0/+3
* Remove linefeed from errorJoseph Hunkeler28 hours1-1/+1
* Blank warning as new lineJoseph Hunkeler28 hours1-1/+2
* Remove linefeed from warning messageJoseph Hunkeler39 hours1-1/+1
* Update macroJoseph Hunkeler47 hours1-1/+1
* Add debug outputJoseph Hunkeler47 hours1-0/+8
* terminate stringsJoseph Hunkeler47 hours1-1/+3
* terminate platform string after copyJoseph Hunkeler47 hours1-0/+2
* delivery_duplicate: free INI handleJoseph Hunkeler47 hours1-1/+1
* delivery_duplicate: free INI handleJoseph Hunkeler47 hours1-0/+3
* delivery_duplicate: free context on errorJoseph Hunkeler47 hours1-0/+6
* delivery_duplicate: handle platform allocation errorJoseph Hunkeler47 hours1-1/+7
* free tests on errorJoseph Hunkeler47 hours1-0/+2
* delivery_init: return if platform cannot be establishedJoseph Hunkeler47 hours1-1/+4
* delivery_init_platform: return on allocation errorJoseph Hunkeler47 hours1-0/+4
* Replace msg, perror, and fprintf with SYS message macrosuse-sys-macrosJoseph Hunkeler47 hours12-80/+79
* Move strdup_maybe to str.c and export symbol in str.hJoseph Hunkeler3 days1-11/+0
* Update SYS* macro callsJoseph Hunkeler3 days10-90/+90
* Fix up includesJoseph Hunkeler3 days8-12/+15
* Implement logging facility WARN, INFO, DEBUGJoseph Hunkeler3 days1-2/+0
* Merge pull request #141 from jhunkeler/use-stasis-bufsizJoseph Hunkeler6 days1-0/+8
|\
| * Create XDG_CONFIG_HOME and XDG_CACHE_HOME directories1.6.0use-stasis-bufsizJoseph Hunkeler6 days1-0/+8
* | Integrate into main and lib/deliveryversion-compareJoseph Hunkeler8 days2-3/+11
* | Add delivery_force_package_version() driverJoseph Hunkeler9 days1-0/+136
* | Include version_compare.h in delivery.hJoseph Hunkeler9 days1-0/+3
|/
* disable setting TMPDIRJoseph Hunkeler2026-04-271-5/+6
* delivery_export_configuration: Add debug statementsJoseph Hunkeler2026-04-271-0/+18
* pkg_index_provides: Add logdir argumentJoseph Hunkeler2026-04-271-2/+2
* Fix file handle leaksJoseph Hunkeler2026-04-261-0/+1
* Set starting TMPDIR to /tmp/stasisJoseph Hunkeler2026-04-251-12/+32
* delivery_init_tmpdir: reverse error condition to clean up goto logicJoseph Hunkeler2026-04-251-4/+15
* NUL terminate after copyJoseph Hunkeler2026-04-246-3/+42
* delivery_format_str: fix snprintf appendJoseph Hunkeler2026-04-231-5/+5
* Fix snprintfsJoseph Hunkeler2026-04-233-18/+14
* Use snprintfJoseph Hunkeler2026-04-222-5/+5
* artifactory_download_cli: Add more SYSDEBUG statementsJoseph Hunkeler2026-04-221-0/+5
* duplicate_delivery: handle error conditionsJoseph Hunkeler2026-04-221-2/+12
* delivery_purge_packages: handle bad function pointer (unlikely)Joseph Hunkeler2026-04-221-1/+13
* delivery_duplicate: return on memory errorJoseph Hunkeler2026-04-221-0/+5
* delivery_defer_packages: nametmp and package_name must use the same buffer sizeJoseph Hunkeler2026-04-221-2/+2
* strdup_maybe exits the program on memory errorJoseph Hunkeler2026-04-221-1/+6
* Emit stasis versionJoseph Hunkeler2026-04-211-0/+6
* Fix incorrect usage of maxlen argument in snprintf callsJoseph Hunkeler2026-04-173-9/+9
* Convert more strcpy to strn variantJoseph Hunkeler2026-04-165-16/+16
* Convert more strcat and strcpy to strn variantsJoseph Hunkeler2026-04-161-3/+3
* Replace sprintf with snprintfJoseph Hunkeler2026-04-1512-87/+111