aboutsummaryrefslogtreecommitdiff
path: root/src/lib/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve envctl_do_required outputJoseph Hunkeler2026-03-051-6/+11
* Flags are constantJoseph Hunkeler2026-03-051-1/+1
* Add backwards compatible way to emit only stdout, or stderr from docker commandJoseph Hunkeler2026-03-052-2/+17
* Free wheel_builder membersJoseph Hunkeler2026-03-051-0/+2
* Bugfix: Repository URL not freed when no match occursJoseph Hunkeler2026-03-051-1/+1
* Bugfix: Remove redundant string copy after duplicationJoseph Hunkeler2026-03-051-1/+0
* Add wheel_builder CLI argumentsJoseph Hunkeler2026-03-051-1/+3
* docker_script() now passes arguments to docker_execJoseph Hunkeler2026-02-222-3/+3
* Add method to get a byte string of random alpha-numeric valuesJoseph Hunkeler2026-02-222-0/+62
* Bugfix: git describe output should always produce long output if a tag existsJoseph Hunkeler2026-02-221-1/+1
* Bugfix: Avoid segfault on freeing uninitialized Wheel structJoseph Hunkeler2026-02-221-0/+3
* Fix memory leak when reading a commentJoseph Hunkeler2026-02-131-0/+1
* errmsg argument must be a valid pointerretry-downloadJoseph Hunkeler2026-02-121-3/+4
* Use ssize_t to avoid rollover from strtol on user inputJoseph Hunkeler2026-02-121-3/+3
* Error message pointer must be validJoseph Hunkeler2026-02-121-1/+4
* CommentJoseph Hunkeler2026-02-121-0/+2
* Implement STASIS_DOWNLOAD_RETRY_SECONDSJoseph Hunkeler2026-02-121-0/+11
* Only set http_code on success. Return -1 otherise.Joseph Hunkeler2026-02-121-3/+4
* Change "ATTEMPT" to "RETRY" and emit vital informationJoseph Hunkeler2026-02-121-1/+1
* max_retries should use value of max_retries_strJoseph Hunkeler2026-02-121-1/+1