aboutsummaryrefslogtreecommitdiff
path: root/src/conda.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure the temporary output file does not lingerpypi-existence-checkJoseph Hunkeler2024-08-201-1/+2
* Rename python_package_exists to pip_index_providesJoseph Hunkeler2024-08-201-1/+1
* Disable outdated conda notificationsJoseph Hunkeler2024-08-191-6/+7
* Add python_package_exists() functionJoseph Hunkeler2024-08-171-0/+66
* Implement TODO item (#32)Joseph Hunkeler2024-08-171-11/+25
* Unit tests (#12)Joseph Hunkeler2024-07-151-6/+11
* Add github.c and github.h (#9)Joseph Hunkeler2024-07-061-1/+1
* Pass .ci_support/plat_arch_.yaml to conda-build (#8)Joseph Hunkeler2024-06-241-5/+57
* Rebrand OhMyCal (OMC) as STASIS (#7)Joseph Hunkeler2024-06-211-13/+11
* Clean upJoseph Hunkeler2024-05-021-2/+3
* Increase buffer size to match input argument sizesJoseph Hunkeler2024-04-101-1/+1
* Disable conda's sanity checks. (i.e. don't verify every transaction)Joseph Hunkeler2024-04-021-5/+6
* Changes to strlist_*() functions:Joseph Hunkeler2024-04-021-2/+2
* Use GENERIC_ARRAY_FREE instead of split_free()Joseph Hunkeler2024-03-221-1/+1
* Use do/while in guard_* macros to make them behave more like functionsJoseph Hunkeler2024-03-101-4/+4
* Fixes several memory leaksJoseph Hunkeler2024-02-261-0/+4
* Refactor std{out,err} to f_std{out,err}Joseph Hunkeler2024-02-061-2/+2
* Use shell() in place of shell2()Joseph Hunkeler2024-01-291-1/+1
* Install conda and pip packagesJoseph Hunkeler2023-12-101-9/+48
* Add function conda_check_required()Joseph Hunkeler2023-12-101-0/+37
* Set solver to libmamba by defaultJoseph Hunkeler2023-12-101-0/+1
* Set conda to quiet mode when verbosity is not toggledJoseph Hunkeler2023-12-101-1/+7
* Use "env" program instead of "printenv" shell built-in to read environmentJoseph Hunkeler2023-12-101-1/+1
* Use TMPDIR, and fail when script cannot be executed within that filesystemJoseph Hunkeler2023-11-201-1/+4
* Implements slightly improved error handlingJoseph Hunkeler2023-11-201-27/+32
* Replaces BUFSIZ with OMC_BUFSIZJoseph Hunkeler2023-11-201-1/+1
* Consolidate conda_setup_headless() from main.cJoseph Hunkeler2023-10-311-1/+15
* Parse output of "printenv -0" to preserve environment correctlyJoseph Hunkeler2023-10-311-10/+30
* Initial commitJoseph Hunkeler2023-10-261-0/+176