summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* readelf: Handle SHT_RISCV_ATTRIBUTES like SHT_GNU_ATTRIBUTESAndreas Schwab2022-08-132-1/+7
* Fill in fde_augmentation_data_size in dwarf_next_cfiUlrich Drepper2022-08-112-20/+46
* elflint: Allow zero p_memsz for PT_RISCV_ATTRIBUTESAndreas Schwab2022-08-092-1/+9
* backends: Handle new RISC-V specific definitionsAndreas Schwab2022-08-093-0/+58
* libelf: Sync elf.h from glibcAndreas Schwab2022-08-086-4/+113
* lib: Add documentation to explain concurrent htab resizing.Mark Wielaard2022-08-082-6/+28
* po: standardize Project-Id-Version to just elfutilsMark Wielaard2022-08-085-6/+13
* tests: run-low_high_pc.sh: drop redundant 'lx' suffixSergei Trofimovich via Elfutils-devel2022-08-082-1/+5
* debuginfod: optimize regular expressions in groom()Josef Cejka2022-08-032-3/+13
* tests: Add initial scan wait_ready in run-debuginfod-percent-escape.shMark Wielaard2022-08-012-2/+7
* readelf: memrchr searches backwards but takes the start buf as argumentMark Wielaard2022-08-012-4/+9
* readelf: Support --dynamic with --use-dynamicDi Chen2022-08-017-27/+280