summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* po: remove empty translation filesDmitry V. Levin2020-12-156-28328/+8
* m4: remove unneeded Makefile.amDmitry V. Levin2020-12-155-24/+8
* configure.ac: remove unneeded AC_CONFIG_MACRO_DIR([m4])Dmitry V. Levin2020-12-152-1/+4
* Fix spelling typos in NEWS, NOTES, TODO, and in comments of configure.acDmitry V. Levin2020-12-126-16/+23
* tests: fix spelling typos in error diagnostics and commentsDmitry V. Levin2020-12-129-11/+22
* src: fix spelling typos in comments and ChangeLogDmitry V. Levin2020-12-129-17/+27
* libelf: fix spelling typos in commentsDmitry V. Levin2020-12-129-9/+20
* libdwfl: fix spelling typos in comments and ChangeLogDmitry V. Levin2020-12-125-11/+18
* libdwelf: fix spelling typos in commentsDmitry V. Levin2020-12-123-3/+6
* libdw: fix spelling typos in comments and ChangeLogDmitry V. Levin2020-12-127-13/+22
* libcpu: fix spelling typos in commentsDmitry V. Levin2020-12-123-2/+7
* libasm: fix spelling typos in commentsDmitry V. Levin2020-12-123-2/+7
* config: fix spelling typos in comments and %changelogDmitry V. Levin2020-12-124-8/+14
* backends: fix spelling typos in commentsDmitry V. Levin2020-12-123-2/+8
* debuginfod: fix spelling typos in error diagnostics and commentsDmitry V. Levin2020-12-123-5/+12
* src: fix spelling typos in argp help text and error diagnosticsDmitry V. Levin2020-12-1216-30/+42
* libdwelf: fix spelling typos in strings returned by dwelf_elf_e_machine_stringDmitry V. Levin2020-12-122-3/+8
* doc: fix spelling typosDmitry V. Levin2020-12-115-7/+14
* Remove unused tests/configure.acDmitry V. Levin2020-12-115-89/+18
* configure.ac: simplify argp checkDmitry V. Levin2020-12-112-23/+10
* configure.ac: fix typo in error diagnosticsDmitry V. Levin2020-12-112-1/+5
* Remove unused Makefile variable GCC_INCLUDEDmitry V. Levin2020-12-114-2/+9
* link_map: Pull read_addrs() into file scopeTimm Bäder2020-12-102-47/+62
* link_map: Pull release_buffer() into file scopeTimm Bäder2020-12-102-16/+37
* Fix automake warningsDmitry V. Levin2020-12-106-9/+24
* libdwfl: switch to DEBUGINFOD_SONAME, remove libdebuginfod.so fallbackDmitry V. Levin2020-12-092-4/+7
* debuginfod: create libdebuginfod.so.1 before libdebuginfod.soDmitry V. Levin2020-12-092-5/+11
* debuginfod: export DEBUGINFOD_SONAME macro in debuginfod.hDmitry V. Levin2020-12-097-8/+48
* link_map: Inline consider_phdr() into only callerTimm Bäder2020-12-062-40/+37
* Drop $(EXEEXT) suffix from shared librariesDmitry V. Levin2020-12-068-4/+20
* libdwfl: Use 64bit GElf_Addr instead of size_t to calculate address.Mark Wielaard2020-11-292-1/+6
* segment_report_module: Inline consider_notes() into only callerTimm Bäder2020-11-282-83/+89
* segment_report_module: Pull read_portion() into file scopeTimm Bäder2020-11-282-30/+46
* segment_report_module: Pull finish_portion() into file scopeTimm Bäder2020-11-282-10/+35
* debuginfod: correct prometheus metric typoFrank Ch. Eigler2020-11-252-4/+8
* debuginfod: use clock_gettime(CLOCK_MONOTONIC) for intervalsFrank Ch. Eigler2020-11-252-18/+24
* debuginfod: sqlite3 metricsFrank Ch. Eigler2020-11-254-3/+54
* segment_report_module: Inline consider_phdr() into only callerTimm Bäder2020-11-252-71/+69
* segment_report_module: Inline consider_dyn() into only callerTimm Bäder2020-11-252-28/+17
* segment_report_module: Unify d32/d64 loopsTimm Bäder2020-11-252-14/+21
* segment_report_module: Inline read_phdr() into only callerTimm Bäder2020-11-252-17/+15
* segment_report_module: Use one loop for p32/p64 arraysTimm Bäder2020-11-252-25/+32
* segment_report_module: Get rid of nested final_read() functionTimm Bäder2020-11-252-11/+23
* segment_report_module: Use a struct for build id informationTimm Bäder2020-11-252-23/+36
* segment_report_module: Remove nested release_buffer() functionTimm Bäder2020-11-252-10/+11
* segment_report_module: Get rid of segment_read()Timm Bäder2020-11-252-15/+16
* debuginfod-client: Initialize struct handle_data errbuf to the empty string.Mark Wielaard2020-11-232-0/+6
* debuginfod-client: Add debuginfod_set_verbose_fd and DEBUGINFOD_VERBOSEMark Wielaard2020-11-237-12/+174
* debuginfod: Handle "/" and report unrecognized operationsMark Wielaard2020-11-222-1/+24
* debuginfod: add thread-busy metrics to webapi serviceFrank Ch. Eigler2020-11-214-0/+29