summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* debuginfod: Query debuginfod servers before printing response headersnsanci/curlfixNoah Sanci2021-09-172-1/+6
* debuginfod: PR27277 - Describe retrieved files when verboseNoah Sanci2021-09-169-3/+208
* debuginfod: PR28034 - No longer escape '/', and loop efficiencyNoah Sanci2021-09-165-13/+100
* PR28339: debuginfod: fix groom/scan race condition on just-emptied queueFrank Ch. Eigler2021-09-142-6/+28
* debuginfod: Add endl after "fdcache emergency flush for filling tmpdir" logMark Wielaard2021-09-132-1/+6
* lib: Make error.c more like error(3)Colin Cross2021-09-122-3/+34
* libdw: set address size, offset size and version on fake CUsMark Wielaard2021-09-1213-8/+149
* tests: Don't fail run-debuginfod-fd-prefetch-caches.sh if grep -c failsMark Wielaard2021-09-093-4/+22
* findtextrel: do not use unbound allocaDmitry V. Levin2021-09-093-30/+30
* tests: Cleanup error handling and don't share cache between servers/clientMark Wielaard2021-09-095-31/+42
* Use xasprintf instead of asprintf followed by error(EXIT_FAILURE)Dmitry V. Levin2021-09-096-27/+26
* Introduce xasprintfDmitry V. Levin2021-09-094-1/+59
* Remove redundant casts of memory allocating functions returning void *Dmitry V. Levin2021-09-0944-75/+141
* src: add -Wno-error=stack-usage= to AM_LDFLAGSDmitry V. Levin2021-09-094-1/+11
* tests: Make sure to wait for initial scan and groom cycle earlierMark Wielaard2021-09-077-19/+42
* tests: Make sure to wait for initial scan and groom cycleMark Wielaard2021-09-0714-26/+83
* tests: Only export DEBUGINFOD_URLS when necessaryMark Wielaard2021-09-076-5/+15
* tests: Print metrics for both ports on error and fix port selectionMark Wielaard2021-09-062-4/+11
* tests: Set DEBUGINFOD_CACHE_PATH for run-debuginfod-{file,query-retry}.shMark Wielaard2021-09-063-4/+11
* tests: Make sure all debuginfod tests use a clean database and cache.Mark Wielaard2021-09-0412-10/+57
* tests: Add debuginfod-subr.sh to EXTRA_DISTMark Wielaard2021-09-032-1/+5
* debuginfod: Fracture tests/run-debuginfod-find.sh into specific testsNoah Sanci2021-09-0325-854/+2305
* configure.ac: rework gnu99 ext check to allow clangAdrian Ratiu2021-08-312-34/+5
* debuginfod: Turn -d ":memory:" into -d "file::memory:?cache=shared"Mark Wielaard2021-08-286-8/+28
* tests: Use fresh separate databases for debuginfd forwarded-ttl-limitMark Wielaard2021-08-282-2/+10
* debuginfod: PR27917 - protect against federation loopsDi Chen2021-08-276-1/+86
* Add lib/error.cMark Wielaard2021-08-271-0/+49
* lib: avoid potential problems with `-fno-common`Saleem Abdulrasool2021-08-273-16/+12
* lib: remove unused `STROF` definition (NFC)Saleem Abdulrasool2021-08-272-1/+4
* handle libc implementations which do not provide `error.h`Saleem Abdulrasool2021-08-274-1/+37
* debuginfod, elfclassify: remove unnecessary header inclusionSaleem Abdulrasool2021-08-274-2/+8
* lib: remove usage of `sys/cdefs.h`Saleem Abdulrasool2021-08-272-5/+5
* PR27950 - package new debuginfod-client-config.7 man page in rpmFrank Ch. Eigler2021-08-201-0/+3
* PR28249: correct debuginfod after-you lockingFrank Ch. Eigler2021-08-192-1/+7
* debuginfod-doc: PR27950: make distcheck happyFrank Ch. Eigler2021-08-111-0/+2
* debuginfod-doc: PR27950 - Remove redanduncies in man page.Alice Zhang2021-08-118-152/+161
* tests: Allow an extra pthread_kill frame in backtrace testsMark Wielaard2021-08-052-7/+60
* debuginfod: PR27982 - added DEBUGINFOD_MAXSIZE and DEBUGINFOD_MAXTIMENoah Sanci2021-08-048-3/+177
* update Japanese translationHayatsu Shunsuke2021-07-292-609/+512
* debuginfod: PR27983 - ignore duplicate urlsNoah Sanci2021-07-294-29/+97
* lib: Add static inline reallocarray fallback functionMark Wielaard2021-07-294-0/+25
* debuginfod: PR28034 - client-side %-escape url charactersNoah Sanci2021-07-225-18/+48
* debuginfod: Minor run-debuginfod-find.sh test fixesNoah Sanci2021-07-222-1/+8
* libelf: Optimize elf_strptr.c validate_str by checking last char firstMark Wielaard2021-07-192-1/+8
* readelf: Pull advance_pc() in file scopeTimm Bäder2021-07-152-7/+26
* debuginfod: PR25978 - Created the prefetch fdcacheNoah2021-07-145-27/+175
* PR27531: retry within default retry_limit will be supported.Alice Zhang2021-07-098-3/+68
* debuginfod: PR27711 - Use -I/-X regexes during groom phaseNoah2021-07-085-8/+59
* tests: Fix EXTRA_DIST typo in testfile-largealign.o.bz2Mark Wielaard2021-07-082-1/+6
* libelf: Fix unaligned d_off offsets for input sections with large alignmentsAndrei Homescu2021-07-086-5/+65