- Nov 09, 2008
-
-
Daniel Stenberg authored
-
- Nov 05, 2008
-
-
Daniel Stenberg authored
-
- Oct 29, 2008
-
-
Daniel Stenberg authored
but I'm not in the mood to fight nroff right now...
-
- Oct 28, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Oct 22, 2008
-
-
Dan Fandrich authored
-
- Oct 17, 2008
-
-
Yang Tse authored
-
- Oct 16, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
make CURLOPT_PROXYUSERPWD sort of deprecated. The primary motive for adding these new options is that they have no problems with the colon separator that the CURLOPT_PROXYUSERPWD option does.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 14, 2008
-
-
Dan Fandrich authored
-
- Oct 09, 2008
-
-
Dan Fandrich authored
for spotting it).
-
Dan Fandrich authored
-
- Oct 08, 2008
-
-
Daniel Stenberg authored
curl_easy_setopt: CURLOPT_USERNAME and CURLOPT_PASSWORD that sort of deprecates the good old CURLOPT_USERPWD since they allow applications to set the user name and password independently and perhaps more importantly allow both to contain colon(s) which CURLOPT_USERPWD doesn't fully support.
-
- Oct 07, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 24, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 22, 2008
-
-
Dan Fandrich authored
-
- Sep 10, 2008
-
-
Dan Fandrich authored
examples that I found in the FreeBSD ports system.
-
- Sep 09, 2008
-
-
Dan Fandrich authored
page.
-
Dan Fandrich authored
-
- Sep 07, 2008
-
-
Daniel Stenberg authored
-
- Sep 06, 2008
- Sep 05, 2008
-
-
Daniel Stenberg authored
CURLOPT_POST301 (but adds a define for backwards compatibility for you who don't define CURL_NO_OLDIES). This option allows you to now also change the libcurl behavior for a HTTP response 302 after a POST to not use GET in the subsequent request (when CURLOPT_FOLLOWLOCATION is enabled). I edited the patch somewhat before commit. The curl tool got a matching --post302 option. Test case 1076 was added to verify this.
-
Daniel Stenberg authored
enabling this feature with CURLOPT_CERTINFO for a request using SSL (HTTPS or FTPS), libcurl will gather lots of server certificate info and that info can then get extracted by a client after the request has completed with curl_easy_getinfo()'s CURLINFO_CERTINFO option. Linus Nielsen Feltzing helped me test and smoothen out this feature. Unfortunately, this feature currently only works with libcurl built to use OpenSSL. This feature was sponsored by networking4all.com - thanks!
-
- Sep 01, 2008
-
-
Daniel Stenberg authored
-
- Aug 31, 2008
-
-
Yang Tse authored
-
- Aug 30, 2008
-
-
Yang Tse authored
-
- Aug 28, 2008
-
-
Dan Fandrich authored
-
- Aug 27, 2008
-
-
Daniel Stenberg authored
-
- Aug 24, 2008
-
-
Daniel Stenberg authored
CURLOPT_FAILONERROR with FTP to detect if a file exists or not, but it is not working: http://curl.haxx.se/mail/lib-2008-07/0295.html
-
- Aug 21, 2008
-
-
Daniel Stenberg authored
Server with the correct content-length. Sending a file with 511 or less bytes, content-length 512 is used. Sending a file with 513 - 1023 bytes, content-length 1024 is used. Files with a length of a multiple of 512 Bytes show the correct content-length. Only these files work for upload. http://curl.haxx.se/bug/view.cgi?id=2057858
-
- Aug 20, 2008
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
commands to the man pages.
-
- Aug 17, 2008
-
-
Gisle Vanem authored
-