aboutsummaryrefslogtreecommitdiff
path: root/src/lib/core
Commit message (Expand)AuthorAgeFilesLines
* Free wheel package on errorJoseph Hunkeler2026-04-231-13/+15
* Fix snprintf maxlenJoseph Hunkeler2026-04-231-3/+1
* Close handle on errorJoseph Hunkeler2026-04-231-0/+1
* Free tempfile regardlessJoseph Hunkeler2026-04-231-1/+2
* Fix snprintf maxlenJoseph Hunkeler2026-04-231-3/+2
* Check error condition when redirecting IO streams in child processJoseph Hunkeler2026-04-231-1/+5
* get_github_release_notes: check for NULL before truncating messageJoseph Hunkeler2026-04-231-1/+4
* docker_script: close pipe on errorJoseph Hunkeler2026-04-231-0/+1
* env0_to_runtime: close file on errorJoseph Hunkeler2026-04-231-0/+1
* Fix snprintfsJoseph Hunkeler2026-04-234-45/+23
* Remove commentJoseph Hunkeler2026-04-231-2/+0
* Use snprintfJoseph Hunkeler2026-04-222-4/+4
* Use snprintfJoseph Hunkeler2026-04-221-1/+1
* Use snprintfJoseph Hunkeler2026-04-221-14/+13
* Fix string append operationJoseph Hunkeler2026-04-221-2/+2
* artifactory_download_cli: Add more SYSDEBUG statementsJoseph Hunkeler2026-04-221-1/+7
* artifactory_download_cli: Add SYSDEBUG statementsJoseph Hunkeler2026-04-221-0/+17
* junitxml: add error handling and free functionsJoseph Hunkeler2026-04-221-26/+77
* shell: fix possible bug in dup2 usageJoseph Hunkeler2026-04-221-5/+17
* shell: close file handles on errorJoseph Hunkeler2026-04-221-1/+11
* semaphore: add easy-to-uncomment debug code to show the semaphore's state (ve...Joseph Hunkeler2026-04-221-2/+12
* download: Increase number of SYSDEBUG calls around critical operationsJoseph Hunkeler2026-04-221-1/+19
* template: handle allocation errors appropriatelyJoseph Hunkeler2026-04-221-0/+22
* file_replace_text: close temp file handle on errorJoseph Hunkeler2026-04-221-0/+1
* ini_init: return on memory errorJoseph Hunkeler2026-04-221-0/+3
* download: increase size of user_agent bufferJoseph Hunkeler2026-04-221-9/+2
* copy2: close fp1 handle on errorJoseph Hunkeler2026-04-221-0/+1
* download: set user_agent to stasis/dev when version is a post tag commitJoseph Hunkeler2026-04-211-2/+9
* Generate version string based on repository informationJoseph Hunkeler2026-04-212-5/+7
* Convert sprintf to snprintfJoseph Hunkeler2026-04-201-3/+3
* Fix incorrect usage of maxlen argument in snprintf callsJoseph Hunkeler2026-04-175-18/+18
* Convert vsprintfJoseph Hunkeler2026-04-172-5/+38
* Convert more strcpy to strn variantJoseph Hunkeler2026-04-1615-72/+72
* Convert more strcat and strcpy to strn variantsJoseph Hunkeler2026-04-169-39/+39
* gen_file_extension_str: add maxlen argumentJoseph Hunkeler2026-04-162-3/+3
* Replace sprintf with snprintfJoseph Hunkeler2026-04-159-50/+68
* Force pip to poll the index during the existence checkdry-run-for-realJoseph Hunkeler2026-04-101-1/+2
* Clear errno on touchJoseph Hunkeler2026-04-091-0/+3
* Debug: Only report hangcheck value on error.Joseph Hunkeler2026-04-081-2/+2
* Free platform array by lengthJoseph Hunkeler2026-04-081-0/+7
* Convert from stack to heap based test allocationJoseph Hunkeler2026-04-081-2/+2
* Finish commenting function prototypesJoseph Hunkeler2026-04-071-3/+40
* Add enum for wheel_package error handlingJoseph Hunkeler2026-04-072-9/+42
* Consolidate count member assignmentJoseph Hunkeler2026-04-071-17/+25
* NULL terminate keyword arraysJoseph Hunkeler2026-04-071-0/+2
* Add missing includes for libzipJoseph Hunkeler2026-04-071-0/+1
* Implement wheel package parser1.4.0Joseph Hunkeler2026-04-075-0/+1560
* Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.hJoseph Hunkeler2026-04-073-13/+13
* Add TODOsJoseph Hunkeler2026-03-051-0/+2
* Add strlist_appendf function (future use)Joseph Hunkeler2026-03-052-0/+23