- Apr 10, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
when logging in), the operation will fail since libcurl does detect this and thus fails to issue the correct command: http://curl.haxx.se/bug/view.cgi?id=1693337
-
- Apr 04, 2007
-
-
Yang Tse authored
-
- Mar 31, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 29, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Mar 25, 2007
-
-
Daniel Stenberg authored
recently
-
Daniel Stenberg authored
one over to KNOWN_BUGS
-
- Mar 23, 2007
-
-
Dan Fandrich authored
plus made --pass work on an SSH private key as well.
-
- Mar 22, 2007
-
-
Daniel Stenberg authored
-
- Mar 17, 2007
-
-
Gisle Vanem authored
Dependencies are now put in external file depend.dj.
-
- Mar 12, 2007
-
-
Daniel Stenberg authored
-
- Mar 11, 2007
-
-
- Mar 10, 2007
-
-
Daniel Stenberg authored
1) the progress callback gets called more frequently (at times) 2) libcurl *might* call the callback when it receives a signal
-
- Mar 09, 2007
-
-
Dan Fandrich authored
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features.
-
- Mar 01, 2007
-
-
Daniel Stenberg authored
-
- Feb 28, 2007
-
-
Daniel Stenberg authored
-
- Feb 27, 2007
-
-
Daniel Stenberg authored
specific SSL library that might be used, and I cut out the closepolicy stuff that we no longer support
-
- Feb 23, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-v, --trace and --trace-ascii, since it could really confuse the user. Clarified this fact in the man page.
-
- Feb 22, 2007
-
-
Daniel Stenberg authored
there is an environment variable set)
-
- Feb 20, 2007
-
-
Linus Nielsen authored
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
-
Linus Nielsen authored
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
-
- Feb 19, 2007
-
-
Daniel Stenberg authored
AC_PATH_PROG was not used properly.
-
Daniel Stenberg authored
5).
-
- Feb 18, 2007
-
-
Daniel Stenberg authored
the multi interface and connection re-use that could make a curl_multi_remove_handle() ruin a pointer in another handle. The second problem was less of an actual problem but more of minor quirk: the re-using of connections wasn't properly checking if the connection was marked for closure.
-
- Feb 14, 2007
-
-
Dan Fandrich authored
-
- Feb 12, 2007
-
-
Daniel Stenberg authored
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/
-
Daniel Stenberg authored
to the debug callback. - Shmulik Regev added CURLOPT_HTTP_CONTENT_DECODING and CURLOPT_HTTP_TRANSFER_DECODING that if set to zero will disable libcurl's internal decoding of content or transfer encoded content. This may be preferable in cases where you use libcurl for proxy purposes or similar. The command line tool got a --raw option to disable both at once.
-
- Feb 11, 2007
-
-
Daniel Stenberg authored
instead focus on explaining on how the libs differ from each other
-
Daniel Stenberg authored
-
- Feb 10, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 05, 2007
-
-
Daniel Stenberg authored
and CURLOPT_CONNECTTIMEOUT_MS that, as their names should hint, do the timeouts with millisecond resolution instead. The only restriction to that is the alarm() (sometimes) used to abort name resolves as that uses full seconds. I fixed the FTP response timeout part of the patch. Internally we now count and keep the timeouts in milliseconds but it also means we multiply set timeouts with 1000. The effect of this is that no timeout can be set to more than 2^31 milliseconds (on 32 bit systems), which equals 24.86 days. We probably couldn't before either since the code did *1000 on the timeout values on several places already.
-
- Feb 03, 2007
-
-
Daniel Stenberg authored
-
- Jan 28, 2007
-
-
Daniel Stenberg authored
-
- Jan 27, 2007
-
-
Daniel Stenberg authored
platforms.
-
- Jan 26, 2007
-
-
Guenter Knauf authored
-