aboutsummaryrefslogtreecommitdiff
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant __FUNCTION__Joseph Hunkeler23 hours1-1/+1
* Reverse logic on status checkJoseph Hunkeler24 hours1-14/+14
* exit on errorJoseph Hunkeler24 hours1-14/+77
* Update SYS_* macrosJoseph Hunkeler43 hours1-2/+2
* How did you get back in there...Joseph Hunkeler43 hours1-34/+0
* Error checkJoseph Hunkeler43 hours1-0/+6
* explicitly check if option name is NULLJoseph Hunkeler43 hours1-1/+1
* Move center_text function into utils.c/utils.hJoseph Hunkeler43 hours1-1/+11
* Add message before running micromamba configurationJoseph Hunkeler43 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 Hunkeler43 hours1-0/+4
* handle asprintf errorsJoseph Hunkeler43 hours2-4/+6
* Replace msg, perror, and fprintf with SYS message macrosuse-sys-macrosJoseph Hunkeler44 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
* Integrate into main and lib/deliveryversion-compareJoseph Hunkeler8 days1-0/+32
* Add download_dir member to MicroMambaInfo struct.Joseph Hunkeler2026-04-271-0/+1
* 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 TMPD...Joseph Hunkeler2026-04-251-1/+1
* Set starting TMPDIR to /tmp/stasisJoseph Hunkeler2026-04-252-5/+7
* 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
* 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
* 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