aboutsummaryrefslogtreecommitdiff
path: root/src/lib/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #152 from jhunkeler/force-repeatable1.9.0Joseph Hunkeler3 days3-4/+66
|\
| * Remove redundant VCS URL messagesforce-repeatableJoseph Hunkeler3 days1-2/+0
| * Add utility function is_git_assumed_unchanged()Joseph Hunkeler3 days2-0/+50
| * Implement --force-repeatable optionJoseph Hunkeler10 days3-3/+17
* | BUGFIX: Close pipe on realloc errorclose-pipe-on-errorJoseph Hunkeler3 days1-0/+1
|/
* Tune conditions that dump errors from pip and conda during index resolutionbugfix-1003Joseph Hunkeler10 days1-27/+28
* Remove errant double call to SYSERRORJoseph Hunkeler10 days1-1/+0
* Fix zstd file magicJoseph Hunkeler2026-06-231-1/+1
* pkg_index_providesJoseph Hunkeler2026-06-221-29/+74
* Rewrite debug_hexdumpJoseph Hunkeler2026-06-222-47/+33
* Ignore stderr from installation dry-runJoseph Hunkeler2026-06-221-0/+1
* Ensure .condrc exists and conda knows where to find itJoseph Hunkeler2026-06-221-0/+13
* Store conda installation prefix in capabilities structureJoseph Hunkeler2026-06-222-2/+6
* Remove redundant code left behind from developmentJoseph Hunkeler2026-06-221-11/+0
* Add python_importlib_metadata_version functionJoseph Hunkeler2026-06-222-18/+46
* Add support for modern versions of conda and mambaJoseph Hunkeler2026-06-221-22/+54
* Add recipe_get_build_systemJoseph Hunkeler2026-06-222-17/+43
* shell: throw warning if temporary script's permissions cannot be modifiedJoseph Hunkeler2026-06-221-1/+3
* Add CondaCapabilities as argument to conda_setup_headlessJoseph Hunkeler2026-06-222-2/+2
* Add conda_capable, conda_capable functionsJoseph Hunkeler2026-06-222-0/+108
* General fixes (#149)1.7.1Joseph Hunkeler2026-06-225-7/+26
* Always display information about docker even if its not available (#144)Joseph Hunkeler2026-06-221-8/+25
* Micromamba improvement (#148)1.7.0Joseph Hunkeler2026-06-186-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