debuginfod: Don't format clog using 'right' or 'setw(20)'.
[platform/upstream/elfutils.git] / libdwfl /
2021-12-08 Mark Wielaardlibdwfl: Don't read beyond end of file in dwfl_segment_...
2021-11-20 Matthias Maennichdwfl: fix potential overflow when reporting on kernel...
2021-11-08 Alexander MillerImprove building with LTO
2021-09-09 Dmitry V. LevinRemove redundant casts of memory allocating functions...
2021-06-10 Omar Sandovallibdwfl: fix potential NULL pointer dereference when...
2021-05-12 Martin LiskaCome up with startswith function.
2021-02-05 Érico Rolimlibdwfl: use GNU strerror_r only when available.
2021-01-28 Timm Bäderelf-from-memory: Refactor to get rid of nested function
2021-01-28 Timm Bäderelf-from-memory: Restructure code to get rid of nested...
2020-12-16 Dmitry V. LevinConsistently define _(Str) using dgettext ("elfutils...
2020-12-12 Dmitry V. Levinlibdwfl: fix spelling typos in comments and ChangeLog
2020-12-10 Timm Bäderlink_map: Pull read_addrs() into file scope
2020-12-10 Timm Bäderlink_map: Pull release_buffer() into file scope
2020-12-09 Dmitry V. Levinlibdwfl: switch to DEBUGINFOD_SONAME, remove libdebugin...
2020-12-06 Timm Bäderlink_map: Inline consider_phdr() into only caller
2020-11-29 Mark Wielaardlibdwfl: Use 64bit GElf_Addr instead of size_t to calcu...
2020-11-28 Timm Bädersegment_report_module: Inline consider_notes() into...
2020-11-28 Timm Bädersegment_report_module: Pull read_portion() into file...
2020-11-28 Timm Bädersegment_report_module: Pull finish_portion() into file...
2020-11-25 Timm Bädersegment_report_module: Inline consider_phdr() into...
2020-11-25 Timm Bädersegment_report_module: Inline consider_dyn() into only...
2020-11-25 Timm Bädersegment_report_module: Unify d32/d64 loops
2020-11-25 Timm Bädersegment_report_module: Inline read_phdr() into only...
2020-11-25 Timm Bädersegment_report_module: Use one loop for p32/p64 arrays
2020-11-25 Timm Bädersegment_report_module: Get rid of nested final_read...
2020-11-25 Timm Bädersegment_report_module: Use a struct for build id inform...
2020-11-25 Timm Bädersegment_report_module: Remove nested release_buffer...
2020-11-25 Timm Bädersegment_report_module: Get rid of segment_read()
2020-11-19 Andreas KrebbelIBM Z: Fix endianess problem in pid_memory_read
2020-11-19 Timm Bädersegment_report_module: Remove nested finish() function
2020-11-18 Timm Bädersegment_report_module: Get rid of variable-length arrays
2020-09-21 Mark Wielaardlibdwfl: Add ZSTD support.
2020-08-31 Dmitry V. Levinlibdwfl: do not dlopen libdebuginfod.so in --disable...
2020-07-19 Mark Wielaardlibdwfl, src: Replace some asserts with proper check...
2020-06-28 Mark Wielaardlibdwfl: read_address should use increasing address...
2020-06-19 Mark Wielaardlibdwfl: Flag an error if CIE return_address_register...
2020-06-19 Mark Wielaardlibdwfl: When we find a compressed image, use that...
2020-05-14 Mark Wielaardlibdwfl: Return failure from dwfl_standard_find_debugin...
2020-05-14 Mark Wielaardlibdwfl: Cleanup user_core resources on failure in...
2020-04-30 Mark Wielaardlibdwfl: Handle debugaltlink in dwfl_standard_find_debu...
2020-04-26 Mark Wielaardlibdwfl: Fix double free on failure path in gzip.c.
2020-04-16 Mark Wielaardlibdwfl: Initialize bits to NULL in dwfl_standard_find_...
2020-02-06 Mark Wielaardlibdwfl: Fix some GCC10 -Wnull-dereference issues.
2019-12-18 Omar Sandovallibdwfl: remove broken coalescing logic in dwfl_report_...
2019-12-09 Mark Wielaardlibdwfl: Find and handle compressed vmlinuz image.
2019-11-23 Mark Wielaarddebuginfod: add client context
2019-11-22 Aaron Mereydebuginfod 1/2: client side
2019-10-29 Omar Sandovallibdwfl: only use thread->unwound for initial frame
2019-10-29 Omar Sandovallibdwfl: don't bother freeing frames outside of dwfl_th...
2019-08-13 Mark Wielaardlibdwelf: Make dwelf_elf_begin return NULL only when...
2019-08-09 Omar Sandovallibdwfl: Fix fd leak/closing wrong fd after dwfl_core_f...
2019-04-28 Mark Wielaardlibdwfl: Make sure to left shift a unsigned 64bit value...
2019-04-28 Mark Wielaardlibdwfl: Don't call realloc with zero in cu.c addraranges.
2019-03-27 Mark Wielaardlibdwfl: Sanity check partial core file phdrs data...
2019-02-28 Mark Wielaardlibdwfl: Initialize notes early in intuit_kernel_bounds.
2019-01-29 Yonghong Songlibdwfl: parse inode in /proc/pid/maps correctly
2019-01-22 Mark Wielaardlibdwfl: Sanity check partial core file dyn data read.
2019-01-16 Mark Wielaardlibebl: Check NT_PLATFORM core notes contain a zero...
2018-11-23 Mark Wielaardlibdwfl: Fix relocation overlap sanity check.
2018-11-09 Mark Wielaardlibdwelf: New function dwelf_elf_begin.
2018-10-28 Mark WielaardRecognize and parse GNU Property notes.
2018-10-19 Mark WielaardCheck sh_entsize is not zero.
2018-10-19 Mark Wielaardlibdwfl: Sanity check partial core file data reads.
2018-10-13 Andreas SchwabHandle ADD/SUB relocations
2018-09-13 Mark Wielaardlibdwfl: Document core memory and remote memory ELF...
2018-07-17 Ulf HermannDon't include sys/uio.h if we don't need it
2018-06-08 Mark Wielaardlibdwfl: Make __libdwfl_addrsym a static function in...
2018-05-29 Mark Wielaardlibdwfl: Allow partial relocations also for debug files.
2018-05-20 Mark Wielaardlibdw: Cache ELF directory early. Explicitly set it...
2018-04-13 Mark Wielaardlibdwfl: Handle unwind frame when the return address...
2018-03-28 Mark Wielaardlibdwfl: Use process_vm_readv when available.
2018-03-09 Mark Wielaardlibdwfl: Use realpath (name, NULL) instead of canonical...
2018-02-21 Mark Wielaardlibdw: Parse new DWARF5 units and CU DIEs.
2018-02-15 Mark WielaardInclude sys/ptrace.h as early as possible.
2018-02-10 Joshua WattUse fallthrough attribute.
2017-11-24 Mark Wielaardlibdwfl: Don't dereference possibly unaligned auxv...
2017-10-20 Mark Wielaardlibdwfl: When the kernel is found, but not the modules...
2017-07-27 Yunlian Jianglibdwfl: Move nested functions in parse_opt to file...
2017-05-02 Ulf HermannMake elf section sorting more deterministic
2017-05-02 Ulf HermannDon't look for kernel version if not running on linux
2017-05-02 Ulf HermannAvoid double-including config.h
2017-05-02 Ulf HermannMake __attribute__ conditional in all installed headers
2017-04-27 Ulf HermannAvoid signed/unsigned comparison
2017-04-27 Ulf HermannProtect against integer overflow on shnum
2017-04-25 Ulf HermannClean up linux-specific system includes
2017-04-25 Ulf HermannInclude sys/types.h before fts.h
2017-04-03 Mark WielaardUse the empty string for note names with zero size...
2017-02-17 Ulf HermannCheck for existence of mempcpy
2017-02-15 Ulf HermannAlways use the same method to query the system page...
2016-12-29 Luiz Angelo Daros... Fix TEMP_FAILURE_RETRY definition when not defined.
2016-11-23 Mark WielaardOnly workaround fts.h if we have a bad version that...
2016-11-10 Mark WielaardAdd GCC7 -Wimplicit-fallthrough support/fixes.
2016-10-12 Akihiko Odakilib: Provide MAX and MIN in system.h
2016-08-15 Mark Wielaardlibdwfl: Fix assert and set in.d_size in dwfl_link_map_...
2016-04-14 Mark Wielaardlibdwfl: Fix memory leak in dwfl_module_getsrc_file...
2016-04-14 Mark Wielaardlibdwfl: Fix memory leak in proc_maps_report on bad...
2016-03-02 Steven Chamberlainlibdwfl: clean up non-Linux GNU platforms code
2016-02-22 Ravi Bangorialibdwfl: Check for kernel debuginfo file without .debug...
2016-02-22 Mark Wielaardlibdwfl: Don't leak memory in proc_maps_report when...
2016-02-22 Mark Wielaardlibdwfl: Don't crash on out of memory when frame unwinding.
next