Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate all new features | Joseph Hunkeler | 2023-12-10 | 1 | -119/+34 |
* | guard_free() all pointers | Joseph Hunkeler | 2023-12-10 | 1 | -5/+4 |
* | Use OMC_DIRSTACK_MAX instead of magic numbers | Joseph Hunkeler | 2023-12-10 | 1 | -1/+1 |
* | Add isempty_dir() function | Joseph Hunkeler | 2023-12-10 | 1 | -0/+19 |
* | Add path_dirname() function | Joseph Hunkeler | 2023-12-10 | 1 | -0/+22 |
* | guard_free() all pointers | Joseph Hunkeler | 2023-12-10 | 1 | -3/+3 |
* | guard_free() all pointers | Joseph Hunkeler | 2023-12-10 | 1 | -13/+13 |
* | guard_free() all pointers | Joseph Hunkeler | 2023-12-10 | 1 | -1/+1 |
* | guard_free() all pointers | Joseph Hunkeler | 2023-12-10 | 1 | -14/+11 |
* | Remove trailing whitespace from key name | Joseph Hunkeler | 2023-12-10 | 1 | -2/+4 |
* | Fix segfault when section is not present | Joseph Hunkeler | 2023-12-10 | 1 | -0/+4 |
* | Fix segfault on invalid section name | Joseph Hunkeler | 2023-12-10 | 1 | -0/+7 |
* | guard_free() all pointers | Joseph Hunkeler | 2023-12-10 | 1 | -5/+5 |
* | Add user-agent to downloader | Joseph Hunkeler | 2023-12-10 | 1 | -2/+6 |
* | Too many changes to count | Joseph Hunkeler | 2023-12-10 | 1 | -75/+393 |
* | Add conv_bool and conv_str_stackvar macros | Joseph Hunkeler | 2023-12-10 | 1 | -0/+3 |
* | getter_required will not consume empty strings | Joseph Hunkeler | 2023-12-10 | 1 | -1/+2 |
* | Use PATH_MAX instead of magic numbers | Joseph Hunkeler | 2023-12-10 | 1 | -4/+4 |
* | Install conda and pip packages | Joseph Hunkeler | 2023-12-10 | 1 | -9/+48 |
* | Add function conda_check_required() | Joseph Hunkeler | 2023-12-10 | 1 | -0/+37 |
* | Set solver to libmamba by default | Joseph Hunkeler | 2023-12-10 | 1 | -0/+1 |
* | Set conda to quiet mode when verbosity is not toggled | Joseph Hunkeler | 2023-12-10 | 1 | -1/+7 |
* | Use "env" program instead of "printenv" shell built-in to read environment | Joseph Hunkeler | 2023-12-10 | 1 | -1/+1 |
* | Add JFrog CLI integration | Joseph Hunkeler | 2023-12-10 | 1 | -0/+1 |
* | Add JFrog CLI integration | Joseph Hunkeler | 2023-12-10 | 1 | -0/+394 |
* | Read base packages from global config file | Joseph Hunkeler | 2023-11-21 | 1 | -10/+26 |
* | Bugfix: Test for a comment first, then act accordingly, instead of testing on... | Joseph Hunkeler | 2023-11-21 | 1 | -3/+3 |
* | Wow. Typo hell. | Joseph Hunkeler | 2023-11-20 | 1 | -2/+2 |
* | Emit error information when the temporary directory cannot be used. | Joseph Hunkeler | 2023-11-20 | 1 | -18/+40 |
* | Do not produce an error if a path element exists during creation | Joseph Hunkeler | 2023-11-20 | 1 | -0/+5 |
* | Use TMPDIR, and fail when script cannot be executed within that filesystem | Joseph Hunkeler | 2023-11-20 | 5 | -6/+64 |
* | Improvements | Joseph Hunkeler | 2023-11-20 | 1 | -36/+94 |
* | Fix type for counter. ssize_t was expected, but we were using size_t instead | Joseph Hunkeler | 2023-11-20 | 1 | -3/+3 |
* | Fixes: | Joseph Hunkeler | 2023-11-20 | 1 | -47/+53 |
* | Add shell_output() and use xmkstemp() | Joseph Hunkeler | 2023-11-20 | 1 | -8/+36 |
* | Fix warnings and add xmkstemp | Joseph Hunkeler | 2023-11-20 | 1 | -6/+21 |
* | Remove unused variables | Joseph Hunkeler | 2023-11-20 | 1 | -4/+0 |
* | Prevent lstrip() will remove leading whitespace and new lines, but NOT if the... | Joseph Hunkeler | 2023-11-20 | 1 | -3/+8 |
* | Reduce stack usage for archsuffix variable | Joseph Hunkeler | 2023-11-20 | 1 | -3/+3 |
* | Replace mkdir() calls with mkdirs() (from copy.h) | Joseph Hunkeler | 2023-11-20 | 1 | -10/+7 |
* | Add copy.c | Joseph Hunkeler | 2023-11-20 | 1 | -0/+1 |
* | Use globals | Joseph Hunkeler | 2023-11-20 | 2 | -0/+13 |
* | Implements slightly improved error handling | Joseph Hunkeler | 2023-11-20 | 5 | -84/+209 |
* | Implements getopt argument parsing | Joseph Hunkeler | 2023-11-20 | 1 | -3/+132 |
* | Add copy.c, copy.h | Joseph Hunkeler | 2023-11-20 | 1 | -0/+191 |
* | Rebranding | Joseph Hunkeler | 2023-11-20 | 1 | -1/+1 |
* | Replaces BUFSIZ with OMC_BUFSIZ | Joseph Hunkeler | 2023-11-20 | 6 | -15/+15 |
* | Rebrand for the last time | Joseph Hunkeler | 2023-11-20 | 4 | -6/+9 |
* | Rebrand SPM to OHMYCAL | Joseph Hunkeler | 2023-11-03 | 1 | -4/+4 |
* | Add comments | Joseph Hunkeler | 2023-11-03 | 1 | -105/+27 |