]> git.ipfire.org Git - thirdparty/elfutils.git/shortlog
thirdparty/elfutils.git
2022-04-25  Mark WielaardPrepare for 0.187 elfutils-0.187
2022-04-25  Aaron Mereydebuginfod: ensure X-DEBUGINFOD-SIZE contains file...
2022-04-25  Aaron Mereydebuginfod: Use the debuginfod-size response header
2022-04-25  Mark Wielaarddebuginfod, libdwfl: Initialize libcurl and dlopen...
2022-04-24  Frank Ch. EiglerAUTHORS: Use generator script & git mailmap
2022-04-24  Mark Wielaardlibelf: Check for mremap, elf_update needs it for ELF_C...
2022-04-24  Mark Wielaardelfclassify: Fix --no-stdin flag
2022-04-24  Mark Wielaarddebuginfod: Use MHD_USE_ITC in MHD_start_daemon flags
2022-04-23  Mark Wielaardtests: Lower parallel lookups in run-debuginfod-webapi...
2022-04-23  наб via Elfutils... config: simplify profile.*sh.in
2022-04-19  Mark Wielaardreadelf: Define dyn_mem outside the while loop.
2022-04-19  Di Chenreadelf: Don't consider padding DT_NULL as dynamic...
2022-04-17  Mark Wielaardlibdw: Remove unused atomics.h include from libdwP.h
2022-04-14  Mark Wielaardtests: Don't try to corrupt sqlite database during...
2022-04-13  Aaron MereyPR29022: 000-permissions files cause problems for backups
2022-04-13  Mark Wielaardlibdw: Add DWARF5 package file section identifiers...
2022-04-12  Mark Wielaardconfig: Add versioned requires on libs/libelf for debug...
2022-04-06  Aaron Mereydebuginfod: Include "IPv4 IPv6" in server startup message
2022-04-05  Mark Wielaardlibelf: Return already gotten Elf_Data from elf_getdata...
2022-04-04  Frank Ch. Eiglerdebuginfod: use single ipv4+ipv6 microhttpd daemon...
2022-04-03  Frank Ch. EiglerPR28708: debuginfod: use MHD_USE_EPOLL for microhttpd...
2022-03-30  Mark Wielaardlibelf: Also copy/convert partial datastructures in...
2022-03-30  Mark WielaardIntroduce error_exit as a noreturn variant of error...
2022-03-24  Mark Wielaardelflint: Recognize NT_FDO_PACKAGING_METADATA
2022-03-24  Luca Boccassilibebl: recognize FDO Packaging Metadata ELF note
2022-03-24  Mark Wielaardlibelf: Sync elf.h from glibc.
2022-03-24  Mark Wielaardconfigure: Don't check whether -m64 works for 32bit...
2022-03-24  Mark Wielaardtests: Check addsections test binary is 64bit for run...
2022-03-23  Mark Wielaardlibelf: Correct alignment of ELF_T_GNUHASH data for...
2022-03-20  Mark Wielaardlibelf: Don't overflow offsets in elf_cvt_Verneed and...
2022-03-18  Mark Wielaardlibdwfl: Use memcpy to assign image header field values
2022-03-18  Mark Wielaardlibdwfl: Close ar members when they cannot be processed.
2022-03-18  Mark Wielaardlibelf: Check alignment of Verdef, Verdaux, Verneed...
2022-03-17  Mark Wielaardlibelf: Make sure ar_size starts with a digit before...
2022-03-17  Mark Wielaardlibelf: Take map offset into account for Shdr alignment...
2022-03-14  Mark Wielaardconfigure: Use AS_HELP_STRING instead of AC_HELP_STRING.
2022-03-14  Mark Wielaardaddr2line: Make --absolute the default, add --relative...
2022-03-14  Mark Wielaardconfigure: Test for _FORTIFY_SOURCE=3 support.
2022-02-16  Mark Wielaardbackends: Use PTRACE_GETREGSET for ppc_set_initial_regi...
2022-01-31  Frank Ch. Eiglerman debuginfod-client-config.7: Elaborate $DEBUGINFOD_URLS
2022-01-06  Mark Wielaardlibdwfl: Declare possible zero sized arrays only when...
2022-01-06  Mark Wielaardlibdwfl: Handle unaligned Dyns in dwfl_segment_report_m...
2022-01-06  Mark Wielaardlibdwfl: Fix overflow check in link_map.c read_addrs
2022-01-03  Mark Wielaardlibdwfl: Calculate addr to read by hand in link_map...
2022-01-03  Mark Wielaardlibdwfl: Call xlatetom on aligned buffers in dwfl_link_...
2022-01-03  Mark Wielaardlibdwfl: Make sure dwfl_elf_phdr_memory_callback return...
2021-12-21  Mark Wielaardlibdwfl: Always clean up build_id.memory
2021-12-20  Mark Wielaardlibdwfl: Handle unaligned Nhdr in dwfl_segment_report_m...
2021-12-19  Mark Wielaardlibdwfl: Handle unaligned Phdr in dwfl_segment_report_m...
2021-12-19  Mark Wielaardlibdwfl: Handle unaligned Ehdr in dwfl_segment_report_m...
2021-12-19  Mark Wielaardlibdwfl: Rewrite GElf_Nhdr reading in dwfl_segment_repo...
2021-12-19  Mark Wielaardlibdwfl: Make sure dyn_filesz has a sane size
2021-12-19  Mark Wielaardlibdwfl: Make sure that ph_buffer_size has room for...
2021-12-19  Mark Wielaardlibelf: Only set shdr state when there is at least...
2021-12-18  Mark Wielaardlibdwfl: Make sure the note len increases each iteration
2021-12-18  Mark Wielaardlibdwfl: Make dwfl_segment_report_module aware of maxim...
2021-12-18  Mark Wielaardlibdwfl: Make sure note data is properly aligned.
2021-12-18  Mark Wielaardlibdwfl: Make sure there is at least one phdr
2021-12-18  Mark Wielaardlibdwfl: Make sure there is at least one dynamic entry
2021-12-17  Mark Wielaardtests: Use /bin/sh instead of /bin/ls as always there...
2021-12-16  Mark Wielaardlibdwfl: Add overflow check while iterating in dwfl_seg...
2021-12-16  Mark Wielaardlibdwfl: Make sure phent is sane and there is at least...
2021-12-16  Mark Wielaardlibelf: Use offsetof to get field of unaligned
2021-12-15  Alexander Kanavindebuginfod/debuginfod-client.c: use long for cache...
2021-12-12  Mark Wielaardlibdwfl: Don't allocate more than SIZE_MAX in dwfl_segm...
2021-12-10  Frank Ch. EiglerPR28661: debuginfo connection thread pool support
2021-12-10  Mark Wielaardlibdwfl: Don't try to convert too many dyns in dwfl_lin...
2021-12-09  Mark Wielaardlibdwfl: Don't install an Elf handle in a Dwfl_Module...
2021-12-09  Mark Wielaardlibdwfl: Don't trust e_shentsize in dwfl_segment_report...
2021-12-09  Mark Wielaardlibdwfl: Make sure we know the phdr entry size before...
2021-12-09  Mark Wielaardlibdwfl: Don't try to convert too many bytes in dwfl_li...
2021-12-09  Mark Wielaarddebuginfod: Don't format clog using 'right' or 'setw...
2021-12-08  Mark Wielaardconfigure: Add --enable-sanitize-address
2021-12-08  Mark Wielaarddebuginfod: Fix debuginfod_pool leak
2021-12-08  Mark Wielaardtests: varlocs workaround format-overflow errors
2021-12-08  Mark Wielaardreadelf: Workaround stringop-truncation error
2021-12-08  Mark Wielaarddebuginfod: Check result of calling MHD_add_response_he...
2021-12-08  Mark Wielaardlibdwfl: Don't read beyond end of file in dwfl_segment_...
2021-12-08  Frank Ch. Eiglerdebuginfod: correct concurrency bug in fdcache metrics
2021-12-07  Mark Wielaarddebuginfod: Clear and reset debuginfod_client winning_h...
2021-12-05  Mark Wielaarddebuginfod: Fix some memory leaks on debuginfod-client...
2021-12-05  Mark Wielaarddebuginfod: sqlite3_sharedprefix_fn should not compare...
2021-12-03  Mark Wielaarddebuginfod: Use gmtime_r instead of gmtime to avoid...
2021-11-25  Mark Wielaardtests: Add -rdynamic to dwfl_proc_attach_LDFLAGS
2021-11-20  Matthias Maennichdwfl: fix potential overflow when reporting on kernel...
2021-11-15  Mark Wielaardtests: Don't set DEBUGINFOD_TIMEOUT
2021-11-11  Érico Nogueiradebuginfod: fix compilation on platforms without <error.h>
2021-11-10  Mark WielaardPrepare for 0.186 elfutils-0.186
2021-11-10  Frank Ch. EiglerPR28430: debuginfod: support --passive mode
2021-11-10  John M Mellor... libdw, readelf: Read inlining info in NVIDIA extended...
2021-11-09  Mark Wielaardlibdw: dwarf_elf_begin should use either plain, dwo...
2021-11-08  Alexander MillerImprove building with LTO
2021-11-05  Frank Ch. EiglerPR28514: debuginfod: limit groom operation times
2021-11-04  Frank Ch. EiglerNEWS: make automake check-news / dist happy
2021-11-04  Frank Ch. EiglerNEWS: list some 0.186 debuginfod client & server features
2021-10-22  Frank Ch. EiglerPR28240: debuginfod client root-safe negative caching
2021-10-18  Mark Wielaardlibdw: Don't pass NULL to dwarf_peel_type
2021-10-18  Mark Wielaardlibdw: Use signedness of subrange type to determine...
2021-10-15  Mark Wielaarddebuginfod-client: Stick to http:// + https:// + file...
2021-10-07  Frank Ch. EiglerPR27783: switch default debuginfod-urls to drop-in...
next