summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* debuginfod: Minor run-debuginfod-find.sh test fixesnsanci-elfutils-test-fixNoah Sanci2021-07-212-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
* libdw: handle DW_FORM_indirect when reading attributesOmar Sandoval2021-05-018-2/+746
* PR27701: debuginfod client: encourage reused debuginfod_client objectsFrank Ch. Eigler2021-04-307-45/+204
* po: update XGETTEXT_OPTIONSDmitry V. Levin2021-04-262-2/+13
* debuginfod: only update database stats once per groomFrank Ch. Eigler2021-04-152-2/+4
* debuginfod: Recognize .debug_*-less symtab-laden files as debuginfoFrank Ch. Eigler2021-04-152-0/+24
* nm: Fix file descriptor leak on dwfl_begin failure.Mark Wielaard2021-04-132-0/+6
* unstrip: Fix small leak in handle_output_dir_module.Mark Wielaard2021-04-132-0/+6
* ar: Always close newfd in do_oper_insert.Mark Wielaard2021-04-132-0/+7
* doc/debuginfod.8: fix wrong parameter name for .deb files in descriptionFrank Ch. Eigler2021-04-041-1/+1
* debuginfod: Set child thread names via pthread_setname_np()Frank Ch. Eigler2021-03-306-3/+35
* debuginfod-client: Don't compare a double to a longTimm Bäder2021-03-072-2/+7
* Update Polish translationPiotr Drąg2021-03-062-581/+798
* Update POTFILES.inPiotr Drąg2021-03-062-0/+11
* build: Check for -Wno-packed-not-aligned supportTimm Bäder2021-03-064-2/+27
* build: Check for -Wtrampolines supportTimm Bäder2021-03-064-2/+27
* debuginfod-client: Fix typo in curl feature detectionTimm Bäder2021-03-051-1/+1
* readelf: Sanity check verneed and verdef offsets in handle_symtab.Mark Wielaard2021-03-032-1/+14
* elfcompress: Replace cleanup() with labelTimm Bäder2021-03-022-109/+112