1. 485b87a backends: Update list of RISC-V relocations by Andreas Schwab · 10 months ago
  2. 2faa831 libelf: Sync elf.h from glibc by Andreas Schwab · 10 months ago
  3. 6b66b53 debuginfod: Fix formatting in debuginfod_config_cache by Mark Wielaard · 11 months ago
  4. 6b143bc tests: Use -N for run-readelf-self.sh. by Mark Wielaard · 11 months ago
  5. 0a3ea24 tests: Split up run-strip-reloc.sh test in three subtests by Mark Wielaard · 11 months ago
  6. 4ef4fea tests: Really split run-copymany-sections.sh into separate tests by Mark Wielaard · 11 months ago
  7. 4fac162 tests: Split run-copymany-sections.sh into separate tests by Mark Wielaard · 11 months ago
  8. 127e383 tests: Use readelf -N -w in run-strip-reloc.sh by Mark Wielaard · 11 months ago
  9. 8bcce84 tests: Add a bit less and slightly smaller sections for addsections by Mark Wielaard · 11 months ago
  10. b39afca debuginfod: PR29696: enlarge run-debuginfod-federation-metrics.sh workload again by Frank Ch. Eigler · 11 months ago
  11. 938a52c debuginfod: PR29696: Removed secondary fd close in cache config causing a race condition by Ryan Goldberg · 11 months ago
  12. 0066e70 report_r_debug: handle `-z separate-code' and find more modules by Luke Diamand · 12 months ago
  13. d16628b PR30316: debuginfod wal checkpointing by Frank Ch. Eigler · 12 months ago
  14. a2f3f09 debuginfod: PR30378: better compression for _files table by Frank Ch. Eigler · 1 year ago
  15. e65bbdd backends: Add set_initial_registers_tid callback for LoongArch by Youling Tang · 12 months ago
  16. 6b44ac3 backends: Add core_note callback for LoongArch by Youling Tang · 1 year, 1 month ago
  17. 686ae59 backends: Add frame pointer unwinding for LoongArch by Youling Tang · 1 year, 1 month ago
  18. fd16a21 backends: Add initial return value location support for LoongArch by Youling Tang · 1 year, 1 month ago
  19. de85796 backends: Add abi_cfi and register_info callbacks for LoongArch by Youling Tang · 1 year, 1 month ago
  20. 6cad4e5 elfcompress: Don't compress if section already compressed unless forced by Mark Wielaard · 1 year ago
  21. fa7da8b libdwfl: Fix memory leak in unzip() by John Gallagher · 1 year ago
  22. cded466 PR30377: fix debuginfod -r -X combination by Frank Ch. Eigler · 1 year ago
  23. 51373aa testsuite: Avoid C99 compatibility issues in run-native-test.sh by Florian Weimer · 1 year ago
  24. 4d8de4b readelf: display dynamic symtab without section headers by Di Chen · 1 year, 1 month ago
  25. ce23129 tests: Limit the number of concurrent requests in debuginfod-federation by Mark Wielaard · 1 year, 1 month ago
  26. d8d1900 readelf: Handle NULL shdr in section_name by Mark Wielaard · 1 year, 1 month ago
  27. 3daddab backends: Check results for NULL early in dwarf_peeled_die_type by Mark Wielaard · 1 year, 1 month ago
  28. 7676df9 PR30348: debuginfod: retry partial archive scans by Frank Ch. Eigler · 1 year, 1 month ago
  29. 6e97180 backends: add checks for _GLOBAL_OFFSET_TABLE_ on loongarch by Youling Tang · 1 year, 1 month ago
  30. 32d7e32 backends: Add new relocation type handling for LoongArch by Youling Tang · 1 year, 1 month ago
  31. 708179f libelf: Sync elf.h from glibc. by Youling Tang · 1 year, 1 month ago
  32. a568e21 debuginfod: When retrieving files from cache, update atime manually by Jan Alexander Steffens (heftig) · 1 year, 1 month ago
  33. 1b4cf71 debuginfod: Don't touch access time of new files by Jan Alexander Steffens (heftig) · 1 year, 1 month ago
  34. 75800e9 debuginfod-client.c: Avoid sscanf on mixed-case component of string by Aaron Merey · 1 year, 1 month ago
  35. 7b97c73 nuke a top-level ChangeLog blurb that duplicated the debuginfod/ChangeLog by Frank Ch. Eigler · 1 year, 1 month ago
  36. adcc81a debuginfod: Replace futimes with futimens by Jan Alexander Steffens (heftig) · 1 year, 1 month ago
  37. a9bf654 debuginfod-client.c: Fix download size not correctly fallbacks to x-debuginfod-size header by lilydjwg · 1 year, 1 month ago
  38. b2871fa LoongArch: implemented a basic machine flag check by Alexey Sheplyakov · 1 year, 2 months ago
  39. 5527216 debuginfod-client.c: Skip empty file creation for cancelled queries by Aaron Merey · 1 year, 2 months ago
  40. a7f6549 tests: skip '(null)' symname frames in backtrace tests by Mark Wielaard · 1 year, 2 months ago
  41. a9834d7 configure.ac contains Bashisms by Mark Wielaard · 1 year, 2 months ago
  42. ed688a5 Fix static build when zstd is enabled for libelf by Mark Wielaard · 1 year, 2 months ago
  43. 67a187d Prepare for 0.189 by Mark Wielaard · 1 year, 2 months ago
  44. 0a52a7d libelf: Document and make ELFCOMPRESS_ZSTD usable with old system elf.h by Mark Wielaard · 1 year, 2 months ago
  45. b1fa749 readelf: Fix use-after-free ebl pointer issue by Mark Wielaard · 1 year, 2 months ago
  46. e24d8a4 libdw: Fix dwarf_getscopes memory leak on error by Mark Wielaard · 1 year, 2 months ago
  47. 4961f9a libcpu: Remove the need of NMNES by using enum by Yonggang Luo · 1 year, 5 months ago
  48. 9548a7f libdw: Use elf_rawdata when checking .debug section by Mark Wielaard · 1 year, 2 months ago
  49. 924bee3 libelf: memmove any extra bytes left by elf_cvt_gnuhash conversion by Mark Wielaard · 1 year, 2 months ago
  50. 1807e14 NEWS: Add old version code names by Mark Wielaard · 1 year, 2 months ago
  51. 602461b Update m4 files from autoconf-archive by Mark Wielaard · 1 year, 2 months ago
  52. c9c055a configure: Check for and -Wuse-after-free=3 when available by Mark Wielaard · 1 year, 2 months ago
  53. eb79a7b libasm: Fix use-after-free issue with circular single linked list cleanup by Mark Wielaard · 1 year, 3 months ago
  54. 77d2377 NEWS: Mention linking with libstdc++ or using --disable-demangler by Mark Wielaard · 1 year, 3 months ago
  55. fda09f5 libdw: check that DWARF strings are null-terminated by Aleksei Vetrov · 1 year, 3 months ago
  56. 73e212b configure: Error when demangler is enabled, but libstdc++ support isn't by Mark Wielaard · 1 year, 3 months ago
  57. 67199e1 doc: Add .TP before -g in debuginfod.8 by Mark Wielaard · 1 year, 3 months ago
  58. 0e83067 libdw: Correct data end checkfor deref_type operand in dwarf_getlocation by Mark Wielaard · 1 year, 3 months ago
  59. eab09c6 libdw: Handle DW_OP_GNU_uninit in dwarf_getlocation by Mark Wielaard · 1 year, 3 months ago
  60. 922068c libdw, readelf, elflint: Add get_(u|s)leb128 guards by Mark Wielaard · 1 year, 3 months ago
  61. e444d60 libdw: check memory access in get_(u|s)leb128 by Aleksei Vetrov · 1 year, 3 months ago
  62. f2c5225 backends: Handle DW_TAG_unspecified_type in dwarf_peeled_die_type by Mark Wielaard · 1 year, 3 months ago
  63. 3fa98a6 configure: Add --enable-sanitize-memory by Ilya Leoshkevich · 1 year, 3 months ago
  64. a4fafb7 backends: Support returning lvalue and rvalue references by Ilya Leoshkevich · 1 year, 3 months ago
  65. 47297d8 printversion: Fix unused variable by Ilya Leoshkevich · 1 year, 3 months ago
  66. 8ececdd tests: Ignore dwfl-report-offline-memory by Ilya Leoshkevich · 1 year, 3 months ago
  67. 0ffe287 configure: Add --disable-demangler by Ilya Leoshkevich · 1 year, 3 months ago
  68. 2e7fbb9 configure: Use -fno-addrsig if possible by Ilya Leoshkevich · 1 year, 3 months ago
  69. 3c22256 readelf: Fix set but not used parameter by Ilya Leoshkevich · 1 year, 3 months ago
  70. 61b99b8 libasm: Fix xdefault_pattern initialization by Ilya Leoshkevich · 1 year, 3 months ago
  71. ccd619e addr2line: Do not test demangling in run-addr2line-i-test.sh by Ilya Leoshkevich · 1 year, 3 months ago
  72. 6cb1547 Initialize reglocs for VMCOREINFO by Ilya Leoshkevich · 1 year, 3 months ago
  73. 85c82b1 readelf: Fix set but not used variable by Ilya Leoshkevich · 1 year, 3 months ago
  74. 53b596e debuginfod-client.c: Download section even if cached executable didn't contain it. by Aaron Merey · 1 year, 3 months ago
  75. 45576ab debuginfod: Make sure there is only one typedef for debuginfod_client by Mark Wielaard · 1 year, 3 months ago
  76. dd3c621 tests: Check ELFUTILS_DISABLE_DEMANGLE in run-addr2line-C-test.sh by Mark Wielaard · 1 year, 3 months ago
  77. b7c7d87 libdw: Search for abstract origin in the correct CU by Mark Wielaard · 1 year, 3 months ago
  78. c6b38c2 addr2line: -C should not try to handle optional (ignored) argument by Mark Wielaard · 1 year, 3 months ago
  79. 8d77b71 libdwfl: add check for elf_memory return value by Aleksei Vetrov · 1 year, 3 months ago
  80. ba59ce2 tests: run-debuginfod-query-retry.sh /bin/sh might not have a build-id by Mark Wielaard · 1 year, 4 months ago
  81. 10bee02 backends: sparc uses NONE relocation type in ET_EXEC and ET_DYN files by Mark Wielaard · 1 year, 4 months ago
  82. 61c6acc readelf: Check compression status of .debug section data by Mark Wielaard · 1 year, 4 months ago
  83. d22b1b2 Fix typos from codespell by Sam James · 1 year, 4 months ago
  84. a724bae debuginfod-find.1: note on how to find a comp_dir by Serhei Makarov · 1 year, 4 months ago
  85. dcb40f9 debuginfod PR29975 & PR29976: decrease default concurrency by Frank Ch. Eigler · 1 year, 4 months ago
  86. 6560fb2 debuginfod-client: Use CURLOPT_PROTOCOLS_STR for libcurl >= 7.85.0 by Mark Wielaard · 1 year, 4 months ago
  87. a5b07cd support ZSTD compression algorithm by Martin Liska · 1 year, 5 months ago
  88. d868db8 libdwfl: Don't undef _ by Mark Wielaard · 1 year, 5 months ago
  89. de3d46b Add support for Synopsys ARCv2 processors by Shahab Vahedi · 1 year, 5 months ago
  90. 8abee8b lib: Remove -ffunction-sections for xmalloc by Mark Wielaard · 1 year, 5 months ago
  91. 1984819 libcpu: Use __asm instead of asm to mark variables as used by Yonggang Luo · 1 year, 5 months ago
  92. 304741e debuginfod: Define CURL_AT_LEAST_VERSION if necessary by Mark Wielaard · 1 year, 5 months ago
  93. d2bf497 PR29926: debuginfod: Fix usage of deprecated CURLINFO_* by Andrew Paprocki · 1 year, 5 months ago
  94. 6ecd164 Do not use relative include paths in library files. by Mark Wielaard · 1 year, 5 months ago
  95. 13a4d12 Add support for LoongArch by Hengqi Chen · 1 year, 5 months ago
  96. be1288d Merge "Merge tag 'elfutils-0.188' into 'master'" am: a1e2180065 am: 8021ddc3df am: c960c2539c by Treehugger Robot · 1 year, 5 months ago android14-dev android14-mainline-healthfitness-release android14-qpr1-release android14-qpr1-s2-release aml_cfg_341510000 aml_hef_341114030 aml_hef_341311010 aml_hef_341415040 aml_hef_341512030 aml_hef_341613000 aml_rkp_341012000 aml_rkp_341015010 aml_rkp_341114000 aml_rkp_341311000 aml_rkp_341510000 android-14.0.0_r16 android-14.0.0_r17 android-14.0.0_r18 android-14.0.0_r19 android-14.0.0_r20 android-14.0.0_r21 android-14.0.0_r22 android-14.0.0_r23 android-14.0.0_r24 android-14.0.0_r25 android-14.0.0_r26 android-14.0.0_r27 android-u-qpr1-beta-1-gpl android-u-qpr1-beta-2.2-gpl android-u-qpr2-beta-1-gpl
  97. c960c25 Merge "Merge tag 'elfutils-0.188' into 'master'" am: a1e2180065 am: 8021ddc3df by Treehugger Robot · 1 year, 5 months ago android-u-beta-1-gpl android-u-beta-2-gpl android-u-beta-3-gpl android-u-beta-4-gpl
  98. 8021ddc Merge "Merge tag 'elfutils-0.188' into 'master'" am: a1e2180065 by Treehugger Robot · 1 year, 5 months ago
  99. a1e2180 Merge "Merge tag 'elfutils-0.188' into 'master'" by Treehugger Robot · 1 year, 5 months ago main-16k-with-phones
  100. d9c10ee Merge tag 'elfutils-0.188' into 'master' by Matthias Maennich · 1 year, 5 months ago