| Commit message (Expand) | Author | Age | Files | Lines |
* | - bug report #2779245 (http://curl.haxx.se/bug/view.cgi?id=2779245) by Rainer | Daniel Stenberg | 2009-04-23 | 1 | -1/+3 |
* | mention the '-o -' trick | Daniel Stenberg | 2009-02-27 | 1 | -1/+2 |
* | clarified the FTP passive/active mode options somewhat | Daniel Stenberg | 2009-02-20 | 1 | -10/+20 |
* | Fixed a typo (spotted in the FreeBSD ports). | Dan Fandrich | 2009-02-04 | 1 | -1/+1 |
* | - Craig A West brought us: libcurl now defaults to do CONNECT with HTTP | Daniel Stenberg | 2009-02-02 | 1 | -0/+7 |
* | - Markus Moeller introduced two new options to libcurl: | Daniel Stenberg | 2009-01-28 | 1 | -1/+16 |
* | - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option. | Daniel Stenberg | 2009-01-25 | 1 | -1/+8 |
* | - Anthony Bryan provided a set of patches that cleaned up manual language, | Daniel Stenberg | 2008-12-22 | 1 | -46/+46 |
* | --ftp-method was added in 7.15.1. This mention ends up a bit oddly formatted | Daniel Stenberg | 2008-10-29 | 1 | -0/+1 |
* | Update docs now that SFTP supports file ranges. | Dan Fandrich | 2008-10-09 | 1 | -5/+6 |
* | Checked in some grammatical and minor other fixes in the documentation and | Dan Fandrich | 2008-09-10 | 1 | -113/+114 |
* | Mike Revi discovered some swapped speed switches documented in the curl man | Dan Fandrich | 2008-09-09 | 1 | -3/+3 |
* | - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renames | Daniel Stenberg | 2008-09-05 | 1 | -0/+7 |
* | the .netrc curl checks for is called _netrc on windows bug report #2061610 | Daniel Stenberg | 2008-08-20 | 1 | -3/+3 |
* | Added an edited version of Vincent Le Normand's documentation of SFTP quote | Dan Fandrich | 2008-08-20 | 1 | -4/+35 |
* | Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't | Dan Fandrich | 2008-08-01 | 1 | -1/+2 |
* | - Made the curl tool's -w option support the %{ssl_verify_result} variable | Daniel Stenberg | 2008-07-30 | 1 | -0/+4 |
* | document the exit codes 82 and 83 that are new in 7.19.0 | Daniel Stenberg | 2008-07-11 | 1 | -0/+4 |
* | s/muse/must | Daniel Stenberg | 2008-07-10 | 1 | -1/+1 |
* | document --remote-name-all | Daniel Stenberg | 2008-07-10 | 1 | -1/+6 |
* | Introcuding a new timestamp for curl_easy_getinfo(): | Daniel Stenberg | 2008-07-03 | 1 | -2/+6 |
* | the next release is now called 7.19.0 | Daniel Stenberg | 2008-06-08 | 1 | -4/+4 |
* | - curl the tool now deals with its command line options somewhat differently! | Daniel Stenberg | 2008-06-08 | 1 | -91/+25 |
* | - To make it easier for applications that want lots of magic stuff done on | Daniel Stenberg | 2008-04-30 | 1 | -1/+7 |
* | --ftp-create-dirs works on SFTP as well | Dan Fandrich | 2008-03-13 | 1 | -3/+4 |
* | just mention in --cacert that curl normally has a default ca cert path built-in | Daniel Stenberg | 2008-02-18 | 1 | -3/+4 |
* | using anyauth isn't unconditionally an extra roundtrip | Daniel Stenberg | 2008-01-25 | 1 | -5/+5 |
* | Michal Marek's improved .curlrc syntax description | Daniel Stenberg | 2008-01-15 | 1 | -4/+8 |
* | Eric Landes provided the patch (edited by me) that introduces the | Daniel Stenberg | 2008-01-12 | 1 | -3/+11 |
* | Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it | Daniel Stenberg | 2008-01-11 | 1 | -3/+3 |
* | Introducing curl_easy_pause() and new magic return codes for both the read | Daniel Stenberg | 2008-01-08 | 1 | -4/+4 |
* | Based on further discussion on curl-library, I reverted yesterday's SOCKS5 | Daniel Stenberg | 2008-01-05 | 1 | -5/+5 |
* | Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the | Daniel Stenberg | 2008-01-04 | 1 | -2/+13 |
* | Richard Atterer brought a patch that added support for SOCKS4a proxies, which | Daniel Stenberg | 2008-01-02 | 1 | -1/+9 |
* | --libcurl was added in 7.16.1, a useful information | Daniel Stenberg | 2007-12-27 | 1 | -1/+2 |
* | -u addition: If you just give the user name (without entering a colon) curl | Daniel Stenberg | 2007-12-14 | 1 | -0/+3 |
* | Gilles Blanc made the curl tool enable SO_KEEPALIVE for the connections and | Daniel Stenberg | 2007-12-12 | 1 | -0/+5 |
* | Alessandro Vesely helped me improve the --data-urlencode's syntax, parser | Daniel Stenberg | 2007-11-22 | 1 | -35/+41 |
* | rephrased | Daniel Stenberg | 2007-11-20 | 1 | -3/+3 |
* | Introuced --data-urlencode to the curl tool for easier url encoding of the | Daniel Stenberg | 2007-11-20 | 1 | -0/+14 |
* | Chris Leighton: | Daniel Stenberg | 2007-10-13 | 1 | -1/+1 |
* | Documented error codes 77-80, and fixed the one for 60. | Dan Fandrich | 2007-10-09 | 1 | -1/+9 |
* | Michal Marek removed the no longer existing return codes from the curl.1 | Daniel Stenberg | 2007-10-09 | 1 | -26/+0 |
* | I renamed the CURLE_SSL_PEER_CERTIFICATE error code to | Daniel Stenberg | 2007-10-03 | 1 | -1/+1 |
* | Based on a patch brought by Johnny Luong, libcurl now offers | Daniel Stenberg | 2007-10-03 | 1 | -0/+5 |
* | document --post301, based on the phrasing in curl_easy_setopt.3 for | Daniel Stenberg | 2007-10-02 | 1 | -0/+7 |
* | Bad use of "its" replaceed with a rephrase. I noticed this flaw thanks to the | Daniel Stenberg | 2007-09-24 | 1 | -2/+2 |
* | --proxy-negotiate is added in 7.17.1 | Daniel Stenberg | 2007-09-21 | 1 | -3/+2 |
* | Mark Davies fixed Negotiate authentication over proxy, and also introduced | Daniel Stenberg | 2007-09-21 | 1 | -0/+11 |
* | Rob Crittenden provided an NSS update with the following highlights: | Daniel Stenberg | 2007-09-18 | 1 | -2/+7 |