summaryrefslogtreecommitdiff
path: root/debuginfod
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR29022: 000-permissions files cause problems for backupsAaron Merey2022-04-132-35/+67
* debuginfod: Include "IPv4 IPv6" in server startup messageAaron Merey2022-04-061-1/+1
* debuginfod: use single ipv4+ipv6 microhttpd daemon configurationFrank Ch. Eigler2022-04-043-39/+53
* PR28708: debuginfod: use MHD_USE_EPOLL for microhttpd threadsFrank Ch. Eigler2022-04-032-0/+11
* debuginfod/debuginfod-client.c: use long for cache time configurationsAlexander Kanavin2021-12-162-3/+10
* PR28661: debuginfo connection thread pool supportFrank Ch. Eigler2021-12-102-4/+42
* debuginfod: Don't format clog using 'right' or 'setw(20)'.Mark Wielaard2021-12-092-1/+6
* debuginfod: Fix debuginfod_pool leakMark Wielaard2021-12-092-0/+6
* debuginfod: Check result of calling MHD_add_response_header.Mark Wielaard2021-12-082-20/+56
* debuginfod: correct concurrency bug in fdcache metricsFrank Ch. Eigler2021-12-082-1/+5
* debuginfod: Clear and reset debuginfod_client winning_headers on reuseMark Wielaard2021-12-072-1/+11
* debuginfod: Fix some memory leaks on debuginfod-client error paths.Mark Wielaard2021-12-052-5/+18
* debuginfod: sqlite3_sharedprefix_fn should not compare past end of stringMark Wielaard2021-12-051-1/+1
* debuginfod: Use gmtime_r instead of gmtime to avoid data raceMark Wielaard2021-12-032-6/+14
* debuginfod: fix compilation on platforms without <error.h>Érico Nogueira2021-11-112-1/+5