summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* TFTP: Fix upload problem with piped inputSerj Kalichev2016-08-041-3/+15
* mk-ca-bundle.pl: -m keeps ca cert meta data in outputDaniel Stenberg2016-08-041-9/+17
* multi: make Curl_expire() work with 0 ms timeoutsDaniel Stenberg2016-08-047-85/+95
* transfer: return without select when the read loop reached maxcountDaniel Stenberg2016-08-043-7/+24
* mbedtls: Added support for NTLMBill Nagel2016-08-032-6/+34
* TLS: only reuse connections with the same client certDaniel Stenberg2016-08-031-0/+1
* TLS: switch off SSL session id when client cert is usedDaniel Stenberg2016-08-033-0/+12
* curl_multi_cleanup: clear connection pointer for easy handlesDaniel Stenberg2016-08-031-0/+2
* mbedtls: Fix debug function nameThomas Glanzmann2016-08-011-1/+1
* win32: fix a potential memory leak in Curl_load_libraryMartin Vejnár2016-08-011-1/+1
* vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGOSteve Holme2016-07-231-2/+2
* spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declarationSteve Holme2016-07-233-3/+3
* vauth: Fix memleak by freeing credentials if out of memoryJay Satiro2016-07-201-0/+5
* vauth: Fixed memory leak due to function returning without freeSaurav Babu2016-07-201-7/+8
* connect: disable TFO on Linux when using SSLJay Satiro2016-07-201-1/+4
* curl_global_init: Check if IPv6 worksBrian Prodoehl2016-07-181-0/+2
* library: Fix memory leaks found during static analysisMiroslav Franc2016-07-143-6/+15
* cookie.c: Fix misleading indentationViktor Szakats2016-07-131-1/+1
* conn: don't free easy handle data in handler->disconnectDaniel Stenberg2016-06-292-5/+0
* cleanup: minor code cleanup in Curl_http_readwrite_headers()Michael Kaufmann2016-06-281-45/+43
* SFTP: set a generic error when no SFTP one exists...Daniel Stenberg2016-06-281-2/+7
* Makefile.vc: link with crypt32.lib for winssl buildsDaniel Stenberg2016-06-221-2/+3
* vc: fix the build for schannel certinfo supportDaniel Stenberg2016-06-221-0/+1
* typedefs: use the full structs in internal code...Daniel Stenberg2016-06-227-49/+51
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-22117-813/+784
* vtls: Only call add/getsession if session id is enabledJay Satiro2016-06-229-243/+283
* cleanup: fix method names in code commentsMichael Kaufmann2016-06-212-4/+4
* openssl: use more 'const' to fix build warnings with 1.1.0 branchDaniel Stenberg2016-06-191-18/+21
* openssl: fix cert check with non-DNS name fields presentDaniel Stenberg2016-06-161-7/+20
* axtls: Use Curl_wait_ms instead of the less-portable usleepDan Fandrich2016-06-161-1/+1
* axtls: Fixed compile after compile 31c521b0Dan Fandrich2016-06-161-2/+2
* resolve: enable protocol family logic for synthesized IPv6Luo Jinghua2016-06-071-2/+3
* resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOSLuo Jinghua2016-06-075-2/+69
* schannel: Disable ALPN on Windows < 8.1Steve Holme2016-06-061-4/+13
* checksrc: Add LoadLibrary to the banned functions listJay Satiro2016-06-052-2/+11
* http: Fix HTTP/2 connection reuseJay Satiro2016-06-051-0/+7
* connect.c: Fixed compilation warning from commit 332e8d6164Steve Holme2016-06-041-1/+2
* win32: Used centralised verify windows version functionSteve Holme2016-06-043-108/+10
* win32: Added verify windows version functionalitySteve Holme2016-06-041-5/+130
* win32: Introduced centralised verify windows version functionSteve Holme2016-06-042-3/+61
* makefile.m32: add crypt32 for winssl buildsViktor Szakats2016-06-011-0/+4
* vtls: fix ssl session cache race conditionIvan Avdeev2016-06-0111-53/+117
* schannel: add CURLOPT_CERTINFO supportAndrew Kurushin2016-06-014-5/+34
* openssl: rename the private SSL_strerrorDaniel Stenberg2016-05-311-6/+6
* openssl: Use correct buffer sizes for error messagesMichael Kaufmann2016-05-311-8/+8
* URL parser: allow URLs to use one, two or three slashesDaniel Stenberg2016-05-301-5/+25
* cmake: Added missing mbedTLS supportRenaud Lehoux2016-05-301-0/+3
* mbedtls: removed unused variablesRenaud Lehoux2016-05-301-8/+0
* http: add CURLINFO_HTTP_VERSION and %{http_version}Frank Gevaerts2016-05-301-0/+16
* openssl: fix build with OPENSSL_NO_COMPMarcel Raad2016-05-301-2/+7