summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PR29472: debuginfod metadata query reworkusers/fche/try-pr29472bFrank Ch. Eigler2023-04-072-0/+15
* debuginfod-client.c: Don't treat 0 as an error code.Aaron Merey2023-04-072-2/+7
* debuginfod_find_section: Always update rc with most recent error codeAaron Merey2023-04-072-1/+10
* readelf: Check gelf_getdyn doesn't return NULLMark Wielaard2023-04-072-1/+6
* libdw: Don't dereference and assign values we are skippingMark Wielaard2023-04-072-1/+6
* readelf: Check phdr != NULL or shdr != NULL in handle_dynamic.Mark Wielaard2023-04-072-5/+10
* debuginfod: Mark extract_section function staticMark Wielaard2023-04-072-1/+5
* Prepare for 0.188Mark Wielaard2023-04-0711-5937/+6189
* Changelog: Update entries from previous commits.Aaron Merey2023-04-072-0/+9
* run-debuginfod-section.sh: Avoid zstd-compressed rpmsAaron Merey2023-04-071-1/+1
* debuginfod-client: Fix out-of-bounds writeAaron Merey2023-04-071-2/+1
* debuginfod: Support queries for ELF/DWARF sectionsAaron Merey2023-04-0721-299/+1307
* PR29472: debuginfod metadata query reworkusers/fche/try-pr29472Frank Ch. Eigler2022-10-319-141/+228
* Added metadata query of debuginfod serversFrank Ch. Eigler2022-10-3116-334/+960
* Rename 'hello{2,3}.spec.' -> 'hello{2,3}.specfile'Yonggang Luo2022-10-318-5/+23
* readelf: add binutils-style --syms optionArsen Arsenović2022-10-306-1/+23
* libelf: Sync elf.h from glibcMark Wielaard2022-10-292-5/+17
* lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.hYonggang Luo2022-10-2837-51/+55
* debuginfod-client: Add DEBUGINFOD_HEADERS_FILE.Daniel Thornburgh2022-10-287-3/+74
* configure.ac: Update AC_PROG_CC and AC_PROG_LEX for autoconf 2.70Mark Wielaard2022-10-272-2/+7
* Use grep -E instead of egrep, use grep -F instead of fgrep.Mark Wielaard2022-10-2710-11/+26
* config: Add BuildRequires socat for run-debuginfod-response-headers.shMark Wielaard2022-10-272-0/+6
* readelf: Handle DW_LLE_GNU_view_pairMark Wielaard2022-10-274-1/+27
* libdw: Use #include <system.h> instead of <endian.h> in memory-access.hYonggang Luo2022-10-272-2/+6
* libelf/libdwfl: Remove LIB_SYSTEM_H define in lib{elf,dwfl}_crc32.cYonggang Luo2022-10-274-2/+8
* libebl: Don't #include <dlfcn.h> in eblclosebackend.c and eblopenbackend.cYonggang Luo2022-10-273-2/+5
* debuginfod: report libmicrohttpd version on startupFrank Ch. Eigler2022-10-172-0/+6
* Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIANYonggang Luo2022-10-1717-31/+59
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-1632-31/+1
* move platform depended include into system.h of libelfYonggang Luo2022-10-1624-43/+43
* tests: include config.h first.Mark Wielaard2022-10-162-1/+6
* tests: Check lseek, read and malloc results with correct types in test.Mark Wielaard2022-10-162-2/+11
* libdwfl: add dwfl_report_offline_memoryAleksei Vetrov2022-10-1613-4/+221
* tests: Add libeu to tests needing error() APIKhem Raj2022-10-132-30/+34
* debuginfod-client: Ensure only negative error codes returned.Aaron Merey2022-09-282-2/+7
* Retrive 64bit timestamp from curl_easy_getinfo on _TIME_BITS=64 environment河辺 岳人2022-09-272-0/+9
* ar: Correct -N COUNT off-by-oneMark Wielaard2022-09-145-2/+81
* libelf: Correctly decode ar_mode as octal stringMark Wielaard2022-09-142-2/+28
* PR28284 cont'd, ->winning_headers reset at start of new queryFrank Ch. Eigler2022-09-082-1/+8
* add debuginfod_get_headers if DUMMY_LIBDEBUGINFOD is usedMartin Liska2022-09-082-0/+6
* PR28284: add tweaks on previous debuginfod x-debuginfod* header forwarding workFrank Ch. Eigler2022-09-0711-65/+96
* PR28284 - Debuginfod header functionality implementedNoah Sanci2022-09-0611-8/+122
* debuginfod: Use auto-sized connection pool when -C is not given with argAaron Merey2022-09-054-18/+25
* Add missing changelog entries.Martin Liska2022-08-172-0/+20
* config/debuginfod.sysconfig: Clarify & classify the variablesFrank Ch. Eigler2022-08-172-4/+18
* Add new debuginfod.sysconfig value DEBUGINFOD_EXTRA_ARGSMartin Liska2022-08-172-2/+3
* debuginfod: fix http_requests_total{type="debuginfo"} when dwz is usedMartin Liska2022-08-171-2/+4
* debuginfod: print filename for "cannot open archive" errorMartin Liska2022-08-171-2/+8
* Support nullglob in profile.*.in filesMartin Liska2022-08-162-2/+2
* PR29474: debuginfodFrank Ch. Eigler2022-08-152-1/+8