aboutsummaryrefslogtreecommitdiff
path: root/src/lib/core
Commit message (Collapse)AuthorAgeFilesLines
* Free errmsg after useJoseph Hunkeler2025-07-081-0/+1
|
* Bugfix: HTTP_ERROR did not check for negative valuesJoseph Hunkeler2025-07-081-1/+1
|
* Write error message correctly to the bufferJoseph Hunkeler2025-07-081-3/+3
| | | | | * If errmsg is NULL, allocate and write string * If errmsg is not NULL, write string
* Disable noisy debug statementsJoseph Hunkeler2025-07-081-2/+2
|
* Fix leakJoseph Hunkeler2025-07-071-0/+1
|
* Offset is constantJoseph Hunkeler2025-07-071-0/+1
|
* Use a copy of the environment variable if its presentJoseph Hunkeler2025-07-071-1/+4
|
* Return a copy of the input, not the input pointerJoseph Hunkeler2025-07-071-2/+1
|
* Separator as variableJoseph Hunkeler2025-07-071-0/+1
|
* Memory safetyJoseph Hunkeler2025-07-071-5/+27
|
* GrammarJoseph Hunkeler2025-07-071-1/+1
|
* Convert sprintf to snprintfJoseph Hunkeler2025-07-071-3/+2
|
* Ban Python packages with VCS requirement URLs in their setup scripts/configsfail-on-baked-in-vcs-requirementsJoseph Hunkeler2025-07-022-0/+87
|
* Add helper functionsJoseph Hunkeler2025-06-302-0/+33
| | | | | * in_ascii_range: determine if the input character is within the defined range * is_git_sha: determine if the string is most likely a git commit string
* Update to_short_version() documentationJoseph Hunkeler2025-06-301-9/+18
|
* Fix to_short_version to drop any values beyond "major.minor"Joseph Hunkeler2025-06-301-4/+27
| | | | * Fixes output file names: python=3.13.3 would produce 3133 instead of the expected 313
* Fix accidental copy/pastedynamic-commandsJoseph Hunkeler2025-06-181-1/+1
|
* Use DEBUG_HEXDUMP_FMT_BYTESJoseph Hunkeler2025-06-181-2/+2
|
* Handle download() errorsJoseph Hunkeler2025-06-181-2/+15
|
* Fix snprintf length argumentJoseph Hunkeler2025-06-181-4/+4
|
* Dynamically allocate memory for system commandsJoseph Hunkeler2025-06-181-24/+48
|
* Make MicromambaInfo a constJoseph Hunkeler2025-06-182-2/+2
|
* Move grow() function to utils.cJoseph Hunkeler2025-06-183-21/+64
|
* Dynamic pip_exec()Joseph Hunkeler2025-06-101-3/+14
|
* Dynamic python_exec()Joseph Hunkeler2025-06-101-3/+14
|
* Fix bad indentorder-of-battleJoseph Hunkeler2025-04-081-1/+1
|
* Add debug_hexdump utilityJoseph Hunkeler2025-04-082-0/+53
|
* Bug fix: Prevents garbage at the end of generated release notesJoseph Hunkeler2025-04-081-2/+5
|
* base and "based_on" installations shall hardcode the requested python ↵Joseph Hunkeler2025-04-022-4/+27
| | | | version in the YAML config instead of trusting it
* Converts file system path to file:// pathJoseph Hunkeler2025-03-251-1/+12
|
* Remove extras usage where applicableJoseph Hunkeler2025-03-202-1/+26
|
* free(3): If ptr is NULL, no operation is performed.free-memJoseph Hunkeler2025-03-208-16/+23
|
* Ignore wildcards in docker_sanitize_tagJoseph Hunkeler2025-02-151-1/+1
|
* Merge pull request #90 from jhunkeler/2025-copyrightJoseph Hunkeler2025-02-121-1/+1
|\ | | | | Update copyright information
| * Update copyright information2025-copyrightJoseph Hunkeler2025-02-121-1/+1
| |
* | Merge pull request #84 from jhunkeler/add-strlist-containsJoseph Hunkeler2025-02-122-0/+43
|\ \ | | | | | | Add strlist_contains function
| * | Implements function strlist_containsJoseph Hunkeler2025-01-312-0/+43
| | |
* | | Add debug statements to template.cJoseph Hunkeler2025-02-121-16/+27
| | |
* | | Add debug statements to multiprocessing.cJoseph Hunkeler2025-02-121-0/+10
| | |
* | | Fix debug statements to ini.cJoseph Hunkeler2025-02-121-9/+3
| | |
* | | Add debug statements to delivery_postprocess.cJoseph Hunkeler2025-02-121-2/+3
| | |
* | | Add debug statements to copy.cJoseph Hunkeler2025-02-121-0/+6
| | |
* | | Free output string on errorJoseph Hunkeler2025-02-121-0/+1
| | |
* | | Simplify string duplication in normalize_spaceJoseph Hunkeler2025-02-121-1/+1
| | |
* | | Display time elapsed in multiprocessing progress-related outputJoseph Hunkeler2025-02-122-4/+8
| | |
* | | Fix empty statement warningJoseph Hunkeler2025-02-121-1/+1
| | |
* | | Move messaging macros into core_message.hJoseph Hunkeler2025-02-123-4/+21
| | |
* | | Encapsulate macro arguments in parenthesesJoseph Hunkeler2025-02-123-4/+3
| |/ |/|
* | trlist_remove: free the requested index before moving the pointers upJoseph Hunkeler2025-02-041-0/+1
| |
* | junitxml: free pointer to testcase arrayJoseph Hunkeler2025-02-041-0/+1
| |