aboutsummaryrefslogtreecommitdiff
path: root/src/cli
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant __FUNCTION__Joseph Hunkeler21 hours1-1/+1
|
* Reverse logic on status checkJoseph Hunkeler23 hours1-14/+14
|
* exit on errorJoseph Hunkeler23 hours1-14/+77
|
* Update SYS_* macrosJoseph Hunkeler42 hours1-2/+2
|
* How did you get back in there...Joseph Hunkeler42 hours1-34/+0
|
* Error checkJoseph Hunkeler42 hours1-0/+6
|
* explicitly check if option name is NULLJoseph Hunkeler42 hours1-1/+1
|
* Move center_text function into utils.c/utils.hJoseph Hunkeler42 hours1-1/+11
| | | | | * Remove 'v' prefix * Print version the same way in the indexer
* Add message before running micromamba configurationJoseph Hunkeler42 hours1-0/+1
|
* maxwidth will fitJoseph Hunkeler42 hours1-2/+1
|
* Subtract remaining characters in format stringJoseph Hunkeler42 hours1-2/+2
|
* write_report_output: fail on allocation errorsJoseph Hunkeler42 hours1-0/+4
|
* handle asprintf errorsJoseph Hunkeler42 hours2-4/+6
|
* Replace msg, perror, and fprintf with SYS message macrosuse-sys-macrosJoseph Hunkeler42 hours7-78/+74
|
* Show the log level at startupJoseph Hunkeler3 days1-0/+2
|
* -v increases log level in indexerJoseph Hunkeler3 days1-0/+1
|
* Update SYS* macro callsJoseph Hunkeler3 days6-34/+34
|
* Fix up includesJoseph Hunkeler3 days4-0/+6
|
* Implement logging facility WARN, INFO, DEBUGJoseph Hunkeler3 days1-0/+1
| | | | | | | * The original macros have been updated * Default log level is WARN * Log level increases per `-v` CLI argument * Tests always use DEBUG level
* Integrate into main and lib/deliveryversion-compareJoseph Hunkeler8 days1-0/+32
|
* Add download_dir member to MicroMambaInfo struct.Joseph Hunkeler2026-04-271-0/+1
| | | | * TMPDIR and hardcoded path is too unpredictable.
* Add allocation checksJoseph Hunkeler2026-04-261-0/+8
|
* Fix leaksJoseph Hunkeler2026-04-261-0/+1
|
* Fix file handle leaksJoseph Hunkeler2026-04-261-0/+1
|
* Move system requirement check down so configure_delivery_context can set ↵Joseph Hunkeler2026-04-251-1/+1
| | | | TMPDIR before getting executed
* Set starting TMPDIR to /tmp/stasisJoseph Hunkeler2026-04-252-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 Hunkeler2026-04-251-0/+4
|
* Fix NUL placement in center textJoseph Hunkeler2026-04-241-1/+1
|
* NUL after copyJoseph Hunkeler2026-04-241-0/+5
|
* NUL terminate after copyJoseph Hunkeler2026-04-245-3/+33
|
* Fix snprintfsJoseph Hunkeler2026-04-231-3/+1
|
* Use snprintfJoseph Hunkeler2026-04-221-0/+6
|
* stasis_main: exit on memory errorJoseph Hunkeler2026-04-221-1/+6
|
* indexer_readmes: close index file handle on errorJoseph Hunkeler2026-04-221-0/+1
|
* indexer_readmes: consolidate asprintf error condition handlingJoseph Hunkeler2026-04-221-3/+3
|
* Emit stasis versionJoseph Hunkeler2026-04-211-1/+13
|
* Generate version string based on repository informationJoseph Hunkeler2026-04-211-1/+44
|
* Avoid segfault on empty meta directorysprintf-to-snprintfJoseph Hunkeler2026-04-211-0/+5
|
* Convert vsprintfJoseph Hunkeler2026-04-171-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
|