summaryrefslogtreecommitdiff
path: root/debuginfod/debuginfod.cxx
Commit message (Expand)AuthorAgeFilesLines
* debuginfod: PR27277 - Describe retrieved files when verbosensanci/verbose-headersNoah Sanci2021-08-271-0/+11
* 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
* debuginfod: Set child thread names via pthread_setname_np()Frank Ch. Eigler2021-03-301-2/+14
* debuginfod: filter webapi for bad keywords earlyFrank Ch. Eigler2021-02-251-1/+2
* PR27413: use bsdtar to unpack deb-related formatsFrank Ch. Eigler2021-02-171-10/+3
* PR27092: debuginfod low-memory handlingFrank Ch. Eigler2021-02-051-34/+85
* PR27323 debuginfod: improve query concurrency with groomingFrank Ch. Eigler2021-02-051-37/+79
* debuginfod: fix spelling typos in error diagnostics and commentsDmitry V. Levin2020-12-121-3/+3
* debuginfod: correct prometheus metric typoFrank Ch. Eigler2020-11-251-1/+1
* debuginfod: use clock_gettime(CLOCK_MONOTONIC) for intervalsFrank Ch. Eigler2020-11-251-18/+18
* debuginfod: sqlite3 metricsFrank Ch. Eigler2020-11-251-3/+28
* debuginfod: Handle "/" and report unrecognized operationsMark Wielaard2020-11-221-1/+19
* debuginfod: add thread-busy metrics to webapi serviceFrank Ch. Eigler2020-11-211-0/+17
* debuginfod.cxx: include libintl.h.Érico Rolim2020-11-031-1/+1
* debuginfod: Accelerate traversal, shutdowns, improve metricsFrank Ch. Eigler2020-10-311-31/+47
* PR26775: restore thread_work_groom metric to cycle countFrank Ch. Eigler2020-10-301-14/+29
* PR26775: make grooming progress visible & interruptibleFrank Ch. Eigler2020-10-301-3/+25
* PR26810: debuginfod should tolerate some absence/renaming sans groomingFrank Ch. Eigler2020-10-301-15/+17
* PR26756: add more prometheus metrics to debuginfodFrank Ch. Eigler2020-10-211-16/+53
* debuginfod: suppress fdcache prefetching during dwz lookupFrank Ch. Eigler2020-10-211-7/+13
* debuginfod: store only canonicalized sref pathnames in databaseFrank Ch. Eigler2020-09-181-46/+23
* PR26195: adapt debuginfod to API change in libmicrohttpd-0.9.71Frank Ch. Eigler2020-07-021-3/+15
* PR25728: disable debuginfod --port=0Mark Wielaard2020-03-281-1/+2
* PR25739: debuginfod correct mtime for fdcache'd filesFrank Ch. Eigler2020-03-281-0/+7
* debuginfod: User-Agent and X-Forwarded-For header relayFrank Ch. Eigler2020-03-271-8/+37
* PR25448: debuginfod: add transfer performance metricsFrank Ch. Eigler2020-03-271-0/+12
* PR25583: debuginfod: conditionally prefer bsdtar to dpkg for .deb handlingFrank Ch. Eigler2020-03-261-2/+10
* PR25583: debuginfod: prefer bsdtar to dpkg for .deb handlingFrank Ch. Eigler2020-03-261-2/+3
* PR25548: support canonicalized source-path names in debuginfod webapiFrank Ch. Eigler2020-03-261-1/+123
* PR25367: improve debuginfod webapi loggingFrank Ch. Eigler2020-03-261-10/+44
* debuginfod PR25583: map -R to -Z.rpmFrank Ch. Eigler2020-02-251-1/+1
* PR25375: fdcache prefetching to reduce repeated archive decompressionFrank Ch. Eigler2020-02-251-23/+86
* debuginfod: archive processing: handle -Z EXT=cat with direct fopenMark Wielaard2020-02-101-10/+37
* debuginfod: generalized archive supportFrank Ch. Eigler2020-02-101-10/+39
* debuginfod: diagnostics verbosity tweakFrank Ch. Eigler2020-01-221-1/+2
* PR25394 cont'd: debuginfod timing fix for fts-traversal threadFrank Ch. Eigler2020-01-201-0/+1
* PR25394 followup#2: debuginfod casting fixesFrank Ch. Eigler2020-01-201-2/+2
* PR25394 followup: debuginfod casting fixesFrank Ch. Eigler2020-01-201-2/+2
* PR25394: debuginfod mutex between grooming and scanningfche/debuginfod-PR25394Frank Ch. Eigler2020-01-191-44/+84
* PR25415: fix debuginfod SEGV for empty search path listFrank Ch. Eigler2020-01-181-0/+5