summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* elfclassify: Fix --no-stdin flagMark Wielaard2022-04-242-1/+5
* debuginfod: Use MHD_USE_ITC in MHD_start_daemon flagsMark Wielaard2022-04-244-1/+14
* tests: Lower parallel lookups in run-debuginfod-webapi-concurrency.shMark Wielaard2022-04-232-3/+8
* config: simplify profile.*sh.inнаб via Elfutils-devel2022-04-233-12/+14
* readelf: Define dyn_mem outside the while loop.Mark Wielaard2022-04-192-1/+5
* readelf: Don't consider padding DT_NULL as dynamic section entryDi Chen2022-04-196-15/+43
* libdw: Remove unused atomics.h include from libdwP.hMark Wielaard2022-04-172-1/+4
* tests: Don't try to corrupt sqlite database during test.Mark Wielaard2022-04-142-8/+14
* PR29022: 000-permissions files cause problems for backupsAaron Merey2022-04-139-47/+90
* libdw: Add DWARF5 package file section identifiers, DW_SECT_*Mark Wielaard2022-04-132-0/+18
* config: Add versioned requires on libs/libelf for debuginfod-clientMark Wielaard2022-04-122-0/+8
* debuginfod: Include "IPv4 IPv6" in server startup messageAaron Merey2022-04-061-1/+1
* libelf: Return already gotten Elf_Data from elf_getdata_rawchunkMark Wielaard2022-04-053-0/+24
* debuginfod: use single ipv4+ipv6 microhttpd daemon configurationFrank Ch. Eigler2022-04-043-39/+53
* PR28708: debuginfod: use MHD_USE_EPOLL for microhttpd threadsFrank Ch. Eigler2022-04-032-0/+11
* libelf: Also copy/convert partial datastructures in xlate functionsMark Wielaard2022-03-302-2/+13
* Introduce error_exit as a noreturn variant of error (EXIT_FAILURE, ...)Mark Wielaard2022-03-3014-288/+264
* elflint: Recognize NT_FDO_PACKAGING_METADATAMark Wielaard2022-03-252-0/+11
* libebl: recognize FDO Packaging Metadata ELF noteLuca Boccassi2022-03-243-0/+12
* libelf: Sync elf.h from glibc.Mark Wielaard2022-03-244-24/+94
* configure: Don't check whether -m64 works for 32bit host biarch checkMark Wielaard2022-03-244-3/+10
* tests: Check addsections test binary is 64bit for run-large-elf-file.shMark Wielaard2022-03-242-0/+15
* libelf: Correct alignment of ELF_T_GNUHASH data for ELFCLASS64Mark Wielaard2022-03-232-6/+15
* libelf: Don't overflow offsets in elf_cvt_Verneed and elf_cvt_VerdefMark Wielaard2022-03-202-8/+55
* libdwfl: Use memcpy to assign image header field valuesMark Wielaard2022-03-182-6/+23
* libdwfl: Close ar members when they cannot be processed.Mark Wielaard2022-03-182-2/+11
* libelf: Check alignment of Verdef, Verdaux, Verneed and Vernaux offsetsMark Wielaard2022-03-182-4/+19
* libelf: Make sure ar_size starts with a digit before calling atol.Mark Wielaard2022-03-182-0/+9
* libelf: Take map offset into account for Shdr alignment check in elf_beginMark Wielaard2022-03-182-3/+10
* configure: Use AS_HELP_STRING instead of AC_HELP_STRING.Mark Wielaard2022-03-145-4/+13
* addr2line: Make --absolute the default, add --relative option.Mark Wielaard2022-03-144-3/+25
* configure: Test for _FORTIFY_SOURCE=3 support.Mark Wielaard2022-03-142-10/+33
* backends: Use PTRACE_GETREGSET for ppc_set_initial_registers_tidMark Wielaard2022-02-162-25/+46
* man debuginfod-client-config.7: Elaborate $DEBUGINFOD_URLSFrank Ch. Eigler2022-01-312-2/+6
* libdwfl: Declare possible zero sized arrays only when non-zeroMark Wielaard2022-01-062-2/+7
* libdwfl: Handle unaligned Dyns in dwfl_segment_report_moduleMark Wielaard2022-01-062-0/+17
* libdwfl: Fix overflow check in link_map.c read_addrsMark Wielaard2022-01-062-1/+6
* libdwfl: Calculate addr to read by hand in link_map.c read_addrs.Mark Wielaard2022-01-042-6/+9
* libdwfl: Call xlatetom on aligned buffers in dwfl_link_map_reportMark Wielaard2022-01-042-1/+23
* libdwfl: Make sure dwfl_elf_phdr_memory_callback returns at least minreadMark Wielaard2022-01-042-1/+10
* libdwfl: Always clean up build_id.memoryMark Wielaard2021-12-212-14/+18
* libdwfl: Handle unaligned Nhdr in dwfl_segment_report_moduleMark Wielaard2021-12-202-0/+17
* libdwfl: Handle unaligned Phdr in dwfl_segment_report_moduleMark Wielaard2021-12-202-0/+18
* libdwfl: Handle unaligned Ehdr in dwfl_segment_report_moduleMark Wielaard2021-12-192-0/+19
* libdwfl: Rewrite GElf_Nhdr reading in dwfl_segment_report_moduleMark Wielaard2021-12-192-35/+49
* libdwfl: Make sure dyn_filesz has a sane sizeMark Wielaard2021-12-192-0/+9
* libdwfl: Make sure that ph_buffer_size has room for at least one phdrMark Wielaard2021-12-192-1/+11
* libelf: Only set shdr state when there is at least one shdrMark Wielaard2021-12-192-6/+15
* libdwfl: Make sure the note len increases each iterationMark Wielaard2021-12-182-1/+6
* libdwfl: Make dwfl_segment_report_module aware of maximum Elf sizeMark Wielaard2021-12-184-2/+13