summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cookies: Move failure case label to end of functionDaniel Gustafsson2018-09-101-6/+7
* misc: fix typos in commentsDaniel Gustafsson2018-09-102-2/+2
* cookies: fix leak when writing cookies to fileDaniel Gustafsson2018-09-101-3/+2
* cookies: Remove redundant expired checkDaniel Gustafsson2018-09-101-6/+2
* ntlm_wb: bail out if the response gets overly largeDaniel Stenberg2018-09-091-1/+10
* url.c: fix comment typo and indentationDaniel Gustafsson2018-09-081-2/+2
* urlapi: avoid derefencing a possible NULL pointerDaniel Stenberg2018-09-081-2/+2
* URL-APIDaniel Stenberg2018-09-089-340/+1394
* curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg2018-09-074-5/+5
* upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond2018-09-076-0/+105
* configure: add option to disable automatic OpenSSL config loadingPhilipp Waehnert2018-09-071-0/+2
* doh: minor edits to please CoverityDaniel Stenberg2018-09-071-2/+5
* schannel: avoid switch-cases that go to default anywayDaniel Stenberg2018-09-071-0/+4
* imap: change from "FETCH" to "UID FETCH"Nicklas Avén2018-09-062-21/+43
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-068-17/+39
* DOH: add test case 1650 and 2100Daniel Stenberg2018-09-062-65/+92
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-069-60/+1092
* ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han2018-09-063-8/+4
* x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse certHan Han2018-09-061-1/+1
* openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuerHan Han2018-09-061-2/+2
* schannel: unified error code handlingHan Han2018-09-062-30/+71
* darwinssl: more specific and unified error codesHan Han2018-09-061-146/+278
* CURLOPT_DNS_USE_GLOBAL_CACHE: deprecatedDaniel Stenberg2018-09-061-0/+2
* url: default to CURL_HTTP_VERSION_2TLS if built h2-enabledDaniel Stenberg2018-09-052-9/+11
* multiplex: enable by defaultDaniel Stenberg2018-09-051-0/+1
* tests: add unit tests for url.cJim Fuller2018-09-052-7/+3
* pipelining: deprecatedDaniel Stenberg2018-09-051-1/+1
* Curl_getoff_all_pipelines: ignore unused return valuesDaniel Stenberg2018-09-041-3/+2
* sftp: fix indentationViktor Szakats2018-09-041-1/+1
* sftp: don't send post-qoute sequence when retrying a connectionPrzemysław Tomaszewski2018-09-042-3/+5
* url, vtls: make CURLOPT{,_PROXY}_TLS13_CIPHERS workKamil Dudka2018-09-032-1/+8
* openssl: Fix setting TLS 1.3 cipher suitesJay Satiro2018-09-031-0/+3
* Curl_ntlm_core_mk_nt_hash: return error on too long passwordDaniel Stenberg2018-09-031-1/+4
* http2: Use correct format identifier for stream_idRikard Falkeborn2018-09-021-4/+4
* all: s/int/size_t cleanupDaniel Stenberg2018-09-0112-53/+53
* ssh-libssh: use FALLTHROUGH to silence gcc8Daniel Stenberg2018-09-011-11/+11
* cookies: support creation-time attribute for cookiesDaniel Gustafsson2018-08-312-17/+55
* curl_threads: silence bad-function-cast warningMarcel Raad2018-08-241-1/+2
* schannel: client certificate store opening fixIhor Karpenko2018-08-241-5/+8
* gopher: Do not translate `?' to `%09'Leonardo Taccari2018-08-241-7/+0
* http2: abort the send_callback if not setup yetDaniel Stenberg2018-08-221-0/+4
* http2: remove four unused nghttp2 callbacksDaniel Stenberg2018-08-211-77/+0
* x509asn1: use FALLTHROUGHDaniel Stenberg2018-08-211-2/+2
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-215-7/+8
* Remove unused definitionsMarcel Raad2018-08-211-1/+0
* x509asn1: make several functions staticDaniel Stenberg2018-08-211-63/+59
* http2: avoid set_stream_user_data() before stream is assignedDaniel Stenberg2018-08-211-1/+2
* upload: change default UPLOAD_BUFSIZE to 64KBDaniel Stenberg2018-08-182-3/+8
* upload: allocate upload buffer on-demandDaniel Stenberg2018-08-187-24/+59
* vtls: reinstantiate engine on duplicated handlesLaurent Bonnans2018-08-183-2/+15