summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* PR29926: debuginfod: Fix usage of deprecated CURLINFO_*Andrew Paprocki2022-12-212-2/+6
* Do not use relative include paths in library files.Mark Wielaard2022-12-2035-37/+82
* Add support for LoongArchHengqi Chen2022-12-199-3/+228
* libdwfl: Read no more than required in dwfl_segment_report_moduleGavin Li2022-12-132-25/+8
* libdw: Change typeof -> __typeof in memory-access.hYonggang Luo2022-12-122-5/+12
* libcpu: Use "#define FCT_mod$64r_m FCT_mod$r_m" in i386_data.hYonggang Luo2022-12-122-1/+5
* libelf: Sync elf.h from glibcMark Wielaard2022-12-012-7/+33
* Refactor elf_compareMartin Liska2022-11-291-63/+110
* Missing newline for: elfcompress -t zlib-gnu a.out -forceMartin Liska2022-11-281-1/+1
* readelf: print warning for -sWMartin Liska2022-11-282-5/+21
* debuginfod: Initialize response_data early in debuginfod-client queryMark Wielaard2022-11-212-2/+7
* debuginfod-client.c: Don't treat 0 as an error code.Aaron Merey2022-11-072-2/+7
* debuginfod_find_section: Always update rc with most recent error codeAaron Merey2022-11-042-1/+10
* debuginfod.cxx: fix coverity-found use-after-release errorFrank Ch. Eigler2022-11-032-73/+75
* readelf: Check gelf_getdyn doesn't return NULLMark Wielaard2022-11-032-1/+6
* libdw: Don't dereference and assign values we are skippingMark Wielaard2022-11-032-1/+6
* readelf: Check phdr != NULL or shdr != NULL in handle_dynamic.Mark Wielaard2022-11-032-5/+10
* debuginfod: Mark extract_section function staticMark Wielaard2022-11-022-1/+5
* Prepare for 0.188elfutils-0.188Mark Wielaard2022-11-0211-5937/+6189
* Changelog: Update entries from previous commits.Aaron Merey2022-11-012-0/+9
* run-debuginfod-section.sh: Avoid zstd-compressed rpmsAaron Merey2022-11-011-1/+1
* debuginfod-client: Fix out-of-bounds writeAaron Merey2022-11-011-2/+1
* debuginfod: Support queries for ELF/DWARF sectionsAaron Merey2022-11-0117-103/+882
* Rename 'hello{2,3}.spec.' -> 'hello{2,3}.specfile'Yonggang Luo2022-10-318-5/+23
* readelf: add binutils-style --syms optionArsen Arsenović2022-10-306-1/+23
* libelf: Sync elf.h from glibcMark Wielaard2022-10-292-5/+17
* lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.hYonggang Luo2022-10-2837-51/+55
* debuginfod-client: Add DEBUGINFOD_HEADERS_FILE.Daniel Thornburgh2022-10-287-3/+74
* configure.ac: Update AC_PROG_CC and AC_PROG_LEX for autoconf 2.70Mark Wielaard2022-10-272-2/+7
* Use grep -E instead of egrep, use grep -F instead of fgrep.Mark Wielaard2022-10-2710-11/+26
* config: Add BuildRequires socat for run-debuginfod-response-headers.shMark Wielaard2022-10-272-0/+6
* readelf: Handle DW_LLE_GNU_view_pairMark Wielaard2022-10-274-1/+27
* libdw: Use #include <system.h> instead of <endian.h> in memory-access.hYonggang Luo2022-10-272-2/+6
* libelf/libdwfl: Remove LIB_SYSTEM_H define in lib{elf,dwfl}_crc32.cYonggang Luo2022-10-274-2/+8