aboutsummaryrefslogtreecommitdiff
path: root/src/lib/core
Commit message (Expand)AuthorAgeFilesLines
* Fix zstd file magicJoseph Hunkeler45 hours1-1/+1
* pkg_index_providesJoseph Hunkeler3 days1-29/+74
* Rewrite debug_hexdumpJoseph Hunkeler3 days2-47/+33
* Ignore stderr from installation dry-runJoseph Hunkeler3 days1-0/+1
* Ensure .condrc exists and conda knows where to find itJoseph Hunkeler3 days1-0/+13
* Store conda installation prefix in capabilities structureJoseph Hunkeler3 days2-2/+6
* Remove redundant code left behind from developmentJoseph Hunkeler3 days1-11/+0
* Add python_importlib_metadata_version functionJoseph Hunkeler3 days2-18/+46
* Add support for modern versions of conda and mambaJoseph Hunkeler3 days1-22/+54
* Add recipe_get_build_systemJoseph Hunkeler3 days2-17/+43
* shell: throw warning if temporary script's permissions cannot be modifiedJoseph Hunkeler3 days1-1/+3
* Add CondaCapabilities as argument to conda_setup_headlessJoseph Hunkeler3 days2-2/+2
* Add conda_capable, conda_capable functionsJoseph Hunkeler3 days2-0/+108
* General fixes (#149)1.7.1Joseph Hunkeler3 days5-7/+26
* Always display information about docker even if its not available (#144)Joseph Hunkeler3 days1-8/+25
* Micromamba improvement (#148)1.7.0Joseph Hunkeler7 days6-19/+152
* Safe strings, finally (#145)Joseph Hunkeler2026-06-0219-168/+137
* Replace escape sequence '\e' with '\x1b' (portable)Joseph Hunkeler2026-05-121-6/+6
* Replace __FUNCTION__ with __func__ (portable)Joseph Hunkeler2026-05-121-1/+1
* Replace void pointer with pointer to tplfunc_frame structureJoseph Hunkeler2026-05-124-13/+16
* Remove redundant __FUNCTION__Joseph Hunkeler2026-05-121-3/+3
* Placate FORTIFY_SOURCE warningJoseph Hunkeler2026-05-121-1/+3
* Usable lines denote the number of entriesJoseph Hunkeler2026-05-121-3/+6
* One argument for error message stringJoseph Hunkeler2026-05-121-2/+2
* Remove linefeed from debug messageJoseph Hunkeler2026-05-121-1/+1
* Missing temp file is a warning, not an errorJoseph Hunkeler2026-05-121-1/+1
* free result on errorJoseph Hunkeler2026-05-121-0/+1
* Use log_print_error instead of SYSERRORJoseph Hunkeler2026-05-121-1/+1
* give a better idea of which munmap failedJoseph Hunkeler2026-05-121-2/+2
* Give log messages variable verbosityJoseph Hunkeler2026-05-111-7/+26
* The time has comeJoseph Hunkeler2026-05-111-1/+1
* Remove check for DEBUG defineJoseph Hunkeler2026-05-111-26/+14
* Handle error for mapping poolJoseph Hunkeler2026-05-111-0/+4
* Rename status to child_status to better clarify what we're looking atJoseph Hunkeler2026-05-111-12/+12
* Change raw fprintf to SYSERRORJoseph Hunkeler2026-05-111-1/+0
* Allocate heap instead of mmapping the task's command stringJoseph Hunkeler2026-05-111-8/+12
* Use semaphore to lock the child process up to the point of execvpJoseph Hunkeler2026-05-111-0/+4
* Close all file descriptors in child process, except STDIN, STDOUT, STDERR.Joseph Hunkeler2026-05-111-3/+14
* init: clean up on errorJoseph Hunkeler2026-05-111-2/+3
* Move center_text function into utils.c/utils.hJoseph Hunkeler2026-05-112-0/+34
* return INISection on initJoseph Hunkeler2026-05-111-2/+3
* strlist: check return value of strlist_item before using itJoseph Hunkeler2026-05-111-17/+98
* wheel_package: fix leak on failureJoseph Hunkeler2026-05-111-11/+25
* wheel_package_free: free record arrayJoseph Hunkeler2026-05-111-1/+1
* wheel_package_free: fix NULL dereference in provides_extra loopJoseph Hunkeler2026-05-111-6/+7
* wheel_package_free: allow pkg to be NULLJoseph Hunkeler2026-05-111-0/+3
* wheel_metadata_free: allow meta to be NULLJoseph Hunkeler2026-05-111-0/+3
* wheel_parse_metadata: fix sizeofJoseph Hunkeler2026-05-111-1/+1
* wheel_parse_metadata: return on errorJoseph Hunkeler2026-05-111-0/+4
* add non_format_len() functionJoseph Hunkeler2026-05-112-0/+27