aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer
Commit message (Expand)AuthorAgeFilesLines
* Move center_text function into utils.c/utils.hJoseph Hunkeler28 hours1-1/+11
* Add message before running micromamba configurationJoseph Hunkeler28 hours1-0/+1
* Subtract remaining characters in format stringJoseph Hunkeler47 hours1-2/+2
* write_report_output: fail on allocation errorsJoseph Hunkeler2 days1-0/+4
* handle asprintf errorsJoseph Hunkeler2 days2-4/+6
* Add download_dir member to MicroMambaInfo struct.Joseph Hunkeler4 days1-0/+1
* Add allocation checksJoseph Hunkeler5 days1-0/+8
* Fix leaksJoseph Hunkeler5 days1-0/+1
* Fix file handle leaksJoseph Hunkeler5 days1-0/+1
* Set starting TMPDIR to /tmp/stasisJoseph Hunkeler6 days1-1/+7
* usage: fail on allocation errorJoseph Hunkeler6 days1-0/+4
* NUL after copyJoseph Hunkeler7 days1-0/+5
* NUL terminate after copyJoseph Hunkeler7 days4-3/+23
* 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
* Avoid segfault on empty meta directorysprintf-to-snprintfJoseph Hunkeler10 days1-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-163-29/+29
* Replace sprintf with snprintfJoseph Hunkeler2026-04-155-19/+19
* 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
* 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
* Fix possible overflow in command stringJoseph Hunkeler2025-11-041-3/+3
* get_latest_deliveries() now optionally returns the count of elements in the r...Joseph Hunkeler2025-11-042-3/+8
* Store latest revision number in "REVISION"Joseph Hunkeler2025-03-271-0/+18
* Add write_manifest() helperJoseph Hunkeler2025-03-273-0/+57
* free(3): If ptr is NULL, no operation is performed.free-memJoseph Hunkeler2025-03-202-3/+3
* Favor writing .md extensions firstindexer-minor-fixupsJoseph Hunkeler2025-02-182-5/+9
* Do not show docker line if no image existsJoseph Hunkeler2025-02-181-9/+23
* Inject horizontal line between RCsJoseph Hunkeler2025-02-181-4/+12
* sort_by_latest_rc now sorts against the rc, platform, and python version (des...Joseph Hunkeler2025-02-181-2/+17
* Match harderJoseph Hunkeler2025-02-151-1/+3
* Use the same function as the delivery mechanism to ensure the docker archive ...Joseph Hunkeler2025-02-141-1/+1
* Plug a few leaksJoseph Hunkeler2025-02-141-2/+2
* Encapsulate macro arguments in parenthesesJoseph Hunkeler2025-02-121-2/+2
* Add missing linefeedbug-fix-leaks-indexerJoseph Hunkeler2025-01-301-1/+1
* Free version_strJoseph Hunkeler2025-01-301-0/+6
* Free file_listingJoseph Hunkeler2025-01-301-0/+2
* Duplicate basename to avoid invalid readJoseph Hunkeler2025-01-301-1/+3
* Indexer fixes:Joseph Hunkeler2025-01-301-1/+5
* Truncate the basename of the xml file only when an extension is presentfix-index-junitxml-reportJoseph Hunkeler2024-12-301-1/+3
* indexer: Rewrite indexer_junitxml_report from scratchJoseph Hunkeler2024-12-242-134/+105
* indexer: Keep test reporting simple for nowJoseph Hunkeler2024-12-221-33/+41
* indexer: Loop over the number of latest deliveries, not number of deliveriesJoseph Hunkeler2024-12-221-3/+4
* indexer: current release now displays the python versionJoseph Hunkeler2024-12-221-4/+5
* indexer: publish number of tests that passedJoseph Hunkeler2024-12-221-11/+16