| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make want_(artifactory|docker) constant | Joseph Hunkeler | 2025-07-07 | 1 | -3/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | Move steps into functions | Joseph Hunkeler | 2025-07-07 | 1 | -330/+387 |
| | | |||||
| * | Add delivery_export.c | Joseph Hunkeler | 2025-07-07 | 3 | -0/+83 |
| | | |||||
| * | Remove dead code | Joseph Hunkeler | 2025-07-07 | 1 | -2/+0 |
| | | |||||
| * | Merge pull request #114 from jhunkeler/fail-on-baked-in-vcs-requirements | Joseph Hunkeler | 2025-07-03 | 4 | -0/+111 |
| |\ | | | | | Ban Python packages with VCS requirement URLs | ||||
| | * | Ban Python packages with VCS requirement URLs in their setup scripts/configsfail-on-baked-in-vcs-requirements | Joseph Hunkeler | 2025-07-02 | 4 | -0/+111 |
| | | | |||||
| * | | Bug: Injected --extra-index-url into conda and pip commandserrant-extra-index | Joseph Hunkeler | 2025-07-02 | 1 | -1/+1 |
| |/ | | | | * Fix: Only inject it in deferred PIP mode | ||||
| * | Allow git commit hashes in "version" fieldallow-hashes-as-version | Joseph Hunkeler | 2025-06-30 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | A note to self | Joseph Hunkeler | 2025-06-27 | 1 | -0/+3 |
| | | |||||
| * | When a second '@' is present, extract the version | Joseph Hunkeler | 2025-06-27 | 1 | -1/+9 |
| | | |||||
| * | Fix snprintf maxlen(s) | Joseph Hunkeler | 2025-06-27 | 1 | -3/+3 |
| | | | | | * I thought I already fixed this... | ||||
| * | 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 |
| | | |||||
| * | Always free tag_data | Joseph Hunkeler | 2025-06-18 | 1 | -1/+1 |
| | | |||||
| * | Dynamically allocate memory for system commands | Joseph Hunkeler | 2025-06-18 | 2 | -42/+82 |
| | | |||||
| * | 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 delivery_install_package()pip-dynamic3 | Joseph Hunkeler | 2025-06-10 | 1 | -0/+1 |
| | | |||||
| * | Dynamic pip delivery_install_package()pip-dynamic2pip-dynamic | Joseph Hunkeler | 2025-06-10 | 1 | -11/+39 |
| | | |||||
| * | Dynamic pip_exec() | Joseph Hunkeler | 2025-06-10 | 1 | -3/+14 |
| | | |||||
| * | Dynamic python_exec() | Joseph Hunkeler | 2025-06-10 | 1 | -3/+14 |
| | | |||||
| * | Compare up to the length of the name string, not the package.fix-strcmp-len | Joseph Hunkeler | 2025-05-29 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Inform user that wheel are being built | Joseph Hunkeler | 2025-04-08 | 1 | -0/+1 |
| | | |||||
| * | 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 | 3 | -9/+29 |
| | | | | | version in the YAML config instead of trusting it | ||||
| * | Store latest revision number in "REVISION" | Joseph Hunkeler | 2025-03-27 | 1 | -0/+18 |
| | | |||||
| * | Add write_manifest() helper | Joseph Hunkeler | 2025-03-27 | 3 | -0/+57 |
| | | | | | * Store file listing in "TREE" | ||||
| * | Converts file system path to file:// path | Joseph Hunkeler | 2025-03-25 | 1 | -1/+12 |
| | | |||||
| * | Always use the local indexwithout-extras-in-spec | Joseph Hunkeler | 2025-03-20 | 1 | -1/+2 |
| | | |||||
| * | Do not populate frozen_list if pip freeze returns nothing | Joseph Hunkeler | 2025-03-20 | 1 | -1/+3 |
| | | |||||
| * | Free lists using guard_ macro | Joseph Hunkeler | 2025-03-20 | 1 | -2/+2 |
| | | |||||
| * | Remove extras in more locations | Joseph Hunkeler | 2025-03-20 | 2 | -9/+2 |
| | | |||||
| * | Remove extras usage where applicable | Joseph Hunkeler | 2025-03-20 | 4 | -22/+41 |
| | | |||||
| * | Remove extras from spec in overlay generator | Joseph Hunkeler | 2025-03-20 | 1 | -0/+21 |
| | | |||||
| * | free(3): If ptr is NULL, no operation is performed.free-mem | Joseph Hunkeler | 2025-03-20 | 12 | -21/+28 |
| | | |||||
