summaryrefslogtreecommitdiffstats
path: root/debuginfod
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'elfutils-0.187' into mjw/RH-DTSupstream/mjw/RH-DTSMark Wielaard2022-05-105-294/+1326
|\
| * debuginfod: ensure X-DEBUGINFOD-SIZE contains file sizeAaron Merey2022-04-251-1/+1
| * debuginfod: Use the debuginfod-size response headerAaron Merey2022-04-251-40/+43
| * debuginfod, libdwfl: Initialize libcurl and dlopen debuginfod-client lazilyMark Wielaard2022-04-253-17/+26
| * debuginfod: Use MHD_USE_ITC in MHD_start_daemon flagsMark Wielaard2022-04-242-0/+7
| * PR29022: 000-permissions files cause problems for backupsAaron Merey2022-04-132-35/+67
| * debuginfod: Include "IPv4 IPv6" in server startup messageAaron Merey2022-04-061-1/+1
| * debuginfod: use single ipv4+ipv6 microhttpd daemon configurationFrank Ch. Eigler2022-04-043-39/+53
| * PR28708: debuginfod: use MHD_USE_EPOLL for microhttpd threadsFrank Ch. Eigler2022-04-032-0/+11
| * debuginfod/debuginfod-client.c: use long for cache time configurationsAlexander Kanavin2021-12-162-3/+10
| * PR28661: debuginfo connection thread pool supportFrank Ch. Eigler2021-12-102-4/+42
| * debuginfod: Don't format clog using 'right' or 'setw(20)'.Mark Wielaard2021-12-092-1/+6
| * debuginfod: Fix debuginfod_pool leakMark Wielaard2021-12-092-0/+6
| * debuginfod: Check result of calling MHD_add_response_header.Mark Wielaard2021-12-082-20/+56
| * debuginfod: correct concurrency bug in fdcache metricsFrank Ch. Eigler2021-12-082-1/+5
| * debuginfod: Clear and reset debuginfod_client winning_headers on reuseMark Wielaard2021-12-072-1/+11
| * debuginfod: Fix some memory leaks on debuginfod-client error paths.Mark Wielaard2021-12-052-5/+18
| * debuginfod: sqlite3_sharedprefix_fn should not compare past end of stringMark Wielaard2021-12-051-1/+1
| * debuginfod: Use gmtime_r instead of gmtime to avoid data raceMark Wielaard2021-12-032-6/+14
| * debuginfod: fix compilation on platforms without <error.h>Érico Nogueira2021-11-112-1/+5
| * PR28430: debuginfod: support --passive modeFrank Ch. Eigler2021-11-102-67/+126
| * PR28514: debuginfod: limit groom operation timesFrank Ch. Eigler2021-11-052-11/+80
| * PR28240: debuginfod client root-safe negative cachingFrank Ch. Eigler2021-10-222-16/+27
| * debuginfod-client: Stick to http:// + https:// + file:// protocolsMark Wielaard2021-10-152-0/+9
| * PR28242: debuginfod prometheus metric wideningDi Chen2021-10-062-20/+67
| * 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
* | Merge tag 'elfutils-0.185' into mjw/RH-DTSMark Wielaard2021-05-278-221/+887
|\|
| * 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