summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 0.189elfutils-0.189Mark Wielaard2023-03-039-3721/+3813
* libelf: Document and make ELFCOMPRESS_ZSTD usable with old system elf.hMark Wielaard2023-03-034-5/+25
* readelf: Fix use-after-free ebl pointer issueMark Wielaard2023-03-032-2/+8
* libdw: Fix dwarf_getscopes memory leak on errorMark Wielaard2023-02-282-1/+8
* libcpu: Remove the need of NMNES by using enumYonggang Luo2023-02-235-21/+60
* libdw: Use elf_rawdata when checking .debug sectionMark Wielaard2023-02-232-2/+7
* libelf: memmove any extra bytes left by elf_cvt_gnuhash conversionMark Wielaard2023-02-232-2/+14
* NEWS: Add old version code namesMark Wielaard2023-02-232-26/+30
* Update m4 files from autoconf-archiveMark Wielaard2023-02-212-62/+503
* configure: Check for and -Wuse-after-free=3 when availableMark Wielaard2023-02-214-1/+27
* libasm: Fix use-after-free issue with circular single linked list cleanupMark Wielaard2023-02-212-8/+14
* NEWS: Mention linking with libstdc++ or using --disable-demanglerMark Wielaard2023-02-171-0/+3
* libdw: check that DWARF strings are null-terminatedAleksei Vetrov2023-02-173-1/+52
* configure: Error when demangler is enabled, but libstdc++ support isn'tMark Wielaard2023-02-172-1/+7
* doc: Add .TP before -g in debuginfod.8Mark Wielaard2023-02-142-0/+5
* libdw: Correct data end checkfor deref_type operand in dwarf_getlocationMark Wielaard2023-02-142-1/+6
* libdw: Handle DW_OP_GNU_uninit in dwarf_getlocationMark Wielaard2023-02-144-0/+16
* libdw, readelf, elflint: Add get_(u|s)leb128 guardsMark Wielaard2023-02-1413-1/+72
* libdw: check memory access in get_(u|s)leb128Aleksei Vetrov2023-02-142-3/+36
* backends: Handle DW_TAG_unspecified_type in dwarf_peeled_die_typeMark Wielaard2023-02-145-3/+40
* configure: Add --enable-sanitize-memoryIlya Leoshkevich2023-02-149-5/+56
* backends: Support returning lvalue and rvalue referencesIlya Leoshkevich2023-02-1419-43/+118
* printversion: Fix unused variableIlya Leoshkevich2023-02-142-3/+5
* tests: Ignore dwfl-report-offline-memoryIlya Leoshkevich2023-02-141-0/+1
* configure: Add --disable-demanglerIlya Leoshkevich2023-02-091-1/+7
* configure: Use -fno-addrsig if possibleIlya Leoshkevich2023-02-091-0/+8
* readelf: Fix set but not used parameterIlya Leoshkevich2023-02-091-12/+5
* libasm: Fix xdefault_pattern initializationIlya Leoshkevich2023-02-091-5/+11
* addr2line: Do not test demangling in run-addr2line-i-test.shIlya Leoshkevich2023-02-081-7/+7
* Initialize reglocs for VMCOREINFOIlya Leoshkevich2023-02-081-0/+1
* readelf: Fix set but not used variableIlya Leoshkevich2023-02-081-2/+0
* debuginfod-client.c: Download section even if cached executable didn't contai...Aaron Merey2023-02-072-10/+21
* debuginfod: Make sure there is only one typedef for debuginfod_clientMark Wielaard2023-02-064-0/+16
* tests: Check ELFUTILS_DISABLE_DEMANGLE in run-addr2line-C-test.shMark Wielaard2023-02-032-0/+9
* libdw: Search for abstract origin in the correct CUMark Wielaard2023-01-306-8/+66
* addr2line: -C should not try to handle optional (ignored) argumentMark Wielaard2023-01-305-2/+110
* libdwfl: add check for elf_memory return valueAleksei Vetrov2023-01-262-2/+11
* tests: run-debuginfod-query-retry.sh /bin/sh might not have a build-idMark Wielaard2023-01-192-2/+8
* backends: sparc uses NONE relocation type in ET_EXEC and ET_DYN filesMark Wielaard2023-01-192-1/+5
* readelf: Check compression status of .debug section dataMark Wielaard2023-01-162-102/+130
* Fix typos from codespellSam James2023-01-1310-11/+11
* debuginfod-find.1: note on how to find a comp_dirSerhei Makarov2023-01-131-0/+13
* debuginfod PR29975 & PR29976: decrease default concurrencyFrank Ch. Eigler2023-01-116-7/+83
* debuginfod-client: Use CURLOPT_PROTOCOLS_STR for libcurl >= 7.85.0Mark Wielaard2023-01-112-0/+10
* support ZSTD compression algorithmMartin Liska2022-12-2310-125/+407
* libdwfl: Don't undef _Mark Wielaard2022-12-225-4/+7
* Add support for Synopsys ARCv2 processorsShahab Vahedi2022-12-2213-3/+262
* lib: Remove -ffunction-sections for xmallocMark Wielaard2022-12-212-4/+4
* libcpu: Use __asm instead of asm to mark variables as usedYonggang Luo2022-12-212-2/+6
* debuginfod: Define CURL_AT_LEAST_VERSION if necessaryMark Wielaard2022-12-212-0/+11