summaryrefslogtreecommitdiff
path: root/debuginfod
Commit message (Expand)AuthorAgeFilesLines
* 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
* debuginfod: Check result of curl_easy_getinfo in debuginfod_write_callbackMark Wielaard2022-05-142-2/+8
* debuginfod: Use MHD_USE_EPOLL for libmicrohttpd version 0.9.51 or higherMark Wielaard2022-05-122-5/+16
* debuginfod: Try without MHD_USE_DUAL_STACK if MHD_start_daemon failsMark Wielaard2022-05-122-23/+58
* PR29098: debuginfod - set default prefetch cache size to >0Noah Sanci2022-05-092-0/+11
* PR29117: fix fd leak in debuginfod client for cache-miss filesFrank Ch. Eigler2022-05-043-8/+35
* debuginfod: ensure X-DEBUGINFOD-SIZE contains file sizeAaron Merey2022-04-251-1/+1
* debuginfod: Use the debuginfod-size response headerAaron Merey2022-04-251-40/+43
* debuginfod, libdwfl: Initialize libcurl and dlopen debuginfod-client lazilyMark Wielaard2022-04-253-17/+26
* debuginfod: Use MHD_USE_ITC in MHD_start_daemon flagsMark Wielaard2022-04-242-0/+7