aboutsummaryrefslogtreecommitdiff
path: root/src/lib/core/include
Commit message (Expand)AuthorAgeFilesLines
* 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-122-7/+10
* Move center_text function into utils.c/utils.hJoseph Hunkeler2026-05-111-0/+1
* add non_format_len() functionJoseph Hunkeler2026-05-111-0/+7
* remove execpoint.h includeexecpointJoseph Hunkeler2026-05-101-1/+0
* Add all log message macrosJoseph Hunkeler2026-05-101-0/+1
* Move strdup_maybe to str.c and export symbol in str.hJoseph Hunkeler2026-05-101-0/+4
* Fix up includesJoseph Hunkeler2026-05-102-1/+3
* Implement logging facility WARN, INFO, DEBUGJoseph Hunkeler2026-05-102-10/+41
* Change strlist tokenizer return types from void to intJoseph Hunkeler2026-05-041-2/+4
* Add version comparison code to lib/core1.5.0Joseph Hunkeler2026-05-011-0/+20
* Add download_dir member to MicroMambaInfo struct.Joseph Hunkeler2026-04-271-0/+1
* pkg_index_provides: Add logdir argumentJoseph Hunkeler2026-04-271-1/+2
* Colorize SYSERROR and SYSDEBUG outputJoseph Hunkeler2026-04-251-2/+2
* Generate version string based on repository informationJoseph Hunkeler2026-04-211-0/+2
* Convert more strcpy to strn variantJoseph Hunkeler2026-04-161-1/+2
* gen_file_extension_str: add maxlen argumentJoseph Hunkeler2026-04-161-1/+1
* Free platform array by lengthJoseph Hunkeler2026-04-081-0/+7
* Finish commenting function prototypesJoseph Hunkeler2026-04-071-3/+40
* Add enum for wheel_package error handlingJoseph Hunkeler2026-04-071-0/+32
* Implement wheel package parser1.4.0Joseph Hunkeler2026-04-072-0/+189
* Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.hJoseph Hunkeler2026-04-071-3/+3
* Add strlist_appendf function (future use)Joseph Hunkeler2026-03-051-0/+1
* Add backwards compatible way to emit only stdout, or stderr from docker commandJoseph Hunkeler2026-03-051-0/+2
* Add wheel_builder CLI argumentsJoseph Hunkeler2026-03-051-1/+3
* docker_script() now passes arguments to docker_execJoseph Hunkeler2026-02-221-1/+1
* Add method to get a byte string of random alpha-numeric valuesJoseph Hunkeler2026-02-221-0/+12
* Trying to fix a buffer overflow reported by the CIJoseph Hunkeler2026-01-031-1/+1
* Consolidate timer dataJoseph Hunkeler2026-01-021-8/+8
* Move utility functions to utils.cJoseph Hunkeler2026-01-021-0/+6
* Update multiprocessing to use semaphoreJoseph Hunkeler2025-12-312-3/+77
* Fix broken header guardJoseph Hunkeler2025-12-301-0/+1
* Implement task timeoutJoseph Hunkeler2025-12-302-0/+2
* Fix undefined PSEMNAMLEN on DarwinJoseph Hunkeler2025-12-241-0/+5
* Remove blank lineJoseph Hunkeler2025-11-181-1/+0
* Add destroy to exampleJoseph Hunkeler2025-11-181-0/+2
* Document semaphore usageJoseph Hunkeler2025-11-171-1/+40
* Add --no-task-logging CLI argumentJoseph Hunkeler2025-11-141-0/+1
* Integrate semaphoreJoseph Hunkeler2025-11-141-1/+2
* Add semaphore wrapperJoseph Hunkeler2025-11-141-0/+17
* Bugfix: HTTP_ERROR did not check for negative valuesJoseph Hunkeler2025-07-081-1/+1
* Ban Python packages with VCS requirement URLs in their setup scripts/configsfail-on-baked-in-vcs-requirementsJoseph Hunkeler2025-07-021-0/+3
* Add helper functionsJoseph Hunkeler2025-06-301-0/+5
* Update to_short_version() documentationJoseph Hunkeler2025-06-301-9/+18
* Make MicromambaInfo a constJoseph Hunkeler2025-06-181-1/+1
* Move grow() function to utils.cJoseph Hunkeler2025-06-181-0/+37
* Add debug_hexdump utilityJoseph Hunkeler2025-04-081-0/+2
* base and "based_on" installations shall hardcode the requested python version...Joseph Hunkeler2025-04-021-1/+1
* Remove extras usage where applicableJoseph Hunkeler2025-03-201-0/+4