aboutsummaryrefslogtreecommitdiff
path: root/src/cli
Commit message (Collapse)AuthorAgeFilesLines
* Move center_text function into utils.c/utils.hJoseph Hunkeler24 hours2-35/+11
| | | | | * Remove 'v' prefix * Print version the same way in the indexer
* Add message before running micromamba configurationJoseph Hunkeler24 hours1-0/+1
|
* maxwidth will fitJoseph Hunkeler43 hours1-2/+1
|
* Subtract remaining characters in format stringJoseph Hunkeler43 hours1-2/+2
|
* write_report_output: fail on allocation errorsJoseph Hunkeler44 hours1-0/+4
|
* handle asprintf errorsJoseph Hunkeler45 hours2-4/+6
|
* Add download_dir member to MicroMambaInfo struct.Joseph Hunkeler4 days1-0/+1
| | | | * TMPDIR and hardcoded path is too unpredictable.
* Add allocation checksJoseph Hunkeler5 days1-0/+8
|
* Fix leaksJoseph Hunkeler5 days1-0/+1
|
* Fix file handle leaksJoseph Hunkeler5 days1-0/+1
|
* Move system requirement check down so configure_delivery_context can set ↵Joseph Hunkeler6 days1-1/+1
| | | | TMPDIR before getting executed
* Set starting TMPDIR to /tmp/stasisJoseph Hunkeler6 days2-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 errorJoseph Hunkeler6 days1-0/+4
|
* Fix NUL placement in center textJoseph Hunkeler7 days1-1/+1
|
* NUL after copyJoseph Hunkeler7 days1-0/+5
|
* NUL terminate after copyJoseph Hunkeler7 days5-3/+33
|
* Fix snprintfsJoseph Hunkeler8 days1-3/+1
|
* Use snprintfJoseph Hunkeler9 days1-0/+6
|
* stasis_main: exit on memory errorJoseph Hunkeler9 days1-1/+6
|
* indexer_readmes: close index file handle on errorJoseph Hunkeler9 days1-0/+1
|
* indexer_readmes: consolidate asprintf error condition handlingJoseph Hunkeler9 days1-3/+3
|
* Emit stasis versionJoseph Hunkeler10 days1-1/+13
|
* Generate version string based on repository informationJoseph Hunkeler10 days1-1/+44
|
* Avoid segfault on empty meta directorysprintf-to-snprintfJoseph Hunkeler10 days1-0/+5
|
* Convert vsprintfJoseph Hunkeler14 days1-1/+9
| | | | * Check error conditions in related v-functions
* Fix cmd buffer size to copyJoseph Hunkeler2026-04-161-1/+1
|
* Convert more strcat and strcpy to strn variantsJoseph Hunkeler2026-04-165-39/+39
|
* Replace sprintf with snprintfJoseph Hunkeler2026-04-157-28/+30
| | | | * A few strcpy and strcat changes as well
* Fix system requirement logic. If docker is not usable, disable.Joseph Hunkeler2026-03-061-3/+7
|
* Clean up messagesJoseph Hunkeler2026-03-051-9/+15
|
* Clean up messagesJoseph Hunkeler2026-03-051-8/+9
|
* add missing short optionsJoseph Hunkeler2026-03-051-1/+1
|
* overview, not overiewJoseph Hunkeler2026-03-051-3/+2
|
* No need to print these every timeJoseph Hunkeler2026-03-051-1/+1
|
* Rename function to better express its purposeJoseph Hunkeler2026-03-051-2/+3
|
* Check system requirements before setupJoseph Hunkeler2026-03-051-0/+1
|
* Initialize the python version override before the template engineJoseph Hunkeler2026-03-051-4/+2
|
* Initialize sysconfdir earlyJoseph Hunkeler2026-03-051-1/+2
|
* Add wheel_builder CLI argumentsJoseph Hunkeler2026-03-053-0/+12
|
* Error checking and sequencingJoseph Hunkeler2026-02-181-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 cibuildwheelJoseph Hunkeler2026-02-131-0/+4
|
* Move utility functions to utils.cJoseph Hunkeler2026-01-022-30/+0
|
* Implement task timeoutJoseph Hunkeler2025-12-303-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 argumentJoseph Hunkeler2025-11-141-0/+3
|
* Add --no-task-logging CLI argumentJoseph Hunkeler2025-11-142-0/+3
|
* The release list should use the full count of releases, not nelem_realindexer-buffer-overlowJoseph Hunkeler2025-11-101-1/+1
|
* Fix buffer overflow while building command stringJoseph Hunkeler2025-11-061-2/+2
|
* Initialize character arrays to zeroJoseph Hunkeler2025-11-041-7/+3
| | | | * Remove memset calls
* Fix incorrect formatter in SYSERROR callJoseph Hunkeler2025-11-041-1/+1
|
* Convert context manipulation from stack+heap to just heapJoseph Hunkeler2025-11-0410-76/+85
|