summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* adjust_relocs at most once per sectionupstream/users/amerey/try-pr31097Aaron Merey2024-02-024-21/+185
* PR31097Aaron Merey2024-01-221-3/+40
* libdw: Use INTUSE with dwarf_get_unitsAaron Merey2023-12-224-52/+52
* tests: fix build against upcoming `gcc-14` (`-Werror=calloc-transposed-args`)Sergei Trofimovich2023-12-211-1/+1
* Add helper function for basenameKhem Raj2023-12-2116-31/+46
* tests: Don't redirect output to /dev/null in run-native-test.shMark Wielaard2023-12-181-6/+9
* libelf: check decompressed ZSTD sizeAleksei Vetrov2023-11-241-1/+1
* libdwfl: Correctly handle corefile non-contiguous segmentsAaron Merey2023-11-216-14/+177
* tests: Add test for duplicate entries in archiveAleksei Vetrov2023-11-213-1/+9
* libdwfl: handle duplicate ELFs when reporting archivesAleksei Vetrov2023-11-211-1/+2
* readelf: Don't print average number of tests when no tests are doneMark Wielaard2023-11-201-3/+4
* tests: Restructure run-debuginfod-response-headers.shMark Wielaard2023-11-191-9/+14
* libdw: check offset dwarf_formstring in all casesAleksei Vetrov2023-11-171-3/+3
* doc/debuginfod.8: clarify source file handlingFrank Ch. Eigler2023-11-161-14/+13
* Minor: include <stdint.h> for uintptr_tPaul Pluzhnikov2023-11-151-0/+1
* libelf: Fix elf_begin.c build on 32bit arches.Mark Wielaard2023-11-141-1/+1
* Fix computations with (potentially) NULL pointerPaul Pluzhnikov2023-11-141-14/+10
* libelf: Fix possible memory leak in elf_getdata_rawchunkMark Wielaard2023-11-141-0/+5
* rpmbuild: fix Makefile rulesMark Wielaard2023-11-141-2/+2
* backends: Fix arm_machine_flag_name version string.Mark Wielaard2023-11-131-1/+1
* elfutils.spec: Add eu-srcfiles and add new make rpmbuild targetMark Wielaard2023-11-032-0/+6
* Prepare for 0.190elfutils-0.190Mark Wielaard2023-11-038-3660/+3832
* The default branch is now 'main'Mark Wielaard2023-11-031-1/+1
* libelf/elf_newscn.c: fix build failure against gcc-14 (-Walloc-size)upstream/masterSergei Trofimovich2023-11-031-3/+3
* tests: Optionally dump all units in dwarf-getmacrosOmar Sandoval2023-11-022-10/+44
* tests: Handle DW_MACRO_{define,undef}_{strx,sup} in dwarf-getmacrosOmar Sandoval2023-11-022-0/+10
* readelf: Support .gdb_index version 9Aaron Merey2023-11-025-5/+165
* libdw, libdwfl: Save original path of ELF fileOmar Sandoval2023-11-029-25/+65
* debuginfod-client.c: Don't print empty line in header_callbackAaron Merey2023-11-011-1/+3
* dwfl_offline_section_address: replace asserts with early returnAaron Merey2023-11-011-4/+5
* libdw: Recognize .debug_[ct]u_index sections in dwarf_elf_beginOmar Sandoval2023-11-013-26/+37
* libdw: ignore really large discriminatorMark Wielaard2023-11-011-1/+7
* CONTRIBUTING: Update ChangeLog policy, mention patchwork and try botsMark Wielaard2023-10-251-2/+36
* PR 30000: debuginfod-find should have a source-list verbHousam Alamour2023-10-248-3/+414
* CONTRIBUTING: Switch from real name policy to know identity policyMark Wielaard2023-10-191-1/+3
* libelf: Make elf32_getchdr and elf64_getchdr thread-safeHeather McIntyre2023-10-146-44/+85
* libelf: Fix elf_end deadlockHeather McIntyre2023-10-141-1/+4
* libelf: Make elf_version thread-safeHeather McIntyre2023-10-141-1/+10
* lib: Add new once_define and once macros to eu-config.hHeather McIntyre2023-10-141-0/+7
* libelf: Sync elf.h from glibcYing Huang2023-10-131-2/+107
* PR30962: debuginfod: full paths for X-DEBUGINFOD-FILE/ARCHIVE response headersFrank Ch. Eigler2023-10-113-26/+47
* libdw: Skip zero entries in arangesMark Wielaard2023-10-091-2/+15
* strip: Clean up a bit more after errorsMark Wielaard2023-10-061-6/+3
* libdw: Handle split DWARF in dwarf_macro_getsrcfilesOmar Sandoval2023-10-034-6/+20
* libdw: Fix dwarf_macro_getsrcfiles for DWARF 5Omar Sandoval2023-10-034-6/+28
* libdw: Handle other string forms in dwarf_macro_param2Omar Sandoval2023-10-032-6/+18
* libdw: Handle DW_AT_ranges in split DWARF 5 skeleton in dwarf_rangesOmar Sandoval2023-10-032-2/+4
* libdw: Handle split DWARF in dwarf_entrypcOmar Sandoval2023-10-034-14/+17
* libdw: Make try_split_file staticOmar Sandoval2023-10-032-1/+5
* PR30879: intermittent debuginfod crash with unhandled exceptionFrank Ch. Eigler2023-09-222-17/+47