summaryrefslogtreecommitdiff
path: root/debuginfod
Commit message (Expand)AuthorAgeFilesLines
* C API interfacensanci/pr28284-webapiFrank Ch. Eigler2021-09-223-23/+109
* simplify webapi sideFrank Ch. Eigler2021-09-211-24/+11
* 28284 first onlyNoah Sanci2021-09-211-17/+49
* debuginfod: Query debuginfod servers before printing responseNoah Sanci2021-09-172-1/+6
* debuginfod: PR27277 - Describe retrieved files when verboseNoah Sanci2021-09-163-1/+84
* debuginfod: PR28034 - No longer escape '/', and loop efficiencyNoah Sanci2021-09-162-8/+31
* 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
* Remove redundant casts of memory allocating functions returning void *Dmitry V. Levin2021-09-092-1/+6
* debuginfod: Turn -d ":memory:" into -d "file::memory:?cache=shared"Mark Wielaard2021-08-282-1/+13
* debuginfod: PR27917 - protect against federation loopsDi Chen2021-08-272-0/+26
* debuginfod, elfclassify: remove unnecessary header inclusionSaleem Abdulrasool2021-08-272-1/+4
* PR28249: correct debuginfod after-you lockingFrank Ch. Eigler2021-08-192-1/+7
* debuginfod: PR27982 - added DEBUGINFOD_MAXSIZE and DEBUGINFOD_MAXTIMENoah Sanci2021-08-044-3/+123
* debuginfod: PR27983 - ignore duplicate urlsNoah Sanci2021-07-292-29/+80
* debuginfod: PR28034 - client-side %-escape url charactersNoah Sanci2021-07-222-2/+19
* debuginfod: PR25978 - Created the prefetch fdcacheNoah2021-07-142-24/+139
* PR27531: retry within default retry_limit will be supported.Alice Zhang2021-07-093-2/+40
* debuginfod: PR27711 - Use -I/-X regexes during groom phaseNoah2021-07-082-2/+17
* debuginfod-client: Fix client dereference when calloc fails.Mark Wielaard2021-07-032-5/+10
* PR27863: debuginfod optimization for concurrent requestsFrank Ch. Eigler2021-06-092-1/+80
* PR27859: correct 404-latch bug in debuginfod client reuseFrank Ch. Eigler2021-05-162-60/+42
* Come up with startswith function.Martin Liska2021-05-123-6/+13
* debuginfod: debuginfod client should cache negative results.Alice Zhang via Elfutils-devel2021-05-062-37/+95
* PR27571: debuginfod client cache - file permissionsFrank Ch. Eigler2021-05-012-1/+10
* PR26125: debuginfod client cache - rmdir harderFrank Ch. Eigler2021-05-012-20/+29
* PR27701: debuginfod client: encourage reused debuginfod_client objectsFrank Ch. Eigler2021-04-303-39/+159
* debuginfod: only update database stats once per groomFrank Ch. Eigler2021-04-152-2/+4
* debuginfod: Recognize .debug_*-less symtab-laden files as debuginfoFrank Ch. Eigler2021-04-152-0/+24
* debuginfod: Set child thread names via pthread_setname_np()Frank Ch. Eigler2021-03-302-2/+18
* debuginfod-client: Don't compare a double to a longTimm Bäder2021-03-072-2/+7
* debuginfod-client: Fix typo in curl feature detectionTimm Bäder2021-03-051-1/+1
* debuginfod: filter webapi for bad keywords earlyFrank Ch. Eigler2021-02-252-1/+7
* PR27413: use bsdtar to unpack deb-related formatsFrank Ch. Eigler2021-02-172-10/+8
* PR27092: debuginfod low-memory handlingFrank Ch. Eigler2021-02-052-34/+99
* PR27323 debuginfod: improve query concurrency with groomingFrank Ch. Eigler2021-02-052-37/+93
* Split the top level .gitignore fileDmitry V. Levin2020-12-202-0/+7
* debuginfod: fix spelling typos in error diagnostics and commentsDmitry V. Levin2020-12-123-5/+12
* 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-093-7/+20
* Drop $(EXEEXT) suffix from shared librariesDmitry V. Levin2020-12-062-1/+5
* 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-252-3/+34
* 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-235-12/+150
* debuginfod: Handle "/" and report unrecognized operationsMark Wielaard2020-11-222-1/+24
* debuginfod: add thread-busy metrics to webapi serviceFrank Ch. Eigler2020-11-212-0/+22
* debuginfod-find: Be a bit less verbose with -vMark Wielaard2020-11-172-1/+28
* Switch from numerical to defined constants for permissions.Érico Rolim2020-11-032-3/+8