aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve download()Joseph Hunkeler2024-02-061-3/+14
* Consolidate header includes to omc.hJoseph Hunkeler2024-02-062-7/+1
* Fix up mission directory handlerJoseph Hunkeler2024-01-312-11/+49
* Restructure rules directoryJoseph Hunkeler2024-01-301-0/+5
* Initial commit of template engine code (not hooked up yet)Joseph Hunkeler2024-01-301-0/+190
* * Fix segmentation fault in ini_data_get() when section_name is not foundJoseph Hunkeler2024-01-301-25/+25
* General improvementsJoseph Hunkeler2024-01-304-99/+174
* Use shell() in place of shell2()Joseph Hunkeler2024-01-291-1/+1
* Use shell() in place of shell2()Joseph Hunkeler2024-01-291-2/+2
* Add config.h.in header templateJoseph Hunkeler2024-01-291-0/+4
* Integrate all new featuresJoseph Hunkeler2023-12-101-119/+34
* guard_free() all pointersJoseph Hunkeler2023-12-101-5/+4
* Use OMC_DIRSTACK_MAX instead of magic numbersJoseph Hunkeler2023-12-101-1/+1
* Add isempty_dir() functionJoseph Hunkeler2023-12-101-0/+19
* Add path_dirname() functionJoseph Hunkeler2023-12-101-0/+22
* guard_free() all pointersJoseph Hunkeler2023-12-101-3/+3
* guard_free() all pointersJoseph Hunkeler2023-12-101-13/+13
* guard_free() all pointersJoseph Hunkeler2023-12-101-1/+1
* guard_free() all pointersJoseph Hunkeler2023-12-101-14/+11
* Remove trailing whitespace from key nameJoseph Hunkeler2023-12-101-2/+4
* Fix segfault when section is not presentJoseph Hunkeler2023-12-101-0/+4
* Fix segfault on invalid section nameJoseph Hunkeler2023-12-101-0/+7
* guard_free() all pointersJoseph Hunkeler2023-12-101-5/+5
* Add user-agent to downloaderJoseph Hunkeler2023-12-101-2/+6
* Too many changes to countJoseph Hunkeler2023-12-101-75/+393
* Add conv_bool and conv_str_stackvar macrosJoseph Hunkeler2023-12-101-0/+3
* getter_required will not consume empty stringsJoseph Hunkeler2023-12-101-1/+2
* Use PATH_MAX instead of magic numbersJoseph Hunkeler2023-12-101-4/+4
* 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
* 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