- May 29, 2008
-
-
Daniel Stenberg authored
-
- May 27, 2008
-
-
Yang Tse authored
due to KfW's library header files exporting symbols/macros that should be kept private to the KfW library. See ticket #5601 at http://krbdev.mit.edu/rt/
-
- May 26, 2008
-
-
Daniel Stenberg authored
-
- May 24, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 23, 2008
-
-
Dan Fandrich authored
-
- May 22, 2008
-
-
Dan Fandrich authored
to curl_easy_setopt instead of long.
-
- May 19, 2008
-
-
Daniel Stenberg authored
to be more descriptive and finally set VERBOSE mode to 1 by default
-
- May 16, 2008
-
-
Daniel Stenberg authored
-
- May 15, 2008
-
-
Dan Fandrich authored
-
- May 12, 2008
-
-
Daniel Stenberg authored
and receive data over a connection previously setup with curl_easy_perform() and its CURLOPT_CONNECT_ONLY option. The sendrecv.c example was added to show how they can be used.
-
- May 09, 2008
-
-
Yang Tse authored
This also implies the removal of the winmm.lib dependency for WIN32.
-
- May 01, 2008
-
-
Daniel Stenberg authored
-
- Apr 30, 2008
-
-
-
Daniel Stenberg authored
redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now introduce the new CURLINFO_REDIRECT_URL option that lets applications extract the URL libcurl would've redirected to if it had been told to. This then enables the application to continue to that URL as it thinks is suitable, without having to re-implement the magic of creating the new URL from the Location: header etc. Test 1029 verifies it.
-
- Apr 23, 2008
-
-
Dan Fandrich authored
-
- Apr 22, 2008
-
-
Dan Fandrich authored
-
- Apr 21, 2008
-
-
Daniel Stenberg authored
-
- Apr 12, 2008
-
-
Daniel Stenberg authored
-
- Apr 10, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 09, 2008
-
-
Daniel Stenberg authored
-
- Apr 04, 2008
-
-
Dan Fandrich authored
-
- Apr 03, 2008
-
-
Dan Fandrich authored
example programs.
-
- Apr 02, 2008
-
-
Guenter Knauf authored
-
- Apr 01, 2008
-
-
Daniel Stenberg authored
-
- Mar 31, 2008
-
-
Daniel Stenberg authored
application to provide data for a multipart with the read callback. Note that the size needs to be provided with CURLFORM_CONTENTSLENGTH when the stream option is used. This feature is verified by the new test case 554. This feature was sponsored by Xponaut.
-
Dan Fandrich authored
normal build/install (only with the 'make check' target), so that a build failure in the examples isn't fatal.
-
- Mar 30, 2008
-
-
Daniel Stenberg authored
-
- Mar 25, 2008
-
-
Daniel Stenberg authored
functional if libcurl is built against OpenSSL
-
- Mar 13, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Mar 11, 2008
-
-
Daniel Stenberg authored
a "dummy" just to get things as fixed as possible in case we ever get the urge to change this to actually mean something.
-
Michal Marek authored
works in C mode atm (http://curl.haxx.se/mail/lib-2008-02/0267.html , http://curl.haxx.se/mail/lib-2008-02/0292.html )
-
- Mar 06, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
usage
-
- Feb 27, 2008
-
-
Daniel Stenberg authored
test code. Thanks to his curl_easy_setopt() typechecker work...
-
- Feb 23, 2008
-
-
Daniel Stenberg authored
-
- Feb 21, 2008
-
-
Guenter Knauf authored
Mentioned on the list by Michal Marek.
-
- Feb 20, 2008
-
-
Guenter Knauf authored
-