summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* debuginfod: PR27711 - Use -I/-X regexes during groom phasensanci/pr27711Noah2021-07-085-8/+58
* 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
* build: Check for -Wimplicit-fallthrough=5 separatelyTimm Bäder2021-03-012-0/+16
* tests: Pull new_data_buf() into file scope for elfstrmerge.Timm Bäder2021-03-012-15/+23
* tests: Pull newsecndx() info file scope for elfstrmergeTimm Bäder2021-03-012-34/+48
* elfcompress: Pull get_sections() into file scopeTimm Bäder2021-03-012-10/+17
* elfcompress: Pull get_section() into file scopeTimm Bäder2021-03-012-6/+13
* elfcompress: Pull set_section() into file scopeTimm Bäder2021-03-012-7/+15
* unstrip: Remove nested next() functionTimm Bäder2021-03-012-8/+12
* unstrip: Pull warn() into file scopeTimm Bäder2021-03-012-15/+26
* unstrip: Inline find_unalloc_section() into only callerTimm Bäder2021-03-012-26/+27
* unstrip: Pull check_match() into file scopeTimm Bäder2021-03-012-12/+23
* unstrip: Pull adjust_reloc() into file scopeTimm Bäder2021-03-012-13/+21
* elflint: Pull left() in file scopeTimm Bäder2021-03-012-8/+15
* elflint: Pull pos() info file scopeTimm Bäder2021-03-012-19/+26