aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * wheel_package_free: fix NULL dereference in provides_extra loopJoseph Hunkeler39 hours1-6/+7
| * wheel_package_free: allow pkg to be NULLJoseph Hunkeler39 hours1-0/+3
| * wheel_metadata_free: allow meta to be NULLJoseph Hunkeler39 hours1-0/+3
| * wheel_parse_metadata: fix sizeofJoseph Hunkeler39 hours1-1/+1
| * wheel_parse_metadata: return on errorJoseph Hunkeler39 hours1-0/+4
| * add non_format_len() functionJoseph Hunkeler39 hours2-0/+27
| * fix_tox_conf: close file handles and allocations correctlyJoseph Hunkeler39 hours1-1/+8
| * xml_pretty_print_in_place: close file handles and allocations correctlyJoseph Hunkeler39 hours1-16/+23
| * xmkstemp: UB, close handles correctlyJoseph Hunkeler39 hours1-10/+6
| * xmkstemp: Simplify tmpdir assignmentJoseph Hunkeler39 hours1-7/+3
| * git_describe: close pipe on errorJoseph Hunkeler39 hours1-1/+5
| * join: maybe truncate stringJoseph Hunkeler39 hours1-1/+1
| * split: free on errorJoseph Hunkeler39 hours1-2/+5
| * write_report_output: fail on allocation errorsJoseph Hunkeler39 hours1-0/+4
| * junitxml: fail on allocation errorsJoseph Hunkeler39 hours1-24/+69
| * ini_open: return on errorJoseph Hunkeler39 hours1-3/+16
| * ni_free: return on NULLJoseph Hunkeler39 hours1-0/+3
| * ini_section_create: reduce the pointer to something human readableJoseph Hunkeler39 hours1-4/+6
| * ini_section_create: reallocJoseph Hunkeler39 hours1-4/+4
| * fix getval_setup implementationJoseph Hunkeler39 hours1-18/+20
| * delivery_duplicate: free INI handleJoseph Hunkeler39 hours1-1/+1
| * delivery_duplicate: free INI handleJoseph Hunkeler39 hours1-0/+3
| * delivery_duplicate: free context on errorJoseph Hunkeler39 hours1-0/+6
| * delivery_duplicate: handle platform allocation errorJoseph Hunkeler39 hours1-1/+7
| * handle asprintf errorsJoseph Hunkeler39 hours2-4/+6
| * free tests on errorJoseph Hunkeler39 hours1-0/+2
| * delivery_init: return if platform cannot be establishedJoseph Hunkeler39 hours1-1/+4
| * delivery_init_platform: return on allocation errorJoseph Hunkeler39 hours1-0/+4
| * call va_endJoseph Hunkeler39 hours1-6/+8
|/
* Merge pull request #143 from jhunkeler/use-sys-macrosJoseph Hunkeler39 hours40-297/+315
|\
| * Replace msg, perror, and fprintf with SYS message macrosuse-sys-macrosJoseph Hunkeler39 hours40-297/+315
|/
* Merge pull request #142 from jhunkeler/execpointJoseph Hunkeler2 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 Hunkeler8 days1-1/+0
| * Add delivery_force_package_version() driverJoseph Hunkeler8 days1-0/+136
| * Rewrite collapse_whitespaceJoseph Hunkeler8 days1-18/+21
| * Include version_compare.h in delivery.hJoseph Hunkeler8 days1-0/+3
| * Change strlist tokenizer return types from void to intJoseph Hunkeler8 days2-23/+42