Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-09 | libcurl-thread.3: also mention threaded-resolver | Daniel Stenberg | |
Reported-by: Alex Bligh Bug: https://curl.haxx.se/mail/lib-2017-04/0044.html | |||
2017-04-08 | CURLINFO_SCHEME.3: fix variable type | Jay Satiro | |
- Change documented param type to char ** from incorrect long *. | |||
2017-04-08 | INSTALL.md: fix secure transport configure arguments | Marcel Raad | |
--without-ssl is needed instead of --with-winssl. | |||
2017-04-07 | BUGS: "Bugs in old versions" | Daniel Stenberg | |
2017-04-06 | INSTALL.cmake: more problems | Daniel Stenberg | |
and mention specific issues where they are discussed | |||
2017-04-04 | docs: minor typo in write-out.d | Richlv | |
Closes #1382 | |||
2017-04-03 | docs: added examples for CURLINFO_FILETIME.3 and CURLOPT_FILETIME.3 | Daniel Stenberg | |
2017-03-31 | fail-early.d: fix typos | Jay Satiro | |
2017-03-31 | docs: Explain --fail-early does not imply --fail | Jay Satiro | |
Closes https://github.com/curl/curl/pull/1375 | |||
2017-03-31 | docs/index.html: removed, was not shipped anyway | Daniel Stenberg | |
2017-03-31 | dist: add missing files to the tarball | Daniel Stenberg | |
2017-03-30 | cmake: fix build with cmake 2.8.12.2 | Peter Wu | |
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 | |||
2017-03-30 | cmake: add cmake file in docs/libcurl/opts/ to dist | Daniel Stenberg | |
2017-03-30 | cmake: add more missing files to the dist | Daniel Stenberg | |
2017-03-30 | docs/Makefile.am: include CMakeLists.txt in the dist tarball | Daniel Stenberg | |
2017-03-29 | KNOWN_BUGS: typo | madblobfish | |
Closes #1364 | |||
2017-03-29 | make: use the variable MAKE for recursive calls | Maksim Stsepanenka | |
Closes #1366 | |||
2017-03-28 | examples/fopen: checksrc compliance | Jay Satiro | |
2017-03-26 | spelling fixes | klemens | |
Closes #1356 | |||
2017-03-23 | asiohiper: make sure socket is open in event_cb | Edward Kimmel | |
Send curl_socket_t to event_cb and make sure it hasn't been closed yet. Closes https://github.com/curl/curl/pull/1318 | |||
2017-03-22 | CURLINFO_PRIMARY_IP.3: add example | Daniel Stenberg | |
2017-03-21 | mbedtls: add support for CURLOPT_SSL_CTX_FUNCTION | Ales Mlakar | |
Ref: https://curl.haxx.se/mail/lib-2017-02/0097.html Closes https://github.com/curl/curl/pull/1272 | |||
2017-03-21 | cmake: add support for building HTML and PDF docs | Peter Wu | |
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 | |||
2017-03-21 | cmake: build manual pages (including curl.1) | Peter Wu | |
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 | |||
2017-03-21 | docs: split file lists into Makefile.inc | Peter Wu | |
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 | |||
2017-03-21 | examples: comment typos in http2 examples | Daniel Stenberg | |
2017-03-21 | CONTRIBUTE: mention referring to github issues in commit msgs | Daniel Stenberg | |
2017-03-16 | CURLINFO_LOCAL_PORT.3: fix typo | Jay Satiro | |
2017-03-16 | CURLINFO_LOCAL_PORT.3: added example | Daniel Stenberg | |
2017-03-16 | SSLCERTS.md: mention HTTPS proxies and their separate options | Daniel Stenberg | |
2017-03-15 | BINDINGS: a Delphi binding | Daniel Stenberg | |
2017-03-14 | KNOWN_BUGS: remove libidn related issue | Daniel Stenberg | |
... as we no longer use libidn | |||
2017-03-13 | RELEASE-NOTES: synced with c25e0761d0fc49c4 | Daniel Stenberg | |
2017-03-13 | make: regenerate docs/curl.1 by runinng make in docs | Daniel Stenberg | |
... 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 | |||
2017-03-12 | url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS | Desmond O. Chang | |
- 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 | |||
2017-03-11 | cmdline-opts: fixed a few typos | Dan Fandrich | |
2017-03-09 | tls-max.d: added to the makefile | Dan Fandrich | |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik | |
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 | |||
2017-03-08 | MANPAGE: clarify the dash situation in meta data | Daniel Stenberg | |
2017-03-08 | insecure.d: clarify that this is for server connections | Daniel Stenberg | |
Assisted-by: Ray Satiro Bug: https://curl.haxx.se/mail/lib-2017-03/0002.html | |||
2017-03-07 | maketgz: Run updatemanpages.pl to update man pages | Steve Brokenshire | |
maketgz now runs scripts/updatemanpages.pl to update the man pages .TH section to use the current date and curl/libcurl version. (TODO Section 3.1) Closes #1058 | |||
2017-03-07 | gitignore: Ignore man page dist files | Steve Brokenshire | |
Ignore man page dist files generated by scripts/updatemanpages.pl | |||
2017-03-07 | Makefile.am: Remove distribution man pages when running 'make clean' | Steve Brokenshire | |
2017-03-06 | KNOWN_BUGS: Add DarwinSSL won't import PKCS#12 without a password | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/1308 Reported-by: Justin Clift | |||
2017-03-06 | BINDINGS: update the Lua-cURL URL | Daniel Stenberg | |
2017-03-06 | BINDINGS: add Scilab binding | Sylvestre Ledru | |
Closes #1312 | |||
2017-03-06 | BINDINGS: add go-curl and perl6-net-curl | Daniel Stenberg | |
Reported-by: Peter Pentchev | |||
2017-03-06 | BINDINGS: add misssing C++ bindings | Daniel Stenberg | |
Reported-by: Giuseppe Persico | |||
2017-03-05 | CMake: Set at most one SSL library | Michael Maltese | |
Ref: https://github.com/curl/curl/pull/1228 | |||
2017-03-04 | CURLOPT_SSL_CTX_FUNCTION.3: Fix EXAMPLE formatting errors | Jay Satiro | |
.. also document that CURLE_NOT_BUILT_IN is a RETURN VALUE. Ref: https://github.com/curl/curl/pull/1290 |