| Commit message (Expand) | Author | Age | Files | Lines |
* | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | 2016-06-22 | 124 | -871/+841 |
* | headers: forward declare CURL, CURLM and CURLSH as structs | Daniel Stenberg | 2016-06-22 | 2 | -4/+4 |
* | vtls: Only call add/getsession if session id is enabled | Jay Satiro | 2016-06-22 | 9 | -243/+283 |
* | curl.1: the used progress meter suffix is k in lower case | Daniel Stenberg | 2016-06-22 | 1 | -1/+1 |
* | cmake: now using BUILD_TESTING=ON/OFF | Sergei Nikulov | 2016-06-21 | 3 | -8/+50 |
* | cleanup: fix method names in code comments | Michael Kaufmann | 2016-06-21 | 2 | -4/+4 |
* | curl-compilers.m4: improve detection of GCC's -fvisibility= flag | Kamil Dudka | 2016-06-21 | 2 | -2/+3 |
* | tests: fix the HTTP/2 tests | Daniel Stenberg | 2016-06-19 | 6 | -14/+16 |
* | openssl: use more 'const' to fix build warnings with 1.1.0 branch | Daniel Stenberg | 2016-06-19 | 1 | -18/+21 |
* | curl.1: missed 'T' in the progress unit suffixes | Daniel Stenberg | 2016-06-17 | 1 | -1/+1 |
* | curl.1: mention the unix for the progress meter | Daniel Stenberg | 2016-06-17 | 1 | -1/+4 |
* | os400: add new definitions to ILE/RPG binding. | Patrick Monnerat | 2016-06-16 | 1 | -1/+10 |
* | openssl: fix cert check with non-DNS name fields present | Daniel Stenberg | 2016-06-16 | 1 | -7/+20 |
* | axtls: Use Curl_wait_ms instead of the less-portable usleep | Dan Fandrich | 2016-06-16 | 1 | -1/+1 |
* | axtls: Fixed compile after compile 31c521b0 | Dan Fandrich | 2016-06-16 | 1 | -2/+2 |
* | tests: Added HTTP proxy keywords to tests 1141 & 1142 | Dan Fandrich | 2016-06-15 | 2 | -0/+2 |
* | cmake: Fix build with winldap | Sergei Nikulov | 2016-06-15 | 1 | -64/+63 |
* | CURLOPT_POSTFIELDS.3: Clarify what happens when set empty | Jay Satiro | 2016-06-11 | 1 | -7/+6 |
* | curl_multi_socket_action.3: Fix rewording | Michael Wallner | 2016-06-09 | 1 | -1/+1 |
* | resolve: enable protocol family logic for synthesized IPv6 | Luo Jinghua | 2016-06-07 | 1 | -2/+3 |
* | resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOS | Luo Jinghua | 2016-06-07 | 5 | -2/+69 |
* | tests: two more HTTP/2 tests | Daniel Stenberg | 2016-06-06 | 3 | -1/+162 |
* | runtests: don't display logs when http2 server fails to start | Daniel Stenberg | 2016-06-06 | 1 | -1/+0 |
* | runtests: make stripfile work on stdout as well | Daniel Stenberg | 2016-06-06 | 4 | -8/+29 |
* | http2-tests: test1700 is the first real HTTP/2 test | Daniel Stenberg | 2016-06-06 | 5 | -3/+252 |
* | RELEASE-NOTES: synced with 34855feeb4c299 | Daniel Stenberg | 2016-06-06 | 1 | -3/+14 |
* | schannel: Disable ALPN on Windows < 8.1 | Steve Holme | 2016-06-06 | 1 | -4/+13 |
* | checksrc: Add LoadLibrary to the banned functions list | Jay Satiro | 2016-06-05 | 2 | -2/+11 |
* | http: Fix HTTP/2 connection reuse | Jay Satiro | 2016-06-05 | 1 | -0/+7 |
* | connect.c: Fixed compilation warning from commit 332e8d6164 | Steve Holme | 2016-06-04 | 1 | -1/+2 |
* | win32: Used centralised verify windows version function | Steve Holme | 2016-06-04 | 3 | -108/+10 |
* | win32: Added verify windows version functionality | Steve Holme | 2016-06-04 | 1 | -5/+130 |
* | win32: Introduced centralised verify windows version function | Steve Holme | 2016-06-04 | 2 | -3/+61 |
* | tool_urlglob: fix off-by-one error in glob_parse() | Kamil Dudka | 2016-06-03 | 2 | -1/+3 |
* | libcurl-multi.3: fix small typo | Benjamin Kircher | 2016-06-01 | 1 | -1/+1 |
* | makefile.m32: add crypt32 for winssl builds | Viktor Szakats | 2016-06-01 | 2 | -0/+8 |
* | vtls: fix ssl session cache race condition | Ivan Avdeev | 2016-06-01 | 11 | -53/+117 |
* | schannel: add CURLOPT_CERTINFO support | Andrew Kurushin | 2016-06-01 | 7 | -8/+39 |
* | RELEASE-NOTES: synced with 142ee9fa15002315 | Daniel Stenberg | 2016-05-31 | 1 | -3/+19 |
* | openssl: rename the private SSL_strerror | Daniel Stenberg | 2016-05-31 | 1 | -6/+6 |
* | openssl: Use correct buffer sizes for error messages | Michael Kaufmann | 2016-05-31 | 1 | -8/+8 |
* | curl: fix -q [regression] | Daniel Stenberg | 2016-05-31 | 1 | -1/+1 |
* | URL parser: allow URLs to use one, two or three slashes | Daniel Stenberg | 2016-05-30 | 5 | -6/+200 |
* | cmake: Added missing mbedTLS support | Renaud Lehoux | 2016-05-30 | 1 | -0/+3 |
* | mbedtls: removed unused variables | Renaud Lehoux | 2016-05-30 | 1 | -8/+0 |
* | http: add CURLINFO_HTTP_VERSION and %{http_version} | Frank Gevaerts | 2016-05-30 | 7 | -2/+104 |
* | bump: start the journey toward 7.50.0 | Daniel Stenberg | 2016-05-30 | 2 | -40/+12 |
* | openssl: fix build with OPENSSL_NO_COMP | Marcel Raad | 2016-05-30 | 1 | -2/+7 |
* | memdebug: fix MSVC crash with -DMEMDEBUG_LOG_SYNC | Gisle Vanem | 2016-05-30 | 1 | -1/+1 |
* | README.md: polish | Jonathan | 2016-05-30 | 1 | -6/+6 |