| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update SYS* macro calls | Joseph Hunkeler | 41 hours | 1 | -1/+1 |
| | | |||||
| * | Fix incorrect usage of maxlen argument in snprintf calls | Joseph Hunkeler | 2026-04-17 | 1 | -2/+2 |
| | | |||||
| * | Replace sprintf with snprintf | Joseph Hunkeler | 2026-04-15 | 1 | -4/+4 |
| | | | | | * A few strcpy and strcat changes as well | ||||
| * | Fix leak in artifactory test | Joseph Hunkeler | 2025-07-07 | 1 | -0/+1 |
| | | |||||
| * | Remove redundant externs | Joseph Hunkeler | 2025-02-12 | 1 | -3/+1 |
| | | |||||
| * | Free basedir on error | Joseph Hunkeler | 2025-02-12 | 1 | -0/+1 |
| | | |||||
| * | test_artifactory.c: free allocated resourcesmemfixes | Joseph Hunkeler | 2025-02-04 | 1 | -1/+3 |
| | | |||||
| * | Fix includes | Joseph Hunkeler | 2024-10-14 | 1 | -0/+2 |
| | | |||||
| * | More unit tests (and fixing bugs) (#23) | Joseph Hunkeler | 2024-08-12 | 1 | -0/+129 |
| * Add test_artifactory.c to suite * Add test_ini_getval_wrapper to ini.c * basic ini_getval_TYPE() conversion checks * bugfix: use strtof in INIVAL_TYPE_FLOAT case * Include stdio.h to pull in FILE structure * bugfix: free data at index during strlist_set operation * Previous behavior of setting the pointer to NULL introduced a subtle memory leak * Set strlist error when index it out of range * Import private delivery functions required for mock context creation * Remove static declaration * populate_delivery_cfg() * Add test_junitxml.c * Fix duplicate define value for JUNIT_RESULT_STATE_ERROR * Add static junit test data * Copy test data to current test directory | |||||
