- Apr 19, 2017
-
-
Daniel Stenberg authored
-
- Apr 10, 2017
-
-
Dan Fandrich authored
-
- Apr 09, 2017
-
-
Daniel Stenberg authored
Reported-by: Alex Bligh Bug: https://curl.haxx.se/mail/lib-2017-04/0044.html
-
- Apr 08, 2017
-
-
Jay Satiro authored
- Change documented param type to char ** from incorrect long *.
-
Marcel Raad authored
--without-ssl is needed instead of --with-winssl.
-
- Apr 07, 2017
-
-
Daniel Stenberg authored
-
- Apr 06, 2017
-
-
Daniel Stenberg authored
and mention specific issues where they are discussed
-
- Apr 04, 2017
-
-
Richlv authored
Closes #1382
-
- Apr 02, 2017
-
-
Daniel Stenberg authored
-
- Apr 01, 2017
-
-
Jay Satiro authored
-
- Mar 31, 2017
-
-
Jay Satiro authored
Closes https://github.com/curl/curl/pull/1375
-
- Mar 30, 2017
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Peter Wu authored
For some reason, CMake 2.8.12.2 did not expand the list argument in a single DEPENDS argument. Remove the quotes, so it gets expanded into multiple arguments for add_custom_command and add_custom_target. Fixes https://github.com/curl/curl/issues/1370 Closes #1372
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 29, 2017
-
-
Daniel Stenberg authored
-
madblobfish authored
Closes #1364
-
Maksim Stsepanenka authored
Closes #1366
-
- Mar 28, 2017
-
-
Jay Satiro authored
-
- Mar 26, 2017
-
-
klemens authored
Closes #1356
-
- Mar 23, 2017
-
-
Edward Kimmel authored
Send curl_socket_t to event_cb and make sure it hasn't been closed yet. Closes https://github.com/curl/curl/pull/1318
-
- Mar 22, 2017
-
-
Daniel Stenberg authored
-
- Mar 21, 2017
-
-
Peter Wu authored
Note that for some reason there is this warning (that also exists with autotools, added since curl-7_15_1-94-ga718cb05f): docs/libcurl/curl_multi_socket_all.3:1: can't open `man3/curl_multi_socket.3': No such file or directory Additionally, adjust the roffit --mandir option to support creating links when doing out-of-tree builds. Ref: https://github.com/curl/curl/pull/1288
-
Peter Wu authored
Also make Perl mandatory to allow building the docs. While CMakeLists.txt could probably read the list of manual pages from Makefile.am, actually putting those in CMakeLists.txt is cleaner so that is what is done here. Fixes #1230 Ref: https://github.com/curl/curl/pull/1288
-
Peter Wu authored
For easier sharing with CMake. The contents were reformatted to use two-space indent and expanded tabs (matching lib/Makefile.common). Ref: https://github.com/curl/curl/pull/1288
-
Daniel Stenberg authored
-
- Mar 20, 2017
-
-
Daniel Stenberg authored
-
- Mar 16, 2017
-
-
Jay Satiro authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 15, 2017
-
-
Daniel Stenberg authored
-
- Mar 14, 2017
-
-
Daniel Stenberg authored
... as we no longer use libidn
-
- Mar 13, 2017
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... previously, docs/ was only a dist subdir, now also a build subdir. Reported-by: Dan Fandrich Bug: https://curl.haxx.se/mail/lib-2017-03/0017.html
-
- Mar 12, 2017
-
-
Desmond O. Chang authored
- Add new option CURLOPT_SUPPRESS_CONNECT_HEADERS to allow suppressing proxy CONNECT response headers from the user callback functions CURLOPT_HEADERFUNCTION and CURLOPT_WRITEFUNCTION. - Add new tool option --suppress-connect-headers to expose CURLOPT_SUPPRESS_CONNECT_HEADERS and allow suppressing proxy CONNECT response headers from --dump-header and --include. Assisted-by: Jay Satiro Assisted-by: <CarloCannas@users.noreply.github.com> Closes https://github.com/curl/curl/pull/783
-
- Mar 11, 2017
-
-
Dan Fandrich authored
-
- Mar 09, 2017
-
-
Dan Fandrich authored
-
- Mar 08, 2017
-
-
Jozef Kralik authored
This commit introduces the CURL_SSLVERSION_MAX_* constants as well as the --tls-max option of the curl tool. Closes https://github.com/curl/curl/pull/1166
-