summaryrefslogtreecommitdiff
path: root/debuginfod/debuginfod-client.c
Commit message (Expand)AuthorAgeFilesLines
* debuginfod-client.c: Don't treat 0 as an error code.Aaron Merey2023-04-071-2/+2
* debuginfod_find_section: Always update rc with most recent error codeAaron Merey2023-04-071-1/+5
* debuginfod: Mark extract_section function staticMark Wielaard2023-04-071-1/+1
* debuginfod-client: Fix out-of-bounds writeAaron Merey2023-04-071-2/+1
* debuginfod: Support queries for ELF/DWARF sectionsAaron Merey2023-04-071-120/+612
* PR29472: debuginfod metadata query reworkusers/fche/try-pr29472Frank Ch. Eigler2022-10-311-18/+28
* Added metadata query of debuginfod serversFrank Ch. Eigler2022-10-311-278/+567
* debuginfod-client: Add DEBUGINFOD_HEADERS_FILE.Daniel Thornburgh2022-10-281-0/+45
* debuginfod-client: Ensure only negative error codes returned.Aaron Merey2022-09-281-2/+2
* Retrive 64bit timestamp from curl_easy_getinfo on _TIME_BITS=64 environment河辺 岳人2022-09-271-0/+4
* PR28284 cont'd, ->winning_headers reset at start of new queryFrank Ch. Eigler2022-09-081-1/+3
* add debuginfod_get_headers if DUMMY_LIBDEBUGINFOD is usedMartin Liska2022-09-081-0/+2
* PR28284: add tweaks on previous debuginfod x-debuginfod* header forwarding workFrank Ch. Eigler2022-09-071-13/+15
* PR28284 - Debuginfod header functionality implementedNoah Sanci2022-09-061-2/+12
* debuginfod: update mtime of interval_path as early as possibleMark Wielaard2022-05-151-2/+5
* debuginfod: Remove debuginfod_init_cacheMark Wielaard2022-05-151-52/+9
* debuginfod: Make sure debuginfod_config_cache always returns valid statMark Wielaard2022-05-151-7/+14
* debuginfod: Check all curl_easy_setopt callsMark Wielaard2022-05-141-22/+39
* debuginfod: Check result of curl_easy_getinfo in debuginfod_write_callbackMark Wielaard2022-05-141-2/+3
* PR29117: fix fd leak in debuginfod client for cache-miss filesFrank Ch. Eigler2022-05-041-8/+24
* debuginfod: Use the debuginfod-size response headerAaron Merey2022-04-251-40/+43
* debuginfod, libdwfl: Initialize libcurl and dlopen debuginfod-client lazilyMark Wielaard2022-04-251-15/+14
* PR29022: 000-permissions files cause problems for backupsAaron Merey2022-04-131-35/+59
* debuginfod: use single ipv4+ipv6 microhttpd daemon configurationFrank Ch. Eigler2022-04-041-6/+6
* debuginfod/debuginfod-client.c: use long for cache time configurationsAlexander Kanavin2021-12-161-3/+3
* debuginfod: Clear and reset debuginfod_client winning_headers on reuseMark Wielaard2021-12-071-1/+6
* debuginfod: Fix some memory leaks on debuginfod-client error paths.Mark Wielaard2021-12-051-5/+11
* PR28240: debuginfod client root-safe negative cachingFrank Ch. Eigler2021-10-221-16/+21
* debuginfod-client: Stick to http:// + https:// + file:// protocolsMark Wielaard2021-10-151-0/+4
* debuginfod: Query debuginfod servers before printing responseNoah Sanci2021-09-171-1/+1
* debuginfod: PR27277 - Describe retrieved files when verboseNoah Sanci2021-09-161-1/+57
* debuginfod: PR28034 - No longer escape '/', and loop efficiencyNoah Sanci2021-09-161-8/+27
* Remove redundant casts of memory allocating functions returning void *Dmitry V. Levin2021-09-091-1/+1
* debuginfod: PR27982 - added DEBUGINFOD_MAXSIZE and DEBUGINFOD_MAXTIMENoah Sanci2021-08-041-3/+96
* debuginfod: PR27983 - ignore duplicate urlsNoah Sanci2021-07-291-29/+71
* debuginfod: PR28034 - client-side %-escape url charactersNoah Sanci2021-07-221-2/+13
* PR27531: retry within default retry_limit will be supported.Alice Zhang2021-07-091-2/+32
* debuginfod-client: Fix client dereference when calloc fails.Mark Wielaard2021-07-031-5/+5
* PR27859: correct 404-latch bug in debuginfod client reuseFrank Ch. Eigler2021-05-161-60/+34
* Come up with startswith function.Martin Liska2021-05-121-2/+2
* debuginfod: debuginfod client should cache negative results.Alice Zhang via Elfutils-devel2021-05-061-37/+83
* PR27571: debuginfod client cache - file permissionsFrank Ch. Eigler2021-05-011-1/+4
* PR26125: debuginfod client cache - rmdir harderFrank Ch. Eigler2021-05-011-20/+21
* PR27701: debuginfod client: encourage reused debuginfod_client objectsFrank Ch. Eigler2021-04-301-36/+85
* debuginfod-client: Don't compare a double to a longTimm Bäder2021-03-071-2/+2
* debuginfod-client: Fix typo in curl feature detectionTimm Bäder2021-03-051-1/+1
* debuginfod: fix spelling typos in error diagnostics and commentsDmitry V. Levin2020-12-121-2/+2
* debuginfod-client: Initialize struct handle_data errbuf to the empty string.Mark Wielaard2020-11-231-0/+1
* debuginfod-client: Add debuginfod_set_verbose_fd and DEBUGINFOD_VERBOSEMark Wielaard2020-11-231-10/+124
* Switch from numerical to defined constants for permissions.Érico Rolim2020-11-031-3/+3