aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Free errmsg after useJoseph Hunkeler9 days1-0/+1
* Bugfix: HTTP_ERROR did not check for negative valuesJoseph Hunkeler9 days1-1/+1
* Debug messagesJoseph Hunkeler9 days2-0/+9
* Write error message correctly to the bufferJoseph Hunkeler9 days1-3/+3
* Disable noisy debug statementsJoseph Hunkeler9 days1-2/+2
* Fix leakJoseph Hunkeler10 days1-0/+1
* Offset is constantJoseph Hunkeler10 days1-0/+1
* Use a copy of the environment variable if its presentJoseph Hunkeler10 days1-1/+4
* Return a copy of the input, not the input pointerJoseph Hunkeler10 days1-2/+1
* Separator as variableJoseph Hunkeler10 days1-0/+1
* Memory safetyJoseph Hunkeler10 days1-5/+27
* GrammarJoseph Hunkeler10 days1-1/+1
* Convert sprintf to snprintfJoseph Hunkeler10 days1-3/+2
* Add delivery_export.cJoseph Hunkeler10 days3-0/+83
* Remove dead codeJoseph Hunkeler10 days1-2/+0
* Merge pull request #114 from jhunkeler/fail-on-baked-in-vcs-requirementsJoseph Hunkeler2025-07-034-0/+111
|\
| * Ban Python packages with VCS requirement URLs in their setup scripts/configsfail-on-baked-in-vcs-requirementsJoseph Hunkeler2025-07-024-0/+111
* | Bug: Injected --extra-index-url into conda and pip commandserrant-extra-indexJoseph Hunkeler2025-07-021-1/+1
|/
* Allow git commit hashes in "version" fieldallow-hashes-as-versionJoseph Hunkeler2025-06-301-1/+1
* Add helper functionsJoseph Hunkeler2025-06-302-0/+33
* 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
* A note to selfJoseph Hunkeler2025-06-271-0/+3
* When a second '@' is present, extract the versionJoseph Hunkeler2025-06-271-1/+9
* Fix snprintf maxlen(s)Joseph Hunkeler2025-06-271-3/+3
* 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
* Always free tag_dataJoseph Hunkeler2025-06-181-1/+1
* Dynamically allocate memory for system commandsJoseph Hunkeler2025-06-182-42/+82
* Make MicromambaInfo a constJoseph Hunkeler2025-06-182-2/+2
* Move grow() function to utils.cJoseph Hunkeler2025-06-183-21/+64
* Dynamic pip delivery_install_package()pip-dynamic3Joseph Hunkeler2025-06-101-0/+1
* Dynamic pip delivery_install_package()pip-dynamic2pip-dynamicJoseph Hunkeler2025-06-101-11/+39
* Dynamic pip_exec()Joseph Hunkeler2025-06-101-3/+14
* Dynamic python_exec()Joseph Hunkeler2025-06-101-3/+14
* Compare up to the length of the name string, not the package.fix-strcmp-lenJoseph Hunkeler2025-05-291-1/+1
* 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 version...Joseph Hunkeler2025-04-022-4/+27
* Converts file system path to file:// pathJoseph Hunkeler2025-03-251-1/+12
* Always use the local indexwithout-extras-in-specJoseph Hunkeler2025-03-201-1/+2
* Do not populate frozen_list if pip freeze returns nothingJoseph Hunkeler2025-03-201-1/+3
* Free lists using guard_ macroJoseph Hunkeler2025-03-201-2/+2
* Remove extras in more locationsJoseph Hunkeler2025-03-202-9/+2
* Remove extras usage where applicableJoseph Hunkeler2025-03-204-22/+41
* Remove extras from spec in overlay generatorJoseph Hunkeler2025-03-201-0/+21
* free(3): If ptr is NULL, no operation is performed.free-memJoseph Hunkeler2025-03-2010-18/+25