| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove execpoint.h includeexecpoint | Joseph Hunkeler | 26 hours | 1 | -1/+0 |
| | | |||||
| * | Add all log message macros | Joseph Hunkeler | 26 hours | 1 | -0/+1 |
| | | |||||
| * | Show the log level at startup | Joseph Hunkeler | 26 hours | 1 | -0/+2 |
| | | |||||
| * | Move strdup_maybe to str.c and export symbol in str.h | Joseph Hunkeler | 26 hours | 3 | -11/+20 |
| | | |||||
| * | -v increases log level in indexer | Joseph Hunkeler | 26 hours | 1 | -0/+1 |
| | | |||||
| * | Update SYS* macro calls | Joseph Hunkeler | 26 hours | 31 | -196/+196 |
| | | |||||
| * | Fix up includes | Joseph Hunkeler | 26 hours | 15 | -13/+25 |
| | | |||||
| * | Implement logging facility WARN, INFO, DEBUG | Joseph Hunkeler | 26 hours | 7 | -12/+140 |
| | | | | | | | | * The original macros have been updated * Default log level is WARN * Log level increases per `-v` CLI argument * Tests always use DEBUG level | ||||
| * | Merge pull request #141 from jhunkeler/use-stasis-bufsiz | Joseph Hunkeler | 4 days | 8 | -9/+20 |
| |\ | | | | | Replace BUFSIZ with STASIS_BUFSIZ | ||||
| | * | Create XDG_CONFIG_HOME and XDG_CACHE_HOME directoriesuse-stasis-bufsiz | Joseph Hunkeler | 4 days | 1 | -0/+8 |
| | | | |||||
| | * | Replace BUFSIZ with STASIS_BUFSIZ | Joseph Hunkeler | 4 days | 7 | -9/+12 |
| | | | |||||
| * | | Merge pull request #140 from jhunkeler/version-compare | Joseph Hunkeler | 5 days | 11 | -51/+637 |
| |\ \ | |/ |/| | Add version comparison code | ||||
| | * | Integrate into main and lib/deliveryversion-compare | Joseph Hunkeler | 6 days | 3 | -3/+43 |
| | | | |||||
| | * | Removed unused failed counter | Joseph Hunkeler | 7 days | 1 | -1/+0 |
| | | | |||||
| | * | Add delivery_force_package_version() driver | Joseph Hunkeler | 7 days | 1 | -0/+136 |
| | | | |||||
| | * | Rewrite collapse_whitespace | Joseph Hunkeler | 7 days | 1 | -18/+21 |
| | | | | | | | | | * Remove count_blanks() | ||||
| | * | Include version_compare.h in delivery.h | Joseph Hunkeler | 7 days | 1 | -0/+3 |
| | | | |||||
| | * | Change strlist tokenizer return types from void to int | Joseph Hunkeler | 7 days | 2 | -23/+42 |
| | | | |||||
| | * | Add test_version_compare.c | Joseph Hunkeler | 10 days | 1 | -0/+173 |
| | | | |||||
| | * | Fix verbosity of unit tests | Joseph Hunkeler | 10 days | 1 | -10/+17 |
| | | | | | | | | | * PASS output was never supposed to be permanently toggled on | ||||
| | * | Add version comparison code to lib/core | Joseph Hunkeler | 10 days | 3 | -0/+206 |
| |/ | |||||
| * | Merge pull request #138 from jhunkeler/debug_log_type | Joseph Hunkeler | 13 days | 1 | -1/+1 |
| |\ | | | | | Fix missing type in debug_log declaration | ||||
| | * | Fix missing type in debug_log declarationdebug_log_type | Joseph Hunkeler | 13 days | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #137 from jhunkeler/bughunt-1001 | Joseph Hunkeler | 13 days | 43 | -99/+416 |
| |\ | | | | | Bug Hunt 0x1001 | ||||
| | * | Remove debug statementsbughunt-1001 | Joseph Hunkeler | 13 days | 1 | -24/+0 |
| | | | |||||
| | * | Possibly fix buffer overflow reported by stack protector | Joseph Hunkeler | 13 days | 1 | -17/+12 |
| | | | |||||
| | * | disable setting TMPDIR | Joseph Hunkeler | 14 days | 1 | -5/+6 |
| | | | |||||
| | * | 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 |
| | | | |||||
| | * | delivery_export_configuration: Add debug statements | Joseph Hunkeler | 2026-04-27 | 1 | -0/+18 |
| | | | |||||
| | * | Add download_dir member to MicroMambaInfo struct. | Joseph Hunkeler | 2026-04-27 | 4 | -8/+23 |
| | | | | | | | | | * TMPDIR and hardcoded path is too unpredictable. | ||||
| | * | Remove --first-parent. All tags will be on master anyway. | Joseph Hunkeler | 2026-04-27 | 1 | -1/+1 |
| | | | |||||
| | * | pkg_index_provides: Add logdir argument | Joseph Hunkeler | 2026-04-27 | 4 | -7/+15 |
| | | | | | | | | | * mkdirs() the logdir | ||||
| | * | pkg_index_provides: When in debug mode show log data regardless | Joseph Hunkeler | 2026-04-26 | 1 | -2/+19 |
| | | | |||||
| | * | Add allocation checks | Joseph Hunkeler | 2026-04-26 | 1 | -0/+8 |
| | | | |||||
| | * | Fix leaks | Joseph Hunkeler | 2026-04-26 | 2 | -0/+10 |
| | | | |||||
| | * | Fix file handle leaks | Joseph Hunkeler | 2026-04-26 | 3 | -0/+5 |
| | | | |||||
| | * | xmkstemp: create sub-directories if needed | Joseph Hunkeler | 2026-04-26 | 1 | -0/+6 |
| | | | |||||
| | * | test_fix_tox_conf: Check lines and result | Joseph Hunkeler | 2026-04-26 | 1 | -0/+2 |
| | | | |||||
| | * | Use /tmp/stasis | Joseph Hunkeler | 2026-04-25 | 1 | -1/+1 |
| | | | |||||
| | * | Restrict tests from finding STASIS's .git directory | Joseph Hunkeler | 2026-04-25 | 1 | -2/+7 |
| | | | |||||
| | * | 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 |
| | | | |||||
| | * | Move system requirement check down so configure_delivery_context can set ↵ | Joseph Hunkeler | 2026-04-25 | 1 | -1/+1 |
| | | | | | | | | | TMPDIR before getting executed | ||||
| | * | Set starting TMPDIR to /tmp/stasis | Joseph Hunkeler | 2026-04-25 | 3 | -17/+39 |
| | | | | | | | | | | | | | * 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 error | Joseph Hunkeler | 2026-04-25 | 1 | -0/+4 |
| | | | |||||
