aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-08-21win: Basic support for Universal Windows Platform appsMarco Deckel
2016-08-21sasl: Don't use GSSAPI authentication when domain name not specifiedSteve Holme
2016-08-21vauth: Added check for supported SSPI based authentication mechanismsSteve Holme
2016-08-21http.c: Remove duplicate (authp->avail & CURLAUTH_DIGEST) checkSteve Holme
2016-08-20socks.c: display the hostname returned by the SOCKS5 proxy serverMarc Hoersken
2016-08-20urldata.h: Corrected comment for httpcode which is also populated by SMTPSteve Holme
2016-08-20socks.c: use Curl_printable_address in SOCKS5 connection sequenceMarc Hoersken
2016-08-20socks.c: align SOCKS4 connection sequence with SOCKS5Marc Hoersken
2016-08-20http.c: Corrected indentation change from commit 2708d4259bSteve Holme
2016-08-20http: Added calls to Curl_auth_is_<mechansism>_supported()Steve Holme
2016-08-20socks.c: improve verbose output of SOCKS5 connection sequenceMarc Hoersken
2016-08-20sasl: Added calls to Curl_auth_is_<mechansism>_supported()Steve Holme
2016-08-19spnego_sspi: fix memory leak in case *outlen is zero (#970)Miroslav Franc
2016-08-18vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme
2016-08-17nss: make the global variables staticDaniel Stenberg
2016-08-16openssl: use regular malloc instead of OPENSSL_mallocDaniel Stenberg
2016-08-16Revert "Proxy-Connection: stop sending this header by default"Daniel Stenberg
2016-08-15proxy: polished the error message for unsupported schemesDaniel Stenberg
2016-08-15proxy: reject attempts to use unsupported proxy schemesDaniel Stenberg
2016-08-14socks.c: Correctly calculate position of port in response packetMarc Hoersken
2016-08-14socks.c: Do not modify and invalidate calculated response lengthMarc Hoersken
2016-08-14socks.c: Move error output after reading the whole response packetMarc Hoersken
2016-08-13openssl: accept subjectAltName iPAddress if no dNSName matchJay Satiro
2016-08-11rtsp: ignore whitespace in session idDaniel Stenberg
2016-08-11HTTP: retry failed HEAD requests tooDaniel Stenberg
2016-08-10rtsp: accept any RTSP session idErik Janssen
2016-08-08cmake: Enable win32 threaded resolver by defaultJay Satiro
2016-08-08cmake: Enable win32 large file support by defaultJay Satiro
2016-08-05http2: always wait for readable socketDaniel Stenberg
2016-08-05mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is definedThomas Glanzmann
2016-08-05CURLOPT_TCP_NODELAY: now enabled by defaultDaniel Stenberg
2016-08-04TFTP: Fix upload problem with piped inputSerj Kalichev
2016-08-04mk-ca-bundle.pl: -m keeps ca cert meta data in outputDaniel Stenberg
2016-08-04multi: make Curl_expire() work with 0 ms timeoutsDaniel Stenberg
2016-08-04transfer: return without select when the read loop reached maxcountDaniel Stenberg
2016-08-03mbedtls: Added support for NTLMBill Nagel
2016-08-03TLS: only reuse connections with the same client certDaniel Stenberg
2016-08-03TLS: switch off SSL session id when client cert is usedDaniel Stenberg
2016-08-03curl_multi_cleanup: clear connection pointer for easy handlesDaniel Stenberg
2016-08-01mbedtls: Fix debug function nameThomas Glanzmann
2016-08-01win32: fix a potential memory leak in Curl_load_libraryMartin Vejnár
2016-07-23vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGOSteve Holme
2016-07-23spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declarationSteve Holme
2016-07-20vauth: Fix memleak by freeing credentials if out of memoryJay Satiro
2016-07-20vauth: Fixed memory leak due to function returning without freeSaurav Babu
2016-07-20connect: disable TFO on Linux when using SSLJay Satiro
2016-07-18curl_global_init: Check if IPv6 worksBrian Prodoehl
2016-07-14library: Fix memory leaks found during static analysisMiroslav Franc
2016-07-13cookie.c: Fix misleading indentationViktor Szakats
2016-06-29conn: don't free easy handle data in handler->disconnectDaniel Stenberg