| Commit message (Expand) | Author | Age | Files | Lines |
* | debuginfod: Initialize response_data early in debuginfod-client query | Mark Wielaard | 2022-11-21 | 2 | -2/+7 |
* | debuginfod-client.c: Don't treat 0 as an error code. | Aaron Merey | 2022-11-07 | 2 | -2/+7 |
* | debuginfod_find_section: Always update rc with most recent error code | Aaron Merey | 2022-11-04 | 2 | -1/+10 |
* | debuginfod.cxx: fix coverity-found use-after-release error | Frank Ch. Eigler | 2022-11-03 | 2 | -73/+75 |
* | readelf: Check gelf_getdyn doesn't return NULL | Mark Wielaard | 2022-11-03 | 2 | -1/+6 |
* | libdw: Don't dereference and assign values we are skipping | Mark Wielaard | 2022-11-03 | 2 | -1/+6 |
* | readelf: Check phdr != NULL or shdr != NULL in handle_dynamic. | Mark Wielaard | 2022-11-03 | 2 | -5/+10 |
* | debuginfod: Mark extract_section function static | Mark Wielaard | 2022-11-02 | 2 | -1/+5 |
* | Prepare for 0.188elfutils-0.188 | Mark Wielaard | 2022-11-02 | 11 | -5937/+6189 |
* | Changelog: Update entries from previous commits. | Aaron Merey | 2022-11-01 | 2 | -0/+9 |
* | run-debuginfod-section.sh: Avoid zstd-compressed rpms | Aaron Merey | 2022-11-01 | 1 | -1/+1 |
* | debuginfod-client: Fix out-of-bounds write | Aaron Merey | 2022-11-01 | 1 | -2/+1 |
* | debuginfod: Support queries for ELF/DWARF sections | Aaron Merey | 2022-11-01 | 17 | -103/+882 |
* | Rename 'hello{2,3}.spec.' -> 'hello{2,3}.specfile' | Yonggang Luo | 2022-10-31 | 8 | -5/+23 |
* | readelf: add binutils-style --syms option | Arsen Arsenović | 2022-10-30 | 6 | -1/+23 |
* | libelf: Sync elf.h from glibc | Mark Wielaard | 2022-10-29 | 2 | -5/+17 |
* | lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.h | Yonggang Luo | 2022-10-28 | 37 | -51/+55 |
* | debuginfod-client: Add DEBUGINFOD_HEADERS_FILE. | Daniel Thornburgh | 2022-10-28 | 7 | -3/+74 |
* | configure.ac: Update AC_PROG_CC and AC_PROG_LEX for autoconf 2.70 | Mark Wielaard | 2022-10-27 | 2 | -2/+7 |
* | Use grep -E instead of egrep, use grep -F instead of fgrep. | Mark Wielaard | 2022-10-27 | 10 | -11/+26 |
* | config: Add BuildRequires socat for run-debuginfod-response-headers.sh | Mark Wielaard | 2022-10-27 | 2 | -0/+6 |
* | readelf: Handle DW_LLE_GNU_view_pair | Mark Wielaard | 2022-10-27 | 4 | -1/+27 |
* | libdw: Use #include <system.h> instead of <endian.h> in memory-access.h | Yonggang Luo | 2022-10-27 | 2 | -2/+6 |
* | libelf/libdwfl: Remove LIB_SYSTEM_H define in lib{elf,dwfl}_crc32.c | Yonggang Luo | 2022-10-27 | 4 | -2/+8 |
* | libebl: Don't #include <dlfcn.h> in eblclosebackend.c and eblopenbackend.c | Yonggang Luo | 2022-10-27 | 3 | -2/+5 |
* | debuginfod: report libmicrohttpd version on startup | Frank Ch. Eigler | 2022-10-17 | 2 | -0/+6 |
* | Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIAN | Yonggang Luo | 2022-10-17 | 17 | -31/+59 |
* | Move the #include <libintl.h> into eu-config.h | Yonggang Luo | 2022-10-16 | 32 | -31/+1 |
* | move platform depended include into system.h of libelf | Yonggang Luo | 2022-10-16 | 24 | -43/+43 |
* | tests: include config.h first. | Mark Wielaard | 2022-10-16 | 2 | -1/+6 |
* | tests: Check lseek, read and malloc results with correct types in test. | Mark Wielaard | 2022-10-16 | 2 | -2/+11 |
* | libdwfl: add dwfl_report_offline_memory | Aleksei Vetrov | 2022-10-16 | 13 | -4/+221 |
* | tests: Add libeu to tests needing error() API | Khem Raj | 2022-10-13 | 2 | -30/+34 |
* | debuginfod-client: Ensure only negative error codes returned. | Aaron Merey | 2022-09-28 | 2 | -2/+7 |
* | Retrive 64bit timestamp from curl_easy_getinfo on _TIME_BITS=64 environment | 河辺 岳人 | 2022-09-27 | 2 | -0/+9 |
* | ar: Correct -N COUNT off-by-one | Mark Wielaard | 2022-09-14 | 5 | -2/+81 |
* | libelf: Correctly decode ar_mode as octal string | Mark Wielaard | 2022-09-14 | 2 | -2/+28 |
* | PR28284 cont'd, ->winning_headers reset at start of new query | Frank Ch. Eigler | 2022-09-08 | 2 | -1/+8 |
* | add debuginfod_get_headers if DUMMY_LIBDEBUGINFOD is used | Martin Liska | 2022-09-08 | 2 | -0/+6 |
* | PR28284: add tweaks on previous debuginfod x-debuginfod* header forwarding work | Frank Ch. Eigler | 2022-09-07 | 11 | -65/+96 |
* | PR28284 - Debuginfod header functionality implemented | Noah Sanci | 2022-09-06 | 11 | -8/+122 |
* | debuginfod: Use auto-sized connection pool when -C is not given with arg | Aaron Merey | 2022-09-05 | 4 | -18/+25 |
* | Add missing changelog entries. | Martin Liska | 2022-08-17 | 2 | -0/+20 |
* | config/debuginfod.sysconfig: Clarify & classify the variables | Frank Ch. Eigler | 2022-08-17 | 2 | -4/+18 |
* | Add new debuginfod.sysconfig value DEBUGINFOD_EXTRA_ARGS | Martin Liska | 2022-08-17 | 2 | -2/+3 |
* | debuginfod: fix http_requests_total{type="debuginfo"} when dwz is used | Martin Liska | 2022-08-17 | 1 | -2/+4 |
* | debuginfod: print filename for "cannot open archive" error | Martin Liska | 2022-08-17 | 1 | -2/+8 |
* | Support nullglob in profile.*.in files | Martin Liska | 2022-08-16 | 2 | -2/+2 |
* | PR29474: debuginfod | Frank Ch. Eigler | 2022-08-15 | 2 | -1/+8 |
* | readelf: Handle SHT_RISCV_ATTRIBUTES like SHT_GNU_ATTRIBUTES | Andreas Schwab | 2022-08-13 | 2 | -1/+7 |