| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Free errmsg after use | Joseph Hunkeler | 2025-07-08 | 1 | -0/+1 |
| | | |||||
| * | Bugfix: HTTP_ERROR did not check for negative values | Joseph Hunkeler | 2025-07-08 | 1 | -1/+1 |
| | | |||||
| * | Write error message correctly to the buffer | Joseph Hunkeler | 2025-07-08 | 1 | -3/+3 |
| | | | | | | * If errmsg is NULL, allocate and write string * If errmsg is not NULL, write string | ||||
| * | Disable noisy debug statements | Joseph Hunkeler | 2025-07-08 | 1 | -2/+2 |
| | | |||||
| * | Fix leak | Joseph Hunkeler | 2025-07-07 | 1 | -0/+1 |
| | | |||||
| * | Offset is constant | Joseph Hunkeler | 2025-07-07 | 1 | -0/+1 |
| | | |||||
| * | Use a copy of the environment variable if its present | Joseph Hunkeler | 2025-07-07 | 1 | -1/+4 |
| | | |||||
| * | Return a copy of the input, not the input pointer | Joseph Hunkeler | 2025-07-07 | 1 | -2/+1 |
| | | |||||
| * | Separator as variable | Joseph Hunkeler | 2025-07-07 | 1 | -0/+1 |
| | | |||||
| * | Memory safety | Joseph Hunkeler | 2025-07-07 | 1 | -5/+27 |
| | | |||||
| * | Grammar | Joseph Hunkeler | 2025-07-07 | 1 | -1/+1 |
| | | |||||
| * | Convert sprintf to snprintf | Joseph Hunkeler | 2025-07-07 | 1 | -3/+2 |
| | | |||||
| * | Ban Python packages with VCS requirement URLs in their setup scripts/configsfail-on-baked-in-vcs-requirements | Joseph Hunkeler | 2025-07-02 | 2 | -0/+87 |
| | | |||||
| * | Add helper functions | Joseph Hunkeler | 2025-06-30 | 2 | -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() documentation | Joseph Hunkeler | 2025-06-30 | 1 | -9/+18 |
| | | |||||
| * | Fix to_short_version to drop any values beyond "major.minor" | Joseph Hunkeler | 2025-06-30 | 1 | -4/+27 |
| | | | | | * Fixes output file names: python=3.13.3 would produce 3133 instead of the expected 313 | ||||
| * | Fix accidental copy/pastedynamic-commands | Joseph Hunkeler | 2025-06-18 | 1 | -1/+1 |
| | | |||||
| * | Use DEBUG_HEXDUMP_FMT_BYTES | Joseph Hunkeler | 2025-06-18 | 1 | -2/+2 |
| | | |||||
| * | Handle download() errors | Joseph Hunkeler | 2025-06-18 | 1 | -2/+15 |
| | | |||||
| * | Fix snprintf length argument | Joseph Hunkeler | 2025-06-18 | 1 | -4/+4 |
| | | |||||
| * | Dynamically allocate memory for system commands | Joseph Hunkeler | 2025-06-18 | 1 | -24/+48 |
| | | |||||
| * | Make MicromambaInfo a const | Joseph Hunkeler | 2025-06-18 | 2 | -2/+2 |
| | | |||||
| * | Move grow() function to utils.c | Joseph Hunkeler | 2025-06-18 | 3 | -21/+64 |
| | | |||||
| * | Dynamic pip_exec() | Joseph Hunkeler | 2025-06-10 | 1 | -3/+14 |
| | | |||||
| * | Dynamic python_exec() | Joseph Hunkeler | 2025-06-10 | 1 | -3/+14 |
| | | |||||
| * | Fix bad indentorder-of-battle | Joseph Hunkeler | 2025-04-08 | 1 | -1/+1 |
| | | |||||
| * | Add debug_hexdump utility | Joseph Hunkeler | 2025-04-08 | 2 | -0/+53 |
| | | |||||
| * | Bug fix: Prevents garbage at the end of generated release notes | Joseph Hunkeler | 2025-04-08 | 1 | -2/+5 |
| | | |||||
| * | base and "based_on" installations shall hardcode the requested python ↵ | Joseph Hunkeler | 2025-04-02 | 2 | -4/+27 |
| | | | | | version in the YAML config instead of trusting it | ||||
| * | Converts file system path to file:// path | Joseph Hunkeler | 2025-03-25 | 1 | -1/+12 |
| | | |||||
| * | Remove extras usage where applicable | Joseph Hunkeler | 2025-03-20 | 2 | -1/+26 |
| | | |||||
| * | free(3): If ptr is NULL, no operation is performed.free-mem | Joseph Hunkeler | 2025-03-20 | 8 | -16/+23 |
| | | |||||
| * | Ignore wildcards in docker_sanitize_tag | Joseph Hunkeler | 2025-02-15 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #90 from jhunkeler/2025-copyright | Joseph Hunkeler | 2025-02-12 | 1 | -1/+1 |
| |\ | | | | | Update copyright information | ||||
| | * | Update copyright information2025-copyright | Joseph Hunkeler | 2025-02-12 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #84 from jhunkeler/add-strlist-contains | Joseph Hunkeler | 2025-02-12 | 2 | -0/+43 |
| |\ \ | | | | | | | Add strlist_contains function | ||||
| | * | | Implements function strlist_contains | Joseph Hunkeler | 2025-01-31 | 2 | -0/+43 |
| | | | | |||||
| * | | | Add debug statements to template.c | Joseph Hunkeler | 2025-02-12 | 1 | -16/+27 |
| | | | | |||||
| * | | | Add debug statements to multiprocessing.c | Joseph Hunkeler | 2025-02-12 | 1 | -0/+10 |
| | | | | |||||
| * | | | Fix debug statements to ini.c | Joseph Hunkeler | 2025-02-12 | 1 | -9/+3 |
| | | | | |||||
| * | | | Add debug statements to delivery_postprocess.c | Joseph Hunkeler | 2025-02-12 | 1 | -2/+3 |
| | | | | |||||
| * | | | Add debug statements to copy.c | Joseph Hunkeler | 2025-02-12 | 1 | -0/+6 |
| | | | | |||||
| * | | | Free output string on error | Joseph Hunkeler | 2025-02-12 | 1 | -0/+1 |
| | | | | |||||
| * | | | Simplify string duplication in normalize_space | Joseph Hunkeler | 2025-02-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Display time elapsed in multiprocessing progress-related output | Joseph Hunkeler | 2025-02-12 | 2 | -4/+8 |
| | | | | |||||
| * | | | Fix empty statement warning | Joseph Hunkeler | 2025-02-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Move messaging macros into core_message.h | Joseph Hunkeler | 2025-02-12 | 3 | -4/+21 |
| | | | | |||||
| * | | | Encapsulate macro arguments in parentheses | Joseph Hunkeler | 2025-02-12 | 3 | -4/+3 |
| | |/ |/| | |||||
| * | | trlist_remove: free the requested index before moving the pointers up | Joseph Hunkeler | 2025-02-04 | 1 | -0/+1 |
| | | | |||||
| * | | junitxml: free pointer to testcase array | Joseph Hunkeler | 2025-02-04 | 1 | -0/+1 |
| | | | |||||
