summaryrefslogtreecommitdiff
path: root/debuginfod
Commit message (Expand)AuthorAgeFilesLines
* PR30316: debuginfod wal checkpointingusers/fche/try-filecompFrank 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
* printversion: Fix unused variableIlya Leoshkevich2023-02-141-2/+1
* debuginfod-client.c: Download section even if cached executable didn't contai...Aaron Merey2023-02-072-10/+21
* debuginfod: Make sure there is only one typedef for debuginfod_clientMark Wielaard2023-02-062-0/+8
* Fix typos from codespellSam James2023-01-131-1/+1
* debuginfod PR29975 & PR29976: decrease default concurrencyFrank Ch. Eigler2023-01-112-2/+63
* debuginfod-client: Use CURLOPT_PROTOCOLS_STR for libcurl >= 7.85.0Mark Wielaard2023-01-112-0/+10
* debuginfod: Define CURL_AT_LEAST_VERSION if necessaryMark Wielaard2022-12-212-0/+11
* PR29926: debuginfod: Fix usage of deprecated CURLINFO_*Andrew Paprocki2022-12-212-2/+6
* debuginfod: Initialize response_data early in debuginfod-client queryMark Wielaard2022-11-212-2/+7
* debuginfod-client.c: Don't treat 0 as an error code.Aaron Merey2022-11-072-2/+7
* debuginfod_find_section: Always update rc with most recent error codeAaron Merey2022-11-042-1/+10
* debuginfod.cxx: fix coverity-found use-after-release errorFrank Ch. Eigler2022-11-032-73/+75
* debuginfod: Mark extract_section function staticMark Wielaard2022-11-022-1/+5
* Changelog: Update entries from previous commits.Aaron Merey2022-11-011-0/+4
* debuginfod-client: Fix out-of-bounds writeAaron Merey2022-11-011-2/+1
* debuginfod: Support queries for ELF/DWARF sectionsAaron Merey2022-11-017-96/+696
* debuginfod-client: Add DEBUGINFOD_HEADERS_FILE.Daniel Thornburgh2022-10-283-0/+51
* debuginfod: report libmicrohttpd version on startupFrank Ch. Eigler2022-10-172-0/+6
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-161-1/+0
* debuginfod-client: Ensure only negative error codes returned.Aaron Merey2022-09-282-2/+7
* Retrive 64bit timestamp from curl_easy_getinfo on _TIME_BITS=64 environment河辺 岳人2022-09-271-0/+4
* PR28284 cont'd, ->winning_headers reset at start of new queryFrank Ch. Eigler2022-09-082-1/+8
* add debuginfod_get_headers if DUMMY_LIBDEBUGINFOD is usedMartin Liska2022-09-082-0/+6
* PR28284: add tweaks on previous debuginfod x-debuginfod* header forwarding workFrank Ch. Eigler2022-09-076-30/+47
* PR28284 - Debuginfod header functionality implementedNoah Sanci2022-09-066-2/+54
* debuginfod: Use auto-sized connection pool when -C is not given with argAaron Merey2022-09-052-12/+17
* Add missing changelog entries.Martin Liska2022-08-171-0/+9
* debuginfod: fix http_requests_total{type="debuginfo"} when dwz is usedMartin Liska2022-08-171-2/+4
* debuginfod: print filename for "cannot open archive" errorMartin Liska2022-08-171-2/+8
* PR29474: debuginfodFrank Ch. Eigler2022-08-152-1/+8
* debuginfod: optimize regular expressions in groom()Josef Cejka2022-08-032-3/+13
* debuginfod: create indexes to speed up groomingJosef Cejka2022-07-292-0/+8
* NEWS & ChangeLog: add debuginfod blurbsFrank Ch. Eigler2022-06-031-0/+5
* debuginfod: add --disable-source-scan optionMichael Trapp2022-06-031-1/+8
* debuginfod: update mtime of interval_path as early as possibleMark Wielaard2022-05-152-2/+10
* debuginfod: Remove debuginfod_init_cacheMark Wielaard2022-05-152-52/+15
* debuginfod: Make sure debuginfod_config_cache always returns valid statMark Wielaard2022-05-152-7/+20
* debuginfod: Always request servname from getnameinfo for conninfo.Mark Wielaard2022-05-152-5/+14
* debuginfod: Check all curl_easy_setopt callsMark Wielaard2022-05-142-22/+44