aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wheel_parse_metadata: fix sizeofJoseph Hunkeler2 days1-1/+1
* wheel_parse_metadata: return on errorJoseph Hunkeler2 days1-0/+4
* add non_format_len() functionJoseph Hunkeler2 days2-0/+27
* fix_tox_conf: close file handles and allocations correctlyJoseph Hunkeler2 days1-1/+8
* xml_pretty_print_in_place: close file handles and allocations correctlyJoseph Hunkeler2 days1-16/+23
* xmkstemp: UB, close handles correctlyJoseph Hunkeler2 days1-10/+6
* xmkstemp: Simplify tmpdir assignmentJoseph Hunkeler2 days1-7/+3
* git_describe: close pipe on errorJoseph Hunkeler2 days1-1/+5
* join: maybe truncate stringJoseph Hunkeler2 days1-1/+1
* split: free on errorJoseph Hunkeler2 days1-2/+5
* write_report_output: fail on allocation errorsJoseph Hunkeler2 days1-0/+4
* junitxml: fail on allocation errorsJoseph Hunkeler2 days1-24/+69
* ini_open: return on errorJoseph Hunkeler2 days1-3/+16
* ni_free: return on NULLJoseph Hunkeler2 days1-0/+3
* ini_section_create: reduce the pointer to something human readableJoseph Hunkeler2 days1-4/+6
* ini_section_create: reallocJoseph Hunkeler2 days1-4/+4
* fix getval_setup implementationJoseph Hunkeler2 days1-18/+20
* delivery_duplicate: free INI handleJoseph Hunkeler2 days1-1/+1
* delivery_duplicate: free INI handleJoseph Hunkeler2 days1-0/+3
* delivery_duplicate: free context on errorJoseph Hunkeler2 days1-0/+6
* delivery_duplicate: handle platform allocation errorJoseph Hunkeler2 days1-1/+7
* handle asprintf errorsJoseph Hunkeler2 days2-4/+6
* free tests on errorJoseph Hunkeler2 days1-0/+2
* delivery_init: return if platform cannot be establishedJoseph Hunkeler2 days1-1/+4
* delivery_init_platform: return on allocation errorJoseph Hunkeler2 days1-0/+4
* call va_endJoseph Hunkeler2 days1-6/+8
* Merge pull request #143 from jhunkeler/use-sys-macrosJoseph Hunkeler2 days40-297/+315
|\
| * Replace msg, perror, and fprintf with SYS message macrosuse-sys-macrosJoseph Hunkeler2 days40-297/+315
|/
* Merge pull request #142 from jhunkeler/execpointJoseph Hunkeler3 days41-232/+384
|\
| * remove execpoint.h includeexecpointJoseph Hunkeler3 days1-1/+0
| * Add all log message macrosJoseph Hunkeler3 days1-0/+1
| * Show the log level at startupJoseph Hunkeler3 days1-0/+2
| * Move strdup_maybe to str.c and export symbol in str.hJoseph Hunkeler3 days3-11/+20
| * -v increases log level in indexerJoseph Hunkeler3 days1-0/+1
| * Update SYS* macro callsJoseph Hunkeler3 days31-196/+196
| * Fix up includesJoseph Hunkeler3 days15-13/+25
| * Implement logging facility WARN, INFO, DEBUGJoseph Hunkeler3 days7-12/+140
|/
* Merge pull request #141 from jhunkeler/use-stasis-bufsizJoseph Hunkeler6 days8-9/+20
|\
| * Create XDG_CONFIG_HOME and XDG_CACHE_HOME directories1.6.0use-stasis-bufsizJoseph Hunkeler6 days1-0/+8
| * Replace BUFSIZ with STASIS_BUFSIZJoseph Hunkeler6 days7-9/+12
* | Merge pull request #140 from jhunkeler/version-compareJoseph Hunkeler7 days11-51/+637
|\ \ | |/ |/|
| * Integrate into main and lib/deliveryversion-compareJoseph Hunkeler8 days3-3/+43
| * Removed unused failed counterJoseph Hunkeler9 days1-1/+0
| * Add delivery_force_package_version() driverJoseph Hunkeler9 days1-0/+136
| * Rewrite collapse_whitespaceJoseph Hunkeler9 days1-18/+21
| * Include version_compare.h in delivery.hJoseph Hunkeler9 days1-0/+3
| * Change strlist tokenizer return types from void to intJoseph Hunkeler9 days2-23/+42
| * Add test_version_compare.cJoseph Hunkeler12 days1-0/+173
| * Fix verbosity of unit testsJoseph Hunkeler12 days1-10/+17
| * Add version comparison code to lib/core1.5.0Joseph Hunkeler12 days3-0/+206
|/