| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move center_text function into utils.c/utils.h | Joseph Hunkeler | 24 hours | 2 | -35/+11 |
| | | | | | | * Remove 'v' prefix * Print version the same way in the indexer | ||||
| * | Add message before running micromamba configuration | Joseph Hunkeler | 24 hours | 1 | -0/+1 |
| | | |||||
| * | maxwidth will fit | Joseph Hunkeler | 43 hours | 1 | -2/+1 |
| | | |||||
| * | Subtract remaining characters in format string | Joseph Hunkeler | 43 hours | 1 | -2/+2 |
| | | |||||
| * | write_report_output: fail on allocation errors | Joseph Hunkeler | 44 hours | 1 | -0/+4 |
| | | |||||
| * | handle asprintf errors | Joseph Hunkeler | 45 hours | 2 | -4/+6 |
| | | |||||
| * | Add download_dir member to MicroMambaInfo struct. | Joseph Hunkeler | 4 days | 1 | -0/+1 |
| | | | | | * TMPDIR and hardcoded path is too unpredictable. | ||||
| * | Add allocation checks | Joseph Hunkeler | 5 days | 1 | -0/+8 |
| | | |||||
| * | Fix leaks | Joseph Hunkeler | 5 days | 1 | -0/+1 |
| | | |||||
| * | Fix file handle leaks | Joseph Hunkeler | 5 days | 1 | -0/+1 |
| | | |||||
| * | Move system requirement check down so configure_delivery_context can set ↵ | Joseph Hunkeler | 6 days | 1 | -1/+1 |
| | | | | | TMPDIR before getting executed | ||||
| * | Set starting TMPDIR to /tmp/stasis | Joseph Hunkeler | 6 days | 2 | -5/+7 |
| | | | | | | | * Easier to remove leftover files, if any * Now uses setenv() to have better control over external programs * Removes the hack to initialize TMPDIR early | ||||
| * | usage: fail on allocation error | Joseph Hunkeler | 6 days | 1 | -0/+4 |
| | | |||||
| * | Fix NUL placement in center text | Joseph Hunkeler | 7 days | 1 | -1/+1 |
| | | |||||
| * | NUL after copy | Joseph Hunkeler | 7 days | 1 | -0/+5 |
| | | |||||
| * | NUL terminate after copy | Joseph Hunkeler | 7 days | 5 | -3/+33 |
| | | |||||
| * | Fix snprintfs | Joseph Hunkeler | 8 days | 1 | -3/+1 |
| | | |||||
| * | Use snprintf | Joseph Hunkeler | 9 days | 1 | -0/+6 |
| | | |||||
| * | stasis_main: exit on memory error | Joseph Hunkeler | 9 days | 1 | -1/+6 |
| | | |||||
| * | indexer_readmes: close index file handle on error | Joseph Hunkeler | 9 days | 1 | -0/+1 |
| | | |||||
| * | indexer_readmes: consolidate asprintf error condition handling | Joseph Hunkeler | 9 days | 1 | -3/+3 |
| | | |||||
| * | Emit stasis version | Joseph Hunkeler | 10 days | 1 | -1/+13 |
| | | |||||
| * | Generate version string based on repository information | Joseph Hunkeler | 10 days | 1 | -1/+44 |
| | | |||||
| * | Avoid segfault on empty meta directorysprintf-to-snprintf | Joseph Hunkeler | 10 days | 1 | -0/+5 |
| | | |||||
| * | Convert vsprintf | Joseph Hunkeler | 14 days | 1 | -1/+9 |
| | | | | | * Check error conditions in related v-functions | ||||
| * | Fix cmd buffer size to copy | Joseph Hunkeler | 2026-04-16 | 1 | -1/+1 |
| | | |||||
| * | Convert more strcat and strcpy to strn variants | Joseph Hunkeler | 2026-04-16 | 5 | -39/+39 |
| | | |||||
| * | Replace sprintf with snprintf | Joseph Hunkeler | 2026-04-15 | 7 | -28/+30 |
| | | | | | * A few strcpy and strcat changes as well | ||||
| * | Fix system requirement logic. If docker is not usable, disable. | Joseph Hunkeler | 2026-03-06 | 1 | -3/+7 |
| | | |||||
| * | Clean up messages | Joseph Hunkeler | 2026-03-05 | 1 | -9/+15 |
| | | |||||
| * | Clean up messages | Joseph Hunkeler | 2026-03-05 | 1 | -8/+9 |
| | | |||||
| * | add missing short options | Joseph Hunkeler | 2026-03-05 | 1 | -1/+1 |
| | | |||||
| * | overview, not overiew | Joseph Hunkeler | 2026-03-05 | 1 | -3/+2 |
| | | |||||
| * | No need to print these every time | Joseph Hunkeler | 2026-03-05 | 1 | -1/+1 |
| | | |||||
| * | Rename function to better express its purpose | Joseph Hunkeler | 2026-03-05 | 1 | -2/+3 |
| | | |||||
| * | Check system requirements before setup | Joseph Hunkeler | 2026-03-05 | 1 | -0/+1 |
| | | |||||
| * | Initialize the python version override before the template engine | Joseph Hunkeler | 2026-03-05 | 1 | -4/+2 |
| | | |||||
| * | Initialize sysconfdir early | Joseph Hunkeler | 2026-03-05 | 1 | -1/+2 |
| | | |||||
| * | Add wheel_builder CLI arguments | Joseph Hunkeler | 2026-03-05 | 3 | -0/+12 |
| | | |||||
| * | Error checking and sequencing | Joseph Hunkeler | 2026-02-18 | 1 | -8/+8 |
| | | | | | | | * Add error checks for allocations * Check docker is usable on Linux, if not fall back to the host tools * check_system_requirements initializes the docker capabilities struct | ||||
| * | Install cibuildwheel | Joseph Hunkeler | 2026-02-13 | 1 | -0/+4 |
| | | |||||
| * | Move utility functions to utils.c | Joseph Hunkeler | 2026-01-02 | 2 | -30/+0 |
| | | |||||
| * | Implement task timeout | Joseph Hunkeler | 2025-12-30 | 3 | -0/+45 |
| | | | | | | | * Add argument: --task-timeout=1[s,m,h] * Timed out tasks are SIGKILL'd * If killing a task fails, the entire program ends | ||||
| * | Integrate --no-task-logging CLI argument | Joseph Hunkeler | 2025-11-14 | 1 | -0/+3 |
| | | |||||
| * | Add --no-task-logging CLI argument | Joseph Hunkeler | 2025-11-14 | 2 | -0/+3 |
| | | |||||
| * | The release list should use the full count of releases, not nelem_realindexer-buffer-overlow | Joseph Hunkeler | 2025-11-10 | 1 | -1/+1 |
| | | |||||
| * | Fix buffer overflow while building command string | Joseph Hunkeler | 2025-11-06 | 1 | -2/+2 |
| | | |||||
| * | Initialize character arrays to zero | Joseph Hunkeler | 2025-11-04 | 1 | -7/+3 |
| | | | | | * Remove memset calls | ||||
| * | Fix incorrect formatter in SYSERROR call | Joseph Hunkeler | 2025-11-04 | 1 | -1/+1 |
| | | |||||
| * | Convert context manipulation from stack+heap to just heap | Joseph Hunkeler | 2025-11-04 | 10 | -76/+85 |
| | | |||||
