summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* url: skip to-be-closed connections when pipelining (follow-up)Jay Satiro2016-10-171-3/+4
* win: fix Universal Windows Platform buildMarcel Raad2016-10-162-4/+33
* url: skip to-be-closed connections when pipeliningRider Linden2016-10-141-1/+3
* vtls: only re-use session-ids using the same schemeDaniel Stenberg2016-10-132-0/+3
* cmake: add nghttp2 supportRemo E2016-10-101-0/+3
* resolve: add error message when resolving using SIGALRMAndreas Streichardt2016-10-101-2/+5
* smb: properly check incoming packet boundariesTobias Stoeckmann2016-10-091-5/+5
* mprintf: return error on too many argumentsDaniel Stenberg2016-10-081-5/+12
* ftp: fix Curl_ftpsendf()Daniel Stenberg2016-10-084-12/+16
* formpost: avoid silent snprintf() truncationDaniel Stenberg2016-10-082-10/+26
* memdup: use 'void *' as return and source typeDaniel Stenberg2016-10-042-4/+4
* formpost: trying to attach a directory no longer crashesDaniel Stenberg2016-10-041-7/+8
* cookies: same domain handling changed to match browser behaviorSergei Kuzmin2016-10-031-1/+2
* New libcurl option to keep sending on errorMichael Kaufmann2016-09-223-6/+20
* nss: add chacha20-poly1305 cipher suites if supported by NSSKamil Dudka2016-09-221-0/+9
* nss: add cipher suites using SHA384 if supported by NSSKamil Dudka2016-09-221-0/+10
* nss: fix typo in ecdhe_rsa_null cipher suite stringKamil Dudka2016-09-221-1/+1
* easy: Reset all statistical session info in curl_easy_resetJay Satiro2016-09-203-5/+18
* darwinssl: Fix typo in commentDaniel Gustafsson2016-09-191-1/+1
* libressl: fix version outputBernard Spil2016-09-191-0/+7
* openssl: don't call ERR_remote_thread_state on >= 1.1.0Daniel Stenberg2016-09-191-0/+1
* openssl: don’t call CRYTPO_cleanup_all_ex_dataDaniel Stenberg2016-09-191-5/+0
* darwinssl: disable RC4 cipher-suite supportNick Zitzmann2016-09-181-0/+10
* http2: debug ouput sent HTTP/2 request headersDaniel Stenberg2016-09-161-0/+4
* http: accept "Transfer-Encoding: chunked" for HTTP/2 as wellDaniel Stenberg2016-09-161-30/+34
* openssl: fix per-thread memory leak usiong 1.0.1 or 1.0.2Daniel Stenberg2016-09-141-0/+8
* curl_easy_unescape: deny negative string lengths as inputDaniel Stenberg2016-09-141-8/+10
* curl_easy_escape: deny negative string lengths as inputDaniel Stenberg2016-09-141-2/+8
* mbedtls: switch off NTLM in build if md4 isn't availableTony Kelman2016-09-121-3/+9
* http: refuse to pass on response body with NO_NODY was setDaniel Stenberg2016-09-111-0/+7
* CMake: Try to (un-)hide private library symbolsJakub Zakrzewski2016-09-102-1/+6
* openssl: fix bad memory free (regression)Daniel Stenberg2016-09-091-3/+3
* http2: support > 64bit sized uploadsDaniel Stenberg2016-09-091-1/+2
* errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro2016-09-075-11/+11
* checksrc: detect strtok() useDaniel Stenberg2016-09-071-0/+1
* mk-ca-bundle.pl: use SHA256 instead of SHA1Viktor Szakats2016-09-071-14/+14
* openssl: fix CURLINFO_SSL_VERIFYRESULTGaurav Malhotra2016-09-061-0/+1
* darwinssl: test for errSecSuccess in PKCS12 import rather than noErr (#993)Daniel Gustafsson2016-09-061-1/+1
* openssl: Fix compilation with OPENSSL_API_COMPAT=0x10100000LMarcel Raad2016-09-051-14/+20
* http2: return EOF when done uploading without known sizeDaniel Stenberg2016-09-053-2/+40
* http2: skip the content-length parsing, detect unknown sizeDaniel Stenberg2016-09-051-22/+6
* http2: minor white space editDaniel Stenberg2016-09-051-2/+3
* http2: use named define instead of magic constant in read callbackDaniel Stenberg2016-09-051-1/+1
* speed caps: not based on average speeds anymoreOlivier Brunel2016-09-046-86/+120
* curl_sspi.c: Updated function description commentsSteve Holme2016-08-311-1/+19
* connect: fix #ifdefs for debug versions of conn/streamclose() macrosDaniel Stenberg2016-08-302-3/+3
* http2: return CURLE_HTTP2_STREAM for unexpected stream closeDaniel Stenberg2016-08-281-3/+2
* http2: handle closed streams when uploadingTatsuhiro Tsujikawa2016-08-282-0/+12
* http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg2016-08-289-85/+138
* Curl_verify_windows_version: minor edit to avoid compiler warningsDaniel Stenberg2016-08-271-1/+4