aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use "env" program instead of "printenv" shell built-in to read environmentJoseph Hunkeler2023-12-101-1/+1
* Add JFrog CLI integrationJoseph Hunkeler2023-12-101-0/+1
* Add JFrog CLI integrationJoseph Hunkeler2023-12-101-0/+394
* Read base packages from global config fileJoseph Hunkeler2023-11-211-10/+26
* Bugfix: Test for a comment first, then act accordingly, instead of testing on...Joseph Hunkeler2023-11-211-3/+3
* Wow. Typo hell.Joseph Hunkeler2023-11-201-2/+2
* Emit error information when the temporary directory cannot be used.Joseph Hunkeler2023-11-201-18/+40
* Do not produce an error if a path element exists during creationJoseph Hunkeler2023-11-201-0/+5
* Use TMPDIR, and fail when script cannot be executed within that filesystemJoseph Hunkeler2023-11-205-6/+64
* ImprovementsJoseph Hunkeler2023-11-201-36/+94
* Fix type for counter. ssize_t was expected, but we were using size_t insteadJoseph Hunkeler2023-11-201-3/+3
* Fixes:Joseph Hunkeler2023-11-201-47/+53
* Add shell_output() and use xmkstemp()Joseph Hunkeler2023-11-201-8/+36
* Fix warnings and add xmkstempJoseph Hunkeler2023-11-201-6/+21
* Remove unused variablesJoseph Hunkeler2023-11-201-4/+0
* Prevent lstrip() will remove leading whitespace and new lines, but NOT if the...Joseph Hunkeler2023-11-201-3/+8
* Reduce stack usage for archsuffix variableJoseph Hunkeler2023-11-201-3/+3
* Replace mkdir() calls with mkdirs() (from copy.h)Joseph Hunkeler2023-11-201-10/+7
* Add copy.cJoseph Hunkeler2023-11-201-0/+1
* Use globalsJoseph Hunkeler2023-11-202-0/+13
* Implements slightly improved error handlingJoseph Hunkeler2023-11-205-84/+209
* Implements getopt argument parsingJoseph Hunkeler2023-11-201-3/+132
* Add copy.c, copy.hJoseph Hunkeler2023-11-201-0/+191
* RebrandingJoseph Hunkeler2023-11-201-1/+1
* Replaces BUFSIZ with OMC_BUFSIZJoseph Hunkeler2023-11-206-15/+15
* Rebrand for the last timeJoseph Hunkeler2023-11-204-6/+9
* Rebrand SPM to OHMYCALJoseph Hunkeler2023-11-031-4/+4
* Add commentsJoseph Hunkeler2023-11-031-105/+27
* Remove debug shell callJoseph Hunkeler2023-10-311-8/+2
* Add placeholders for conda.tool[_build_]versionJoseph Hunkeler2023-10-311-0/+4
* Guard ini_free() in case cfg is not in useJoseph Hunkeler2023-10-311-1/+4
* Remove or disable dead codeJoseph Hunkeler2023-10-311-5/+1
* Use new info.release_name memberJoseph Hunkeler2023-10-311-0/+3
* Removes code that has moved to various source filesJoseph Hunkeler2023-10-311-142/+0
* 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
* Consolidate functions and defines from main.cJoseph Hunkeler2023-10-311-5/+126
* Add delivery get_spec_header()Joseph Hunkeler2023-10-311-0/+15
* Add delivery_free functionJoseph Hunkeler2023-10-311-0/+48
* Fixes memory leak in conv_ macrosJoseph Hunkeler2023-10-311-3/+4
* Consume up to one '=', instead of splitting on all occurrencesJoseph Hunkeler2023-10-311-4/+3
* Fixes maximum number of tokens parsed by split() functionJoseph Hunkeler2023-10-311-9/+12
* Fixes potential double-free conditionJoseph Hunkeler2023-10-311-2/+7
* Close dangling file descriptorJoseph Hunkeler2023-10-311-1/+8
* msg() function is now type voidJoseph Hunkeler2023-10-311-2/+9
* Only truncate value when length is greater than zeroJoseph Hunkeler2023-10-311-67/+6
* Initial commitJoseph Hunkeler2023-10-2614-0/+4352