summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-06-28cleanup: minor code cleanup in Curl_http_readwrite_headers()Michael Kaufmann
2016-06-28SFTP: set a generic error when no SFTP one exists...Daniel Stenberg
2016-06-22Makefile.vc: link with crypt32.lib for winssl buildsDaniel Stenberg
2016-06-22vc: fix the build for schannel certinfo supportDaniel Stenberg
2016-06-22typedefs: use the full structs in internal code...Daniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-06-22vtls: Only call add/getsession if session id is enabledJay Satiro
2016-06-21cleanup: fix method names in code commentsMichael Kaufmann
2016-06-19openssl: use more 'const' to fix build warnings with 1.1.0 branchDaniel Stenberg
2016-06-16openssl: fix cert check with non-DNS name fields presentDaniel Stenberg
2016-06-16axtls: Use Curl_wait_ms instead of the less-portable usleepDan Fandrich
2016-06-16axtls: Fixed compile after compile 31c521b0Dan Fandrich
2016-06-07resolve: enable protocol family logic for synthesized IPv6Luo Jinghua
2016-06-07resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOSLuo Jinghua
2016-06-06schannel: Disable ALPN on Windows < 8.1Steve Holme
2016-06-05checksrc: Add LoadLibrary to the banned functions listJay Satiro
2016-06-05http: Fix HTTP/2 connection reuseJay Satiro
2016-06-04connect.c: Fixed compilation warning from commit 332e8d6164Steve Holme
2016-06-04win32: Used centralised verify windows version functionSteve Holme
2016-06-04win32: Added verify windows version functionalitySteve Holme
2016-06-04win32: Introduced centralised verify windows version functionSteve Holme
2016-06-01makefile.m32: add crypt32 for winssl buildsViktor Szakats
2016-06-01vtls: fix ssl session cache race conditionIvan Avdeev
2016-06-01schannel: add CURLOPT_CERTINFO supportAndrew Kurushin
2016-05-31openssl: rename the private SSL_strerrorDaniel Stenberg
2016-05-31openssl: Use correct buffer sizes for error messagesMichael Kaufmann
2016-05-30URL parser: allow URLs to use one, two or three slashesDaniel Stenberg
2016-05-30cmake: Added missing mbedTLS supportRenaud Lehoux
2016-05-30mbedtls: removed unused variablesRenaud Lehoux
2016-05-30http: add CURLINFO_HTTP_VERSION and %{http_version}Frank Gevaerts
2016-05-30openssl: fix build with OPENSSL_NO_COMPMarcel Raad
2016-05-30memdebug: fix MSVC crash with -DMEMDEBUG_LOG_SYNCGisle Vanem
2016-05-30loadlibrary: Only load system DLLs from the system directorySteve Holme
2016-05-30ssh: fix version number check typoDaniel Stenberg
2016-05-29ssh: fix build for libssh2 before 1.2.6Daniel Stenberg
2016-05-24mbedtls: fix includes so snprintf() worksDaniel Stenberg