aboutsummaryrefslogtreecommitdiffstats
path: root/debuginfod
Commit message (Expand)AuthorAgeFilesLines
* 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 scanningFrank Ch. Eigler2020-01-192-44/+95
* PR25415: fix debuginfod SEGV for empty search path listFrank Ch. Eigler2020-01-182-0/+9
* debuginfod: extracted-from-archive file cacheFrank Ch. Eigler2020-01-112-8/+237
* debuginfod: print U-A: and X-F-F: request headersFrank Ch. Eigler2020-01-112-3/+26
* debuginfod: rework threading model for file/archive scanningFrank Ch. Eigler2020-01-112-511/+483
* debuginfod: Use DEBUGINFOD_TIMEOUT as seconds to get at least 100K.Mark Wielaard2020-01-102-17/+21
* debuginfod: pass a distro-summary User-Agent request headerFrank Ch. Eigler2020-01-092-2/+90
* debuginfod server: support .deb/.ddeb archivesFrank Ch. Eigler2019-12-222-78/+123
* debuginfod: usability tweaks, incl. $DEBUGINFOD_PROGRESS client supportFrank Ch. Eigler2019-12-193-32/+80
* debuginfod: Check the DEBUGINFOD_URLS environment variable early in client.Mark Wielaard2019-12-112-9/+16
* debuginfod: Fix implicit conversion from 'CURLcode' to 'CURLMcode'Mark Wielaard2019-12-092-5/+9
* Fix BUILD_STATIC build and enable gcov for debuginfod.Mark Wielaard2019-11-262-2/+7
* debuginfod: Tweak groom cycle for memory freeingFrank Ch. Eigler2019-11-252-0/+7