summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PR 30000: debuginfod-find should have a source-list verbupstream/users/halamour/try-pr30000Housam Alamour2023-09-286-2/+400
* tests: Fix system_elf_gelf_test build without system libelf.hMark Wielaard2023-09-041-1/+6
* PR30809: improve debuginfod client progress-callback parametersFrank Ch. Eigler2023-08-291-14/+28
* backends: Update list of LoongArch relocationsXi Ruoyao2023-08-291-0/+9
* libelf: Sync elf.h from GlibcXi Ruoyao2023-08-291-0/+9
* libelf, readelf, elflint: Add RELR supportMark Wielaard2023-08-2912-14/+239
* libelf: Remove elf_scncnt from libelf.mapMark Wielaard2023-08-281-1/+0
* libelf: Free and clear rawdata_base and zdata_base consistentlyMark Wielaard2023-08-022-2/+17
* tests: run-lfs-symbols.sh needs gawkSam James2023-07-201-2/+2
* SECURITY: new fileFrank Ch. Eigler2023-07-034-2/+60
* libelf: Replace list of elf_getdata_rawchunk results with a treeMark Wielaard2023-06-273-30/+52
* backends: Update list of RISC-V relocationsAndreas Schwab2023-06-271-0/+4
* libelf: Sync elf.h from glibcAndreas Schwab2023-06-271-3/+10
* debuginfod: Fix formatting in debuginfod_config_cacheMark Wielaard2023-06-221-14/+18
* tests: Use -N for run-readelf-self.sh.Mark Wielaard2023-06-171-1/+1
* tests: Split up run-strip-reloc.sh test in three subtestsMark Wielaard2023-06-176-158/+171
* tests: Really split run-copymany-sections.sh into separate testsMark Wielaard2023-06-175-45/+3
* tests: Split run-copymany-sections.sh into separate testsMark Wielaard2023-06-176-3/+71
* tests: Use readelf -N -w in run-strip-reloc.shMark Wielaard2023-06-171-5/+5
* tests: Add a bit less and slightly smaller sections for addsectionsMark Wielaard2023-06-172-5/+7
* debuginfod: PR29696: enlarge run-debuginfod-federation-metrics.sh workload againFrank Ch. Eigler2023-06-161-2/+1
* debuginfod: PR29696: Removed secondary fd close in cache config causing a rac...Ryan Goldberg2023-06-161-12/+18
* report_r_debug: handle `-z separate-code' and find more modulesLuke Diamand2023-05-121-4/+10
* PR30316: debuginfod wal checkpointingFrank Ch. Eigler2023-05-094-2/+127
* debuginfod: PR30378: better compression for _files tableFrank Ch. Eigler2023-05-092-81/+183
* backends: Add set_initial_registers_tid callback for LoongArchYouling Tang2023-05-094-1/+96
* backends: Add core_note callback for LoongArchYouling Tang2023-05-094-1/+122
* backends: Add frame pointer unwinding for LoongArchYouling Tang2023-05-094-1/+93
* backends: Add initial return value location support for LoongArchYouling Tang2023-05-094-1/+212
* backends: Add abi_cfi and register_info callbacks for LoongArchYouling Tang2023-05-095-2/+238
* elfcompress: Don't compress if section already compressed unless forcedMark Wielaard2023-05-081-20/+23
* libdwfl: Fix memory leak in unzip()John Gallagher2023-05-082-1/+5
* PR30377: fix debuginfod -r -X combinationFrank Ch. Eigler2023-04-226-3/+111
* testsuite: Avoid C99 compatibility issues in run-native-test.shFlorian Weimer2023-04-221-1/+2
* readelf: display dynamic symtab without section headersDi Chen2023-04-185-151/+405
* tests: Limit the number of concurrent requests in debuginfod-federationMark Wielaard2023-04-172-2/+6
* readelf: Handle NULL shdr in section_nameMark Wielaard2023-04-141-1/+1
* backends: Check results for NULL early in dwarf_peeled_die_typeMark Wielaard2023-04-141-3/+3
* PR30348: debuginfod: retry partial archive scansFrank Ch. Eigler2023-04-132-0/+21
* 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