summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PR25367: improve debuginfod webapi loggingfche/pr25367Frank Ch. Eigler2020-03-244-11/+72
* 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
* tests: Fix getphdrnum and run-lfs-symbols.sh testcase.Mark Wielaard2020-03-233-12/+23
* tests: Add testcase for elf_getphdrnum with more than 65535 entries.Mark Wielaard2020-03-235-3/+201
* libelf: handle PN_XNUM in elf_getphdrnum before shdr 0 is cachedOmar Sandoval2020-03-232-6/+19
* debuginfod client API: add get_url functionFrank Ch. Eigler2020-03-2211-11/+107
* debuginfod client API: add get/set user_data functionsFrank Ch. Eigler2020-03-2210-9/+82
* libelf: {de,}compress: ensure zlib resource cleanupMatthias Maennich2020-03-202-6/+11
* debuginfod-client: Update cache_path when the new default path existsAaron Merey2020-03-043-9/+19
* config: Remove rpm, add dpkg as Requires for debuginfod package in spec.Mark Wielaard2020-03-042-2/+8
* debuginfod-client: default to XDG cache.Aaron Merey2020-02-286-32/+156
* debuginfod: file:// URLs: handle curl resp. codeKonrad Kleine2020-02-264-13/+53
* debuginfod PR25583: map -R to -Z.rpmFrank Ch. Eigler2020-02-254-2/+11
* PR25375: fdcache prefetching to reduce repeated archive decompressionFrank Ch. Eigler2020-02-254-30/+113
* tests: Explicitly unset DEBUGINFOD_URLS.Mark Wielaard2020-02-212-0/+7
* PR25365: debuginfod-client: restrict cleanup to client-pattern filesAaron Merey2020-02-194-1/+34
* readelf, elflint: Handle PT_GNU_PROPERTY.Mark Wielaard2020-02-189-3/+169
* elflint: Check sh_info for symtab isn't too big.Mark Wielaard2020-02-182-0/+8
* debuginfod/doc: Fix typo debuginfo_progressfn_t -> debuginfod_progressfn_tKonrad Kleine2020-02-121-3/+3
* debuginfod testing: SIGUSR2 vs "groom" metric synchFrank Ch. Eigler2020-02-101-1/+2
* debuginfod: testsuite for general archive (arch-linux) supportFrank Ch. Eigler2020-02-103-6/+25
* debuginfod arch-linux test binariesEli Schwartz2020-02-105-0/+44
* debuginfod: archive processing: handle -Z EXT=cat with direct fopenMark Wielaard2020-02-101-10/+37
* debuginfod: generalized archive supportFrank Ch. Eigler2020-02-104-25/+81
* debuginfod.h: fix typo in comment: legnth -> lengthKonrad Kleine2020-02-101-1/+1
* libdwfl: Fix some GCC10 -Wnull-dereference issues.Mark Wielaard2020-02-062-3/+16
* ChangeLog catchup for two recent commitsFrank Ch. Eigler2020-02-032-0/+8
* debuginfod test: assert curl & rpm2cpio during test prologueFrank Ch. Eigler2020-02-031-9/+10
* PR24393: debuginfod configury: tolerate CXX= configure invocationsFrank Ch. Eigler2020-02-031-4/+4
* debuginfod: diagnostics verbosity tweakFrank Ch. Eigler2020-01-222-1/+7
* empty commit for irker testFrank Ch. Eigler2020-01-220-0/+0
* PR25394 cont'd: debuginfod testsuite fix for -USR1 timingFrank Ch. Eigler2020-01-201-0/+1
* 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-194-44/+100
* PR25415: fix debuginfod SEGV for empty search path listFrank Ch. Eigler2020-01-184-0/+25
* nm: Fix nm --external sysv format output.Mark Wielaard2020-01-162-1/+6
* doc: Fix DEBUGINFOD_PROGRESS description to just mention output on stderr.Mark Wielaard2020-01-122-2/+7
* libasm.h: Don't include libebl.h. Define an opaque Ebl handle.Mark Wielaard2020-01-1213-1/+20
* elfutils.spec: typo fixFrank Ch. Eigler2020-01-121-1/+0
* elfutils.spec: dependency typo fixFrank Ch. Eigler2020-01-122-1/+5
* debuginfod: extracted-from-archive file cacheFrank Ch. Eigler2020-01-118-15/+277
* 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-116-559/+548
* debuginfod: Use DEBUGINFOD_TIMEOUT as seconds to get at least 100K.Mark Wielaard2020-01-108-34/+45
* debuginfod: pass a distro-summary User-Agent request headerFrank Ch. Eigler2020-01-092-2/+90
* Do not install libdebuginfod.pc unless debuginfod is enabledDmitry V. Levin2020-01-082-1/+9
* debuginfod server: support .deb/.ddeb archivesFrank Ch. Eigler2019-12-2214-132/+257