summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* url: default to CURL_HTTP_VERSION_2TLS if built h2-enabledbagder/multiplex-by-defaultDaniel Stenberg2018-08-232-9/+11
* multiplex: enable by defaultDaniel Stenberg2018-08-231-0/+1
* 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
* hostip: fix unused variable warningMarcel Raad2018-08-021-0/+4
* smb: don't mark it done in smb_doDaniel Stenberg2018-08-011-1/+1
* general: fix printf specifiersRikard Falkeborn2018-08-011-1/+1
* HTTP: Don't attempt to needlessly decompress redirect bodyHarry Sintonen2018-07-311-1/+1
* retry: return error if rewind was necessary but didn't happenDaniel Jelinski2018-07-311-0/+2
* http2: clear the drain counter in Curl_http2_doneDaniel Stenberg2018-07-301-13/+30
* smb: fix memory leak on early failureDaniel Stenberg2018-07-302-33/+37
* conn_free: updated comment to clarifyDaniel Stenberg2018-07-281-1/+1
* mime: check Curl_rand_hex's return codeDaniel Stenberg2018-07-281-2/+7
* wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_randomCarie Pointer2018-07-261-0/+2
* reuse_conn(): free old_conn->optionsEven Rouault2018-07-261-0/+1
* system_win32: fix version checkingdjelinski2018-07-251-4/+6
* auth: pick Bearer authentication whenever a token is availableJohannes Schindelin2018-07-241-1/+1
* auth: only ever pick CURLAUTH_BEARER if we *have* a Bearer tokenJohannes Schindelin2018-07-241-4/+9
* vtls: set conn->data when closing TLSDaniel Stenberg2018-07-222-1/+4
* http2: several cleanupsDaniel Stenberg2018-07-207-70/+43
* smb_getsock: always wait for write socket tooDaniel Stenberg2018-07-201-7/+1