summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* memdebug: fix MSVC crash with -DMEMDEBUG_LOG_SYNCGisle Vanem2016-05-301-1/+1
* loadlibrary: Only load system DLLs from the system directorySteve Holme2016-05-306-7/+179
* ssh: fix version number check typoDaniel Stenberg2016-05-301-1/+1
* ssh: fix build for libssh2 before 1.2.6Daniel Stenberg2016-05-291-1/+9
* mbedtls: fix includes so snprintf() worksDaniel Stenberg2016-05-241-3/+2
* checksrc.pl: Added variants of strcat() & strncat() to banned function listSteve Holme2016-05-231-1/+1
* smtp: minor ident (white space) fixesDaniel Stenberg2016-05-231-8/+8
* openssl: cleanup must free compression methodsJay Satiro2016-05-201-0/+5
* curl_multibyte: fix compiler errorGisle Vanem2016-05-201-0/+2
* openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0Daniel Stenberg2016-05-191-4/+4
* http2: use HTTP/2 in the HTTP/1.1-alike headerDaniel Stenberg2016-05-191-1/+1
* schannel: fix compile break with MSVC XP toolsetMarcel Raad2016-05-181-1/+1
* mbedtls/polarssl: set "hostname" unconditionallyDaniel Stenberg2016-05-172-14/+12
* openssl: get_cert_chain: fix NULL dereferenceDaniel Stenberg2016-05-171-3/+5
* openssl: get_cert_chain: avoid NULL dereferenceDaniel Stenberg2016-05-171-3/+5
* dprintf_formatf: fix (false?) Coverity warningDaniel Stenberg2016-05-171-55/+58
* ftp: fix incorrect out-of-memory code in Curl_pretransferJay Satiro2016-05-151-1/+1
* ftp wildcard: segfault due to init only in multi_performDaniel Stenberg2016-05-153-15/+16
* darwinssl.c: fix OS X codename typo in commentViktor Szakats2016-05-131-1/+1
* mprintf: Fix processing of width and prec argsJay Satiro2016-05-131-20/+40
* ConnectionExists: follow-up fix for proxy re-useMichael Kaufmann2016-05-131-17/+17
* darwinssl: fix certificate verification disable on OS X 10.8Per Malmberg2016-05-121-4/+11