summaryrefslogtreecommitdiffstats
path: root/debuginfod
Commit message (Expand)AuthorAgeFilesLines
* debuginfod: add --listen-address optionMichael Trapp2025-03-281-36/+79
* PR31862: debuginfod: client to cache x-debuginfod-* headersFrank Ch. Eigler2025-03-051-7/+60
* Revert "debuginfod-client: correct invalid free() in failed ima path"Frank Ch. Eigler2025-02-201-1/+0
* debuginfod-client: correct invalid free() in failed ima pathFrank Ch. Eigler2025-02-181-0/+1
* debuginfod-client.c: Avoid freeing uninitialized valueAaron Merey2025-01-241-1/+1
* Replace usage of ar with stored library manifest filesMichael Pratt2025-01-211-1/+6
* debuginfod.cxx: Fix unused parameter warningAaron Merey2024-12-101-5/+6
* debuginfod: in --cors mode, add CORS response headers and OPTIONS methodHenning Meyer2024-12-081-4/+42
* Consolidate and add files to clean target variablesupstream/users/amerey/try-cleanMichael Pratt2024-11-081-2/+3
* PR32218: debuginfod-client: support very long source file namesFrank Ch. Eigler2024-10-161-38/+70
* debuginfod: service metadata queries in separate, timed-out connectionsFrank Ch. Eigler2024-09-031-15/+67
* debuginfod: Make sure crypto and jsonc are also included in static linkMark Wielaard2024-08-211-1/+1
* debuginfod: populate _r_seekable on requestOmar Sandoval2024-07-241-6/+70
* debuginfod: populate _r_seekable on scanOmar Sandoval2024-07-241-3/+142
* debuginfod: optimize extraction from seekable xz archivesOmar Sandoval2024-07-242-6/+452
* debugifod: add new table and views for seekable archivesOmar Sandoval2024-07-241-10/+24
* debuginfod: factor out common code for responding from an archiveOmar Sandoval2024-07-241-117/+96
* debuginfod: fix skipping <built-in> source fileOmar Sandoval2024-07-241-1/+2
* debuginfod-client: Don't leak id/version with duplicate os-release entriesMark Wielaard2024-06-231-2/+2
* PR31866: reenable --enable-libdebuginfod=dummyFrank Ch. Eigler2024-06-081-0/+4
* debuginfod-client tweak for alma buildbotFrank Ch. Eigler2024-06-041-5/+7
* PR29472: debuginfod: add metadata query webapi, C api, clientFrank Ch. Eigler2024-06-036-503/+1312
* debuginfod: PR28204 - RPM IMA per-file signature verificationRyan Goldberg2024-05-104-17/+652
* PR31620: debuginfod-client.c: Test for https support in libcurlNorbert Lange2024-04-151-3/+13
* PR31637: debuginfod-find -v SIGSEGVFrank Ch. Eigler2024-04-121-1/+1
* PR31103: debuginfod: periodically call malloc_trim(0)Frank Ch. Eigler2024-03-181-2/+9
* debuginfod: Remove unused variableKhem Raj2024-03-101-1/+0
* PR31265 - rework debuginfod archive-extract fdcacheFrank Ch. Eigler2024-02-131-224/+245
* Revert "debuginfod.cxx: Restore comment"Aaron Merey2024-02-061-2/+0
* debuginfod.cxx: Restore commentAaron Merey2024-02-061-0/+2
* PR 30991: srcfiles tarball featureHousam Alamour2024-02-051-2/+0
* PR31248: debuginfod_find_*: lseek to the front on returned fdsFrank Ch. Eigler2024-01-161-0/+2
* Add helper function for basenameKhem Raj2023-12-211-11/+11
* debuginfod-client.c: Don't print empty line in header_callbackAaron Merey2023-11-011-1/+3
* PR30962: debuginfod: full paths for X-DEBUGINFOD-FILE/ARCHIVE response headersFrank Ch. Eigler2023-10-111-6/+3
* PR30879: intermittent debuginfod crash with unhandled exceptionFrank Ch. Eigler2023-09-221-17/+46
* PR30809: improve debuginfod client progress-callback parametersFrank Ch. Eigler2023-08-291-14/+28
* debuginfod: Fix formatting in debuginfod_config_cacheMark Wielaard2023-06-221-14/+18
* debuginfod: PR29696: Removed secondary fd close in cache config causing a rac...Ryan Goldberg2023-06-161-12/+18
* PR30316: debuginfod wal checkpointingFrank Ch. Eigler2023-05-091-1/+113
* debuginfod: PR30378: better compression for _files tableFrank Ch. Eigler2023-05-091-81/+180
* PR30377: fix debuginfod -r -X combinationFrank Ch. Eigler2023-04-222-1/+5
* PR30348: debuginfod: retry partial archive scansFrank Ch. Eigler2023-04-132-0/+21
* debuginfod: When retrieving files from cache, update atime manuallyJan Alexander Steffens (heftig)2023-03-302-0/+20
* debuginfod: Don't touch access time of new filesJan Alexander Steffens (heftig)2023-03-303-10/+22
* debuginfod-client.c: Avoid sscanf on mixed-case component of stringAaron Merey2023-03-302-2/+7
* debuginfod: Replace futimes with futimensJan Alexander Steffens (heftig)2023-03-293-10/+14
* debuginfod-client.c: Fix download size not correctly fallbacks to x-debuginfo...lilydjwg2023-03-292-3/+9
* debuginfod-client.c: Skip empty file creation for cancelled queriesAaron Merey2023-03-172-3/+8
* configure: Add --enable-sanitize-memoryIlya Leoshkevich2023-02-141-1/+2