summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* debuginfod: PR27277 - Describe retrieved files when verbosensanci/verbose-headersNoah Sanci2021-08-279-6/+299
* debuginfod: PR27917 - protect against federation loopsDi Chen2021-08-276-1/+86
* Add lib/error.cMark Wielaard2021-08-271-0/+49
* lib: avoid potential problems with `-fno-common`Saleem Abdulrasool2021-08-273-16/+12
* lib: remove unused `STROF` definition (NFC)Saleem Abdulrasool2021-08-272-1/+4
* handle libc implementations which do not provide `error.h`Saleem Abdulrasool2021-08-274-1/+37
* debuginfod, elfclassify: remove unnecessary header inclusionSaleem Abdulrasool2021-08-274-2/+8
* lib: remove usage of `sys/cdefs.h`Saleem Abdulrasool2021-08-272-5/+5
* PR27950 - package new debuginfod-client-config.7 man page in rpmFrank Ch. Eigler2021-08-201-0/+3
* PR28249: correct debuginfod after-you lockingFrank Ch. Eigler2021-08-192-1/+7
* debuginfod-doc: PR27950: make distcheck happyFrank Ch. Eigler2021-08-111-0/+2
* debuginfod-doc: PR27950 - Remove redanduncies in man page.Alice Zhang2021-08-118-152/+161
* tests: Allow an extra pthread_kill frame in backtrace testsMark Wielaard2021-08-052-7/+60
* debuginfod: PR27982 - added DEBUGINFOD_MAXSIZE and DEBUGINFOD_MAXTIMENoah Sanci2021-08-048-3/+177
* update Japanese translationHayatsu Shunsuke2021-07-292-609/+512
* debuginfod: PR27983 - ignore duplicate urlsNoah Sanci2021-07-294-29/+97
* lib: Add static inline reallocarray fallback functionMark Wielaard2021-07-294-0/+25
* debuginfod: PR28034 - client-side %-escape url charactersNoah Sanci2021-07-225-18/+48
* debuginfod: Minor run-debuginfod-find.sh test fixesNoah Sanci2021-07-222-1/+8
* libelf: Optimize elf_strptr.c validate_str by checking last char firstMark Wielaard2021-07-192-1/+8
* readelf: Pull advance_pc() in file scopeTimm Bäder2021-07-152-7/+26
* debuginfod: PR25978 - Created the prefetch fdcacheNoah2021-07-145-27/+175
* PR27531: retry within default retry_limit will be supported.Alice Zhang2021-07-098-3/+68
* debuginfod: PR27711 - Use -I/-X regexes during groom phaseNoah2021-07-085-8/+59
* tests: Fix EXTRA_DIST typo in testfile-largealign.o.bz2Mark Wielaard2021-07-082-1/+6
* libelf: Fix unaligned d_off offsets for input sections with large alignmentsAndrei Homescu2021-07-086-5/+65
* readelf: Handle line tables without line number statements correctlyMark Wielaard2021-07-044-1/+173
* readelf: Fix error message when two attribute names differ in in compare_list...Mark Wielaard2021-07-032-1/+5
* unstrip: Always check gelf_getrel[a] resultsMark Wielaard2021-07-032-0/+6
* strip: Always check gelf_update results.Mark Wielaard2021-07-032-4/+14
* debuginfod-client: Fix client dereference when calloc fails.Mark Wielaard2021-07-032-5/+10
* run-debuginfod-find.sh: Disable valgrind for debuginfod client cache testsMark Wielaard2021-07-022-0/+10
* debuginfod test: fix groom/stale race conditionFrank Ch. Eigler2021-06-162-2/+20
* debuginfod tests: tolerate 000-perm files in cache-copy testFrank Ch. Eigler2021-06-161-1/+3
* debuginfod tests: try to generate diagnostics more reliably on errorFrank Ch. Eigler2021-06-152-18/+25
* libdwfl: fix potential NULL pointer dereference when reading link mapOmar Sandoval2021-06-102-1/+5
* PR27863: debuginfod optimization for concurrent requestsFrank Ch. Eigler2021-06-094-1/+100
* elflint: fix undefined 'buffer_left' referenceSergei Trofimovich2021-06-072-1/+6
* Prepare for 0.185elfutils-0.185Mark Wielaard2021-05-2211-386/+414
* PR27859: correct 404-latch bug in debuginfod client reuseFrank Ch. Eigler2021-05-164-61/+61
* elfcompress: fix exit status in case of an errorDmitry V. Levin2021-05-122-1/+4
* elfcompress: remove redundant assignmentDmitry V. Levin2021-05-122-1/+3
* elfcompress: fix exit status regression in case of "Nothing to do"Dmitry V. Levin2021-05-122-0/+5
* Come up with startswith function.Martin Liska2021-05-1233-59/+144
* elfutils.spec: Add procps as a %check BuildRequires:.Frank Ch. Eigler2021-05-112-1/+6
* Prepare for 0.184elfutils-0.184Mark Wielaard2021-05-1011-2245/+3683
* libdw: Document and handle DW_FORM_indirect in __libdw_form_val_compute_lenMark Wielaard2021-05-062-1/+10
* debuginfod: debuginfod client should cache negative results.Alice Zhang via Elfutils-devel2021-05-065-37/+141
* PR27571: debuginfod client cache - file permissionsFrank Ch. Eigler2021-05-014-1/+19
* PR26125: debuginfod client cache - rmdir harderFrank Ch. Eigler2021-05-014-20/+43