summaryrefslogtreecommitdiff
path: root/debuginfod
Commit message (Expand)AuthorAgeFilesLines
* debuginfod: Accelerate traversal, shutdowns, improve metricsFrank Ch. Eigler2020-10-312-33/+57
* PR26775: restore thread_work_groom metric to cycle countFrank Ch. Eigler2020-10-302-14/+40
* PR26775: make grooming progress visible & interruptibleFrank Ch. Eigler2020-10-302-3/+36
* PR26810: debuginfod should tolerate some absence/renaming sans groomingFrank Ch. Eigler2020-10-302-15/+25
* debuginfod: Translate CURLE_PEER_FAILED_VERIFICATION to ECONNREFUSED.Mark Wielaard2020-10-262-0/+6
* PR26756: add more prometheus metrics to debuginfodFrank Ch. Eigler2020-10-212-16/+61
* debuginfod: suppress fdcache prefetching during dwz lookupFrank Ch. Eigler2020-10-212-7/+18
* debuginfod: store only canonicalized sref pathnames in databaseFrank Ch. Eigler2020-09-182-46/+28
* debuginfod: Fix BUILD_STATIC build.Mark Wielaard2020-09-172-2/+7
* debuginfod-find.c: Fix license block comment. File is GPLv3+ only.Mark Wielaard2020-09-162-3/+7
* debuginfod-find: Support compressed (kernel) ELF images.Mark Wielaard2020-09-152-2/+7
* debuginfod: DEBUGINFOD_URLS should accept scheme-free urlsAlice Zhang2020-07-052-2/+32
* debuginfod: Add --disable-libdebuginfod and --enable-libdebuginfod=dummy.Mark Wielaard2020-07-043-4/+73
* PR26195: adapt debuginfod to API change in libmicrohttpd-0.9.71Frank Ch. Eigler2020-07-021-3/+15
* debuginfod: Make sure handle_data can be allocated and is always freed.Mark Wielaard2020-06-242-8/+19
* debuginfod: Fix build_id hexadecimal length check.Mark Wielaard2020-06-242-1/+6
* debuginfod: Make sure suffix can place zero terminator when copying filenameMark Wielaard2020-06-242-2/+7
* debuginfod: Handle not being able to fopen interval_path.Mark Wielaard2020-06-242-2/+12
* debuginfod: Document and sanity check debuginfod_add_http_header format.Mark Wielaard2020-03-302-0/+15
* debuginfod-client default_progressfn: formatting fixFrank Ch. Eigler2020-03-292-1/+17
* PR25728: disable debuginfod --port=0Mark Wielaard2020-03-282-1/+6
* PR25739: debuginfod correct mtime for fdcache'd filesFrank Ch. Eigler2020-03-282-0/+13
* PR25722: debuginfod-find: accept /path/names in place of buildid hexFrank Ch. Eigler2020-03-273-7/+70
* debuginfod: User-Agent and X-Forwarded-For header relayFrank Ch. Eigler2020-03-275-12/+87
* PR25448: debuginfod: add transfer performance metricsFrank Ch. Eigler2020-03-272-0/+17
* PR25583: debuginfod: conditionally prefer bsdtar to dpkg for .deb handlingFrank Ch. Eigler2020-03-262-2/+15
* PR25583: debuginfod: prefer bsdtar to dpkg for .deb handlingFrank Ch. Eigler2020-03-262-2/+8
* PR25548: CURLOPT_PATH_AS_IS backward compatibilityFrank Ch. Eigler2020-03-261-1/+1
* PR25548: CURLOPT_PATH_AS_IS backward compatibilityFrank Ch. Eigler2020-03-262-0/+10
* PR25548: support canonicalized source-path names in debuginfod webapiFrank Ch. Eigler2020-03-263-1/+135
* PR25367: improve debuginfod webapi loggingFrank Ch. Eigler2020-03-262-10/+53
* debuginfod-client thinko: non-default progressfn extra outputFrank Ch. Eigler2020-03-242-34/+42
* debuginfod-find: Correct error check for -v source comboFrank Ch. Eigler2020-03-242-2/+7
* debuginfod client API: add get_url functionFrank Ch. Eigler2020-03-225-10/+81
* debuginfod client API: add get/set user_data functionsFrank Ch. Eigler2020-03-225-4/+40
* debuginfod-client: Update cache_path when the new default path existsAaron Merey2020-03-042-9/+12
* debuginfod-client: default to XDG cache.Aaron Merey2020-02-282-26/+100
* debuginfod: file:// URLs: handle curl resp. codeKonrad Kleine2020-02-262-12/+31
* debuginfod PR25583: map -R to -Z.rpmFrank Ch. Eigler2020-02-252-1/+5
* PR25375: fdcache prefetching to reduce repeated archive decompressionFrank Ch. Eigler2020-02-252-23/+99
* PR25365: debuginfod-client: restrict cleanup to client-pattern filesAaron Merey2020-02-192-1/+17
* debuginfod: archive processing: handle -Z EXT=cat with direct fopenMark Wielaard2020-02-101-10/+37
* debuginfod: generalized archive supportFrank Ch. Eigler2020-02-102-10/+45
* debuginfod.h: fix typo in comment: legnth -> lengthKonrad Kleine2020-02-101-1/+1
* debuginfod: diagnostics verbosity tweakFrank Ch. Eigler2020-01-222-1/+7
* 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-192-44/+95
* PR25415: fix debuginfod SEGV for empty search path listFrank Ch. Eigler2020-01-182-0/+9