debuginfod-client: Initialize struct handle_data errbuf to the empty string.
[platform/upstream/elfutils.git] / debuginfod / debuginfod-client.c
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