| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | git_describe: close pipe on error | Joseph Hunkeler | 2026-05-11 | 1 | -1/+5 |
| * | join: maybe truncate string | Joseph Hunkeler | 2026-05-11 | 1 | -1/+1 |
| * | split: free on error | Joseph Hunkeler | 2026-05-11 | 1 | -2/+5 |
| * | junitxml: fail on allocation errors | Joseph Hunkeler | 2026-05-11 | 1 | -24/+69 |
| * | ini_open: return on error | Joseph Hunkeler | 2026-05-11 | 1 | -3/+16 |
| * | ni_free: return on NULL | Joseph Hunkeler | 2026-05-11 | 1 | -0/+3 |
| * | ini_section_create: reduce the pointer to something human readable | Joseph Hunkeler | 2026-05-11 | 1 | -4/+6 |
| * | ini_section_create: realloc | Joseph Hunkeler | 2026-05-11 | 1 | -4/+4 |
| * | fix getval_setup implementation | Joseph Hunkeler | 2026-05-11 | 1 | -18/+20 |
| * | call va_end | Joseph Hunkeler | 2026-05-11 | 1 | -6/+8 |
| * | Replace msg, perror, and fprintf with SYS message macrosuse-sys-macros | Joseph Hunkeler | 2026-05-11 | 17 | -113/+136 |
| * | remove execpoint.h includeexecpoint | Joseph Hunkeler | 2026-05-10 | 1 | -1/+0 |
| * | Add all log message macros | Joseph Hunkeler | 2026-05-10 | 1 | -0/+1 |
| * | Move strdup_maybe to str.c and export symbol in str.h | Joseph Hunkeler | 2026-05-10 | 2 | -0/+20 |
| * | Update SYS* macro calls | Joseph Hunkeler | 2026-05-10 | 14 | -71/+71 |
| * | Fix up includes | Joseph Hunkeler | 2026-05-10 | 2 | -1/+3 |
| * | Implement logging facility WARN, INFO, DEBUG | Joseph Hunkeler | 2026-05-10 | 4 | -10/+138 |
| * | Merge pull request #141 from jhunkeler/use-stasis-bufsiz | Joseph Hunkeler | 2026-05-07 | 3 | -4/+7 |
| |\ | |||||
| | * | Replace BUFSIZ with STASIS_BUFSIZ | Joseph Hunkeler | 2026-05-07 | 3 | -4/+7 |
| * | | Rewrite collapse_whitespace | Joseph Hunkeler | 2026-05-04 | 1 | -18/+21 |
| * | | Change strlist tokenizer return types from void to int | Joseph Hunkeler | 2026-05-04 | 2 | -23/+42 |
| * | | Add version comparison code to lib/core1.5.0 | Joseph Hunkeler | 2026-05-01 | 3 | -0/+206 |
| |/ | |||||
| * | Fix missing type in debug_log declarationdebug_log_type | Joseph Hunkeler | 2026-04-28 | 1 | -1/+1 |
| * | Remove debug statementsbughunt-1001 | Joseph Hunkeler | 2026-04-28 | 1 | -24/+0 |
| * | Possibly fix buffer overflow reported by stack protector | Joseph Hunkeler | 2026-04-28 | 1 | -17/+12 |
| * | ini_data_append: Add debug statements | Joseph Hunkeler | 2026-04-27 | 1 | -2/+10 |
| * | ini_write: Add debug statements | Joseph Hunkeler | 2026-04-27 | 1 | -0/+12 |
| * | ini_write: Make inikey buffer sizes less impossible to understand | Joseph Hunkeler | 2026-04-27 | 1 | -13/+13 |
| * | ini_write: Add debug statements | Joseph Hunkeler | 2026-04-27 | 1 | -0/+10 |
| * | ini_write: Add debug statements | Joseph Hunkeler | 2026-04-27 | 1 | -1/+10 |
| * | Add download_dir member to MicroMambaInfo struct. | Joseph Hunkeler | 2026-04-27 | 2 | -3/+17 |
| * | pkg_index_provides: Add logdir argument | Joseph Hunkeler | 2026-04-27 | 2 | -3/+11 |
| * | pkg_index_provides: When in debug mode show log data regardless | Joseph Hunkeler | 2026-04-26 | 1 | -2/+19 |
| * | Fix leaks | Joseph Hunkeler | 2026-04-26 | 1 | -0/+9 |
| * | xmkstemp: create sub-directories if needed | Joseph Hunkeler | 2026-04-26 | 1 | -0/+6 |
| * | Use /tmp/stasis | Joseph Hunkeler | 2026-04-25 | 1 | -1/+1 |
| * | Use /tmp/stasis | Joseph Hunkeler | 2026-04-25 | 1 | -1/+1 |
| * | Fix broken allocation error check | Joseph Hunkeler | 2026-04-25 | 1 | -1/+1 |
| * | Colorize SYSERROR and SYSDEBUG output | Joseph Hunkeler | 2026-04-25 | 1 | -2/+2 |
| * | wheel_parse_wheel: handle key allocation error | Joseph Hunkeler | 2026-04-25 | 1 | -2/+7 |
| * | UB / write "NULL" on NULL | Joseph Hunkeler | 2026-04-25 | 1 | -1/+1 |
| * | strdup_array: handle allocation errors | Joseph Hunkeler | 2026-04-25 | 1 | -0/+4 |
| * | Use strncpy in example code | Joseph Hunkeler | 2026-04-25 | 1 | -2/+3 |
| * | Do not close stderr! | Joseph Hunkeler | 2026-04-24 | 1 | -2/+0 |
| * | Fix snprintf calls | Joseph Hunkeler | 2026-04-24 | 1 | -3/+7 |
| * | Fix NUL termination in double pointer | Joseph Hunkeler | 2026-04-24 | 2 | -2/+2 |
| * | Remove incorrect equality check. | Joseph Hunkeler | 2026-04-24 | 1 | -2/+1 |
| * | Close fp_out before execl | Joseph Hunkeler | 2026-04-24 | 1 | -0/+1 |
| * | Fix error check for strtof/d/ld calls | Joseph Hunkeler | 2026-04-24 | 1 | -6/+6 |
| * | Bit shift needs to be unsigned long | Joseph Hunkeler | 2026-04-24 | 1 | -1/+1 |
