aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-09-06imap: change from "FETCH" to "UID FETCH"Nicklas Avén
2018-09-06CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg
2018-09-06DOH: add test case 1650 and 2100Daniel Stenberg
2018-09-06setopt: add CURLOPT_DOH_URLDaniel Stenberg
2018-09-06ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han
2018-09-06x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse certHan Han
2018-09-06openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuerHan Han
2018-09-06schannel: unified error code handlingHan Han
2018-09-06darwinssl: more specific and unified error codesHan Han
2018-09-06CURLOPT_DNS_USE_GLOBAL_CACHE: deprecatedDaniel Stenberg
2018-09-05url: default to CURL_HTTP_VERSION_2TLS if built h2-enabledDaniel Stenberg
2018-09-05multiplex: enable by defaultDaniel Stenberg
2018-09-05tests: add unit tests for url.cJim Fuller
2018-09-05pipelining: deprecatedDaniel Stenberg
2018-09-04Curl_getoff_all_pipelines: ignore unused return valuesDaniel Stenberg
2018-09-04sftp: fix indentationViktor Szakats
2018-09-04sftp: don't send post-qoute sequence when retrying a connectionPrzemysław Tomaszewski
2018-09-03url, vtls: make CURLOPT{,_PROXY}_TLS13_CIPHERS workKamil Dudka
2018-09-03openssl: Fix setting TLS 1.3 cipher suitesJay Satiro
2018-09-03Curl_ntlm_core_mk_nt_hash: return error on too long passwordDaniel Stenberg
2018-09-02http2: Use correct format identifier for stream_idRikard Falkeborn
2018-09-01all: s/int/size_t cleanupDaniel Stenberg
2018-09-01ssh-libssh: use FALLTHROUGH to silence gcc8Daniel Stenberg
2018-08-31cookies: support creation-time attribute for cookiesDaniel Gustafsson
2018-08-24curl_threads: silence bad-function-cast warningMarcel Raad
2018-08-24schannel: client certificate store opening fixIhor Karpenko
2018-08-24gopher: Do not translate `?' to `%09'Leonardo Taccari
2018-08-22http2: abort the send_callback if not setup yetDaniel Stenberg
2018-08-21http2: remove four unused nghttp2 callbacksDaniel Stenberg
2018-08-21x509asn1: use FALLTHROUGHDaniel Stenberg
2018-08-21curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad
2018-08-21Remove unused definitionsMarcel Raad
2018-08-21x509asn1: make several functions staticDaniel Stenberg
2018-08-21http2: avoid set_stream_user_data() before stream is assignedDaniel Stenberg
2018-08-18upload: change default UPLOAD_BUFSIZE to 64KBDaniel Stenberg
2018-08-18upload: allocate upload buffer on-demandDaniel Stenberg
2018-08-18vtls: reinstantiate engine on duplicated handlesLaurent Bonnans
2018-08-17http2: make sure to send after RST_STREAMDaniel Stenberg
2018-08-16urldata: remove unused pipe_broke struct fieldDaniel Stenberg
2018-08-15http2: check nghttp2_session_set_stream_user_data return codeDaniel Stenberg
2018-08-15CMake: CMake config files are defining CURL_STATICLIB for static buildsAdrien
2018-08-14ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka
2018-08-14ssh-libssh: reduce excessive verbose output about pubkey authKamil Dudka
2018-08-13http: fix for tiny "HTTP/0.9" responseDaniel Stenberg
2018-08-11GCC: silence -Wcast-function-type uniformlyMarcel Raad
2018-08-11Silence GCC 8 cast-function-type warningsMarcel Raad
2018-08-11CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg
2018-08-10openssl: fix potential NULL pointer deref in is_pkcs11_uriDaniel Stenberg
2018-08-09asyn-thread: Remove unused macroRikard Falkeborn
2018-08-09http_proxy: Remove unused macro SELECT_TIMEOUTRikard Falkeborn