summaryrefslogtreecommitdiff
path: root/debuginfod/debuginfod.cxx
Commit message (Expand)AuthorAgeFilesLines
* printversion: Fix unused variableIlya Leoshkevich2023-02-141-2/+1
* debuginfod PR29975 & PR29976: decrease default concurrencyFrank Ch. Eigler2023-01-111-2/+57
* debuginfod.cxx: fix coverity-found use-after-release errorFrank Ch. Eigler2022-11-031-73/+70
* debuginfod: Support queries for ELF/DWARF sectionsAaron Merey2022-11-011-67/+316
* debuginfod: report libmicrohttpd version on startupFrank Ch. Eigler2022-10-171-0/+2
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-161-1/+0
* PR28284: add tweaks on previous debuginfod x-debuginfod* header forwarding workFrank Ch. Eigler2022-09-071-11/+15
* PR28284 - Debuginfod header functionality implementedNoah Sanci2022-09-061-0/+18
* debuginfod: Use auto-sized connection pool when -C is not given with argAaron Merey2022-09-051-12/+10
* 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-151-1/+2
* debuginfod: optimize regular expressions in groom()Josef Cejka2022-08-031-3/+9
* debuginfod: create indexes to speed up groomingJosef Cejka2022-07-291-0/+4
* debuginfod: add --disable-source-scan optionMichael Trapp2022-06-031-1/+8
* debuginfod: Always request servname from getnameinfo for conninfo.Mark Wielaard2022-05-151-5/+10
* debuginfod: Use MHD_USE_EPOLL for libmicrohttpd version 0.9.51 or higherMark Wielaard2022-05-121-5/+10
* debuginfod: Try without MHD_USE_DUAL_STACK if MHD_start_daemon failsMark Wielaard2022-05-121-23/+51
* PR29098: debuginfod - set default prefetch cache size to >0Noah Sanci2022-05-091-0/+7
* debuginfod: ensure X-DEBUGINFOD-SIZE contains file sizeAaron Merey2022-04-251-1/+1
* debuginfod: Use MHD_USE_ITC in MHD_start_daemon flagsMark Wielaard2022-04-241-0/+3
* debuginfod: Include "IPv4 IPv6" in server startup messageAaron Merey2022-04-061-1/+1
* debuginfod: use single ipv4+ipv6 microhttpd daemon configurationFrank Ch. Eigler2022-04-041-33/+38
* PR28708: debuginfod: use MHD_USE_EPOLL for microhttpd threadsFrank Ch. Eigler2022-04-031-0/+6
* PR28661: debuginfo connection thread pool supportFrank Ch. Eigler2021-12-101-4/+34
* debuginfod: Don't format clog using 'right' or 'setw(20)'.Mark Wielaard2021-12-091-1/+1
* debuginfod: Fix debuginfod_pool leakMark Wielaard2021-12-091-0/+2
* debuginfod: Check result of calling MHD_add_response_header.Mark Wielaard2021-12-081-20/+44
* debuginfod: correct concurrency bug in fdcache metricsFrank Ch. Eigler2021-12-081-1/+1
* 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-031-6/+9
* debuginfod: fix compilation on platforms without <error.h>Érico Nogueira2021-11-111-1/+1
* PR28430: debuginfod: support --passive modeFrank Ch. Eigler2021-11-101-67/+118
* PR28514: debuginfod: limit groom operation timesFrank Ch. Eigler2021-11-051-11/+73
* PR28242: debuginfod prometheus metric wideningDi Chen2021-10-061-20/+59
* debuginfod: PR27277 - Describe retrieved files when verboseNoah Sanci2021-09-161-0/+11
* PR28339: debuginfod: fix groom/scan race condition on just-emptied queueFrank Ch. Eigler2021-09-141-6/+20
* debuginfod: Add endl after "fdcache emergency flush for filling tmpdir" logMark Wielaard2021-09-131-1/+1
* debuginfod: Turn -d ":memory:" into -d "file::memory:?cache=shared"Mark Wielaard2021-08-281-1/+8
* debuginfod: PR27917 - protect against federation loopsDi Chen2021-08-271-0/+18
* debuginfod, elfclassify: remove unnecessary header inclusionSaleem Abdulrasool2021-08-271-1/+0
* PR28249: correct debuginfod after-you lockingFrank Ch. Eigler2021-08-191-1/+1
* debuginfod: PR27982 - added DEBUGINFOD_MAXSIZE and DEBUGINFOD_MAXTIMENoah Sanci2021-08-041-0/+13
* debuginfod: PR25978 - Created the prefetch fdcacheNoah2021-07-141-23/+123
* debuginfod: PR27711 - Use -I/-X regexes during groom phaseNoah2021-07-081-2/+9
* PR27863: debuginfod optimization for concurrent requestsFrank Ch. Eigler2021-06-091-1/+74
* Come up with startswith function.Martin Liska2021-05-121-4/+5
* PR27701: debuginfod client: encourage reused debuginfod_client objectsFrank Ch. Eigler2021-04-301-3/+58
* debuginfod: only update database stats once per groomFrank Ch. Eigler2021-04-151-2/+0
* debuginfod: Recognize .debug_*-less symtab-laden files as debuginfoFrank Ch. Eigler2021-04-151-0/+19