debuginfod: Remove debuginfod_init_cache
[platform/upstream/elfutils.git] / debuginfod / debuginfod-client.c
2022-05-14 Mark Wielaarddebuginfod: Remove debuginfod_init_cache
2022-05-14 Mark Wielaarddebuginfod: Make sure debuginfod_config_cache always...
2022-05-14 Mark Wielaarddebuginfod: Check all curl_easy_setopt calls
2022-05-14 Mark Wielaarddebuginfod: Check result of curl_easy_getinfo in debugi...
2022-05-04 Frank Ch. EiglerPR29117: fix fd leak in debuginfod client for cache...
2022-04-25 Aaron Mereydebuginfod: Use the debuginfod-size response header
2022-04-25 Mark Wielaarddebuginfod, libdwfl: Initialize libcurl and dlopen...
2022-04-13 Aaron MereyPR29022: 000-permissions files cause problems for backups
2022-04-04 Frank Ch. Eiglerdebuginfod: use single ipv4+ipv6 microhttpd daemon...
2021-12-15 Alexander Kanavindebuginfod/debuginfod-client.c: use long for cache...
2021-12-07 Mark Wielaarddebuginfod: Clear and reset debuginfod_client winning_h...
2021-12-05 Mark Wielaarddebuginfod: Fix some memory leaks on debuginfod-client...
2021-10-22 Frank Ch. EiglerPR28240: debuginfod client root-safe negative caching
2021-10-15 Mark Wielaarddebuginfod-client: Stick to + https:// + file:// protocols
2021-09-17 Noah Sancidebuginfod: Query debuginfod servers before printing...
2021-09-16 Noah Sancidebuginfod: PR27277 - Describe retrieved files when...
2021-09-16 Noah Sancidebuginfod: PR28034 - No longer escape '/', and loop...
2021-09-09 Dmitry V. LevinRemove redundant casts of memory allocating functions...
2021-08-04 Noah Sancidebuginfod: PR27982 - added DEBUGINFOD_MAXSIZE and...
2021-07-29 Noah Sancidebuginfod: PR27983 - ignore duplicate urls
2021-07-22 Noah Sancidebuginfod: PR28034 - client-side %-escape url characters
2021-07-09 Alice ZhangPR27531: retry within default retry_limit will be suppo...
2021-07-02 Mark Wielaarddebuginfod-client: Fix client dereference when calloc...
2021-05-16 Frank Ch. EiglerPR27859: correct 404-latch bug in debuginfod client...
2021-05-12 Martin LiskaCome up with startswith function.
2021-05-06 Alice Zhang via... debuginfod: debuginfod client should cache negative...
2021-05-01 Frank Ch. EiglerPR27571: debuginfod client cache - file permissions
2021-05-01 Frank Ch. EiglerPR26125: debuginfod client cache - rmdir harder
2021-05-01 Frank Ch. EiglerPR27701: debuginfod client: encourage reused debuginfod...
2021-03-07 Timm Bäderdebuginfod-client: Don't compare a double to a long
2021-03-05 Timm Bäderdebuginfod-client: Fix typo in curl feature detection
2020-12-12 Dmitry V. Levindebuginfod: fix spelling typos in error diagnostics...
2020-11-23 Mark Wielaarddebuginfod-client: Initialize struct handle_data errbuf...
2020-11-23 Mark Wielaarddebuginfod-client: Add debuginfod_set_verbose_fd and...
2020-11-03 Érico RolimSwitch from numerical to defined constants for permissions.
2020-10-26 Mark Wielaarddebuginfod: Translate CURLE_PEER_FAILED_VERIFICATION...
2020-07-05 Alice Zhangdebuginfod: DEBUGINFOD_URLS should accept scheme-free...
2020-07-03 Mark Wielaarddebuginfod: Add --disable-libdebuginfod and --enable...
2020-06-24 Mark Wielaarddebuginfod: Make sure handle_data can be allocated...
2020-06-24 Mark Wielaarddebuginfod: Fix build_id hexadecimal length check.
2020-06-24 Mark Wielaarddebuginfod: Make sure suffix can place zero terminator...
2020-06-24 Mark Wielaarddebuginfod: Handle not being able to fopen interval_path.
2020-03-29 Mark Wielaarddebuginfod: Document and sanity check debuginfod_add_ht...
2020-03-29 Frank Ch. Eiglerdebuginfod-client default_progressfn: formatting fix
2020-03-27 Frank Ch. Eiglerdebuginfod: User-Agent and X-Forwarded-For header relay
2020-03-26 Frank Ch. EiglerPR25548: CURLOPT_PATH_AS_IS backward compatibility
2020-03-26 Frank Ch. EiglerPR25548: CURLOPT_PATH_AS_IS backward compatibility
2020-03-26 Frank Ch. EiglerPR25548: support canonicalized source-path names in...
2020-03-25 Frank Ch. Eiglerdebuginfod-client thinko: non-default progressfn extra...
2020-03-22 Frank Ch. Eiglerdebuginfod client API: add get_url function
2020-03-22 Frank Ch. Eiglerdebuginfod client API: add get/set user_data functions
2020-03-04 Aaron Mereydebuginfod-client: Update cache_path when the new defau...
2020-02-28 Aaron Mereydebuginfod-client: default to XDG cache.
2020-02-26 Konrad Kleinedebuginfod: file:// URLs: handle curl resp. code
2020-02-19 Aaron MereyPR25365: debuginfod-client: restrict cleanup to client...
2020-01-09 Mark Wielaarddebuginfod: Use DEBUGINFOD_TIMEOUT as seconds to get...
2020-01-09 Frank Ch. Eiglerdebuginfod: pass a distro-summary User-Agent request...
2019-12-19 Frank Ch. Eiglerdebuginfod: usability tweaks, incl. $DEBUGINFOD_PROGRES...
2019-12-11 Mark Wielaarddebuginfod: Check the DEBUGINFOD_URLS environment varia...
2019-12-09 Mark Wielaarddebuginfod: Fix implicit conversion from 'CURLcode...
2019-11-23 Mark Wielaarddebuginfod: add client context
2019-11-22 Frank Ch. Eiglerdebuginfod 3/3: client interruptability
2019-11-22 Aaron Mereydebuginfod 1/2: client side