summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* http2: make sure to send after RST_STREAMDaniel Stenberg2018-08-171-2/+7
* urldata: remove unused pipe_broke struct fieldDaniel Stenberg2018-08-162-28/+3
* http2: check nghttp2_session_set_stream_user_data return codeDaniel Stenberg2018-08-151-7/+32
* CMake: CMake config files are defining CURL_STATICLIB for static buildsAdrien2018-08-151-0/+4
* ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka2018-08-141-0/+1
* ssh-libssh: reduce excessive verbose output about pubkey authKamil Dudka2018-08-141-2/+1
* http: fix for tiny "HTTP/0.9" responseDaniel Stenberg2018-08-135-39/+57
* GCC: silence -Wcast-function-type uniformlyMarcel Raad2018-08-111-16/+22
* Silence GCC 8 cast-function-type warningsMarcel Raad2018-08-114-3/+13
* CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg2018-08-111-0/+2
* openssl: fix potential NULL pointer deref in is_pkcs11_uriDaniel Stenberg2018-08-101-6/+1
* asyn-thread: Remove unused macroRikard Falkeborn2018-08-091-2/+0
* http_proxy: Remove unused macro SELECT_TIMEOUTRikard Falkeborn2018-08-091-1/+0
* formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULTRikard Falkeborn2018-08-091-4/+0
* telnet: Remove unused macros TELOPTS and TELCMDSRikard Falkeborn2018-08-091-4/+0
* openssl: fix debug messagesDaniel Jelinski2018-08-091-1/+9
* windows: follow up to the buffer-tuning 1ba1dba7Daniel Stenberg2018-08-081-1/+5
* windows: implement send buffer tuningDaniel Jelinski2018-08-081-1/+18
* ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki2018-08-081-0/+38
* CMake: Respect BUILD_SHARED_LIBSRuslan Baratov2018-08-081-11/+10
* lib/Makefile: only do symbol hiding if told toDaniel Stenberg2018-08-031-0/+3