summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* schannel: Disable ALPN for Wine since it is causing problemsJay Satiro2016-08-262-11/+24
* nss: work around race condition in PK11_FindSlotByName()Peter Wang2016-08-261-3/+19
* nss: refuse previously loaded certificate from fileKamil Dudka2016-08-261-1/+7
* ftp_done: remove dead codeDaniel Stenberg2016-08-261-4/+2
* TLS: random file/egd doesn't have to match for conn reuseDaniel Stenberg2016-08-261-2/+0
* HTTP: stop parsing headers when switching to unknown protocolsMichael Kaufmann2016-08-251-10/+23
* openssl: make build with 1.1.0 againDaniel Stenberg2016-08-251-5/+12
* http2: Remove incorrect commentsJay Satiro2016-08-252-10/+0
* ftp: fix wrong poll on the secondary socketAles Novak2016-08-231-1/+1
* win: Basic support for Universal Windows Platform appsMarco Deckel2016-08-214-2/+16
* sasl: Don't use GSSAPI authentication when domain name not specifiedSteve Holme2016-08-213-1/+46
* vauth: Added check for supported SSPI based authentication mechanismsSteve Holme2016-08-214-12/+34
* http.c: Remove duplicate (authp->avail & CURLAUTH_DIGEST) checkSteve Holme2016-08-211-4/+2
* socks.c: display the hostname returned by the SOCKS5 proxy serverMarc Hoersken2016-08-201-2/+5
* urldata.h: Corrected comment for httpcode which is also populated by SMTPSteve Holme2016-08-201-1/+1
* socks.c: use Curl_printable_address in SOCKS5 connection sequenceMarc Hoersken2016-08-201-24/+17
* socks.c: align SOCKS4 connection sequence with SOCKS5Marc Hoersken2016-08-201-11/+13
* http.c: Corrected indentation change from commit 2708d4259bSteve Holme2016-08-201-3/+3
* http: Added calls to Curl_auth_is_<mechansism>_supported()Steve Holme2016-08-201-48/+59
* socks.c: improve verbose output of SOCKS5 connection sequenceMarc Hoersken2016-08-201-1/+19
* sasl: Added calls to Curl_auth_is_<mechansism>_supported()Steve Holme2016-08-201-3/+4
* spnego_sspi: fix memory leak in case *outlen is zero (#970)Miroslav Franc2016-08-191-1/+3
* vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme2016-08-189-0/+132
* nss: make the global variables staticDaniel Stenberg2016-08-171-8/+6
* openssl: use regular malloc instead of OPENSSL_mallocDaniel Stenberg2016-08-161-5/+5
* Revert "Proxy-Connection: stop sending this header by default"Daniel Stenberg2016-08-162-4/+15
* proxy: polished the error message for unsupported schemesDaniel Stenberg2016-08-151-1/+1
* proxy: reject attempts to use unsupported proxy schemesDaniel Stenberg2016-08-151-1/+7
* socks.c: Correctly calculate position of port in response packetMarc Hoersken2016-08-141-3/+6
* socks.c: Do not modify and invalidate calculated response lengthMarc Hoersken2016-08-141-3/+2
* socks.c: Move error output after reading the whole response packetMarc Hoersken2016-08-141-33/+34
* openssl: accept subjectAltName iPAddress if no dNSName matchJay Satiro2016-08-131-8/+5
* rtsp: ignore whitespace in session idDaniel Stenberg2016-08-111-4/+4
* HTTP: retry failed HEAD requests tooDaniel Stenberg2016-08-111-7/+6
* rtsp: accept any RTSP session idErik Janssen2016-08-101-11/+7
* cmake: Enable win32 threaded resolver by defaultJay Satiro2016-08-081-0/+3