summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add back "archive" response jsonusers/fche/try-pr29472dFrank Ch. Eigler2023-04-123-8/+12
* PR29472: debuginfod: add metadata query webapi, C api, clientFrank Ch. Eigler2023-04-1212-451/+1351
* backends: add checks for _GLOBAL_OFFSET_TABLE_ on loongarchYouling Tang2023-04-073-0/+41
* backends: Add new relocation type handling for LoongArchYouling Tang2023-04-072-0/+44
* libelf: Sync elf.h from glibc.Youling Tang2023-04-072-1/+45
* debuginfod: When retrieving files from cache, update atime manuallyJan Alexander Steffens (heftig)2023-03-302-0/+20
* debuginfod: Don't touch access time of new filesJan Alexander Steffens (heftig)2023-03-303-10/+22
* debuginfod-client.c: Avoid sscanf on mixed-case component of stringAaron Merey2023-03-302-2/+7
* nuke a top-level ChangeLog blurb that duplicated the debuginfod/ChangeLogFrank Ch. Eigler2023-03-291-5/+0
* debuginfod: Replace futimes with futimensJan Alexander Steffens (heftig)2023-03-293-10/+14
* debuginfod-client.c: Fix download size not correctly fallbacks to x-debuginfo...lilydjwg2023-03-293-3/+14
* LoongArch: implemented a basic machine flag checkAlexey Sheplyakov2023-03-202-0/+8
* debuginfod-client.c: Skip empty file creation for cancelled queriesAaron Merey2023-03-172-3/+8
* tests: skip '(null)' symname frames in backtrace testsMark Wielaard2023-03-051-0/+8
* configure.ac contains BashismsMark Wielaard2023-03-051-2/+2
* Fix static build when zstd is enabled for libelfMark Wielaard2023-03-033-3/+3
* Prepare for 0.189elfutils-0.189Mark Wielaard2023-03-039-3721/+3813
* libelf: Document and make ELFCOMPRESS_ZSTD usable with old system elf.hMark Wielaard2023-03-034-5/+25
* readelf: Fix use-after-free ebl pointer issueMark Wielaard2023-03-032-2/+8
* libdw: Fix dwarf_getscopes memory leak on errorMark Wielaard2023-02-282-1/+8
* libcpu: Remove the need of NMNES by using enumYonggang Luo2023-02-235-21/+60
* libdw: Use elf_rawdata when checking .debug sectionMark Wielaard2023-02-232-2/+7
* libelf: memmove any extra bytes left by elf_cvt_gnuhash conversionMark Wielaard2023-02-232-2/+14
* NEWS: Add old version code namesMark Wielaard2023-02-232-26/+30
* Update m4 files from autoconf-archiveMark Wielaard2023-02-212-62/+503
* configure: Check for and -Wuse-after-free=3 when availableMark Wielaard2023-02-214-1/+27
* libasm: Fix use-after-free issue with circular single linked list cleanupMark Wielaard2023-02-212-8/+14
* NEWS: Mention linking with libstdc++ or using --disable-demanglerMark Wielaard2023-02-171-0/+3
* libdw: check that DWARF strings are null-terminatedAleksei Vetrov2023-02-173-1/+52
* configure: Error when demangler is enabled, but libstdc++ support isn'tMark Wielaard2023-02-172-1/+7
* doc: Add .TP before -g in debuginfod.8Mark Wielaard2023-02-142-0/+5
* libdw: Correct data end checkfor deref_type operand in dwarf_getlocationMark Wielaard2023-02-142-1/+6
* libdw: Handle DW_OP_GNU_uninit in dwarf_getlocationMark Wielaard2023-02-144-0/+16
* libdw, readelf, elflint: Add get_(u|s)leb128 guardsMark Wielaard2023-02-1413-1/+72
* libdw: check memory access in get_(u|s)leb128Aleksei Vetrov2023-02-142-3/+36
* backends: Handle DW_TAG_unspecified_type in dwarf_peeled_die_typeMark Wielaard2023-02-145-3/+40
* configure: Add --enable-sanitize-memoryIlya Leoshkevich2023-02-149-5/+56
* backends: Support returning lvalue and rvalue referencesIlya Leoshkevich2023-02-1419-43/+118
* printversion: Fix unused variableIlya Leoshkevich2023-02-142-3/+5
* tests: Ignore dwfl-report-offline-memoryIlya Leoshkevich2023-02-141-0/+1
* configure: Add --disable-demanglerIlya Leoshkevich2023-02-091-1/+7
* configure: Use -fno-addrsig if possibleIlya Leoshkevich2023-02-091-0/+8
* readelf: Fix set but not used parameterIlya Leoshkevich2023-02-091-12/+5
* libasm: Fix xdefault_pattern initializationIlya Leoshkevich2023-02-091-5/+11
* addr2line: Do not test demangling in run-addr2line-i-test.shIlya Leoshkevich2023-02-081-7/+7
* Initialize reglocs for VMCOREINFOIlya Leoshkevich2023-02-081-0/+1
* readelf: Fix set but not used variableIlya Leoshkevich2023-02-081-2/+0
* debuginfod-client.c: Download section even if cached executable didn't contai...Aaron Merey2023-02-072-10/+21
* debuginfod: Make sure there is only one typedef for debuginfod_clientMark Wielaard2023-02-064-0/+16
* tests: Check ELFUTILS_DISABLE_DEMANGLE in run-addr2line-C-test.shMark Wielaard2023-02-032-0/+9