- Nov 25, 2006
-
-
Yang Tse authored
-
- Nov 24, 2006
-
-
Yang Tse authored
as appropriate for platforms that don't have autotools support
-
- Nov 07, 2006
-
-
Gisle Vanem authored
-
- Nov 03, 2006
-
-
Yang Tse authored
-
- Oct 31, 2006
-
-
Gisle Vanem authored
-
- Oct 20, 2006
-
-
Yang Tse authored
the definitions for the return type and arguments types of functions recv() and send().
-
- Oct 19, 2006
-
-
Daniel Stenberg authored
data is actually shown on screen. Like when you do 'curl -v host' with data and debug info sent to the same terminal.
-
- Oct 18, 2006
- Oct 17, 2006
-
-
Daniel Stenberg authored
could very well cause a negate number get passed in and thus cause reading outside of the array usually used for this purpose. We avoid this by using the uppercase macro versions introduced just now that does some extra crazy typecasts to avoid byte codes > 127 to cause negative int values.
-
- Oct 14, 2006
-
-
Yang Tse authored
-
- Oct 13, 2006
-
-
Dan Fandrich authored
to the CURLOPT_DEBUGFUNCTION callback has been fixed (it was erroneously included as part of the header). A message was also added to the command line tool to show when data is being sent, enabled when --verbose is used.
-
- Oct 12, 2006
-
-
Daniel Stenberg authored
-
- Oct 11, 2006
-
-
Yang Tse authored
-
- Oct 09, 2006
-
-
Daniel Stenberg authored
-
- Oct 06, 2006
-
-
Guenter Knauf authored
-
- Sep 30, 2006
-
-
Daniel Stenberg authored
-
- Sep 24, 2006
-
-
Daniel Stenberg authored
-
- Sep 23, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
encrypt the control connection and use the data connection "plain".
-
- Sep 13, 2006
-
-
Yang Tse authored
-
- Sep 12, 2006
-
-
Yang Tse authored
-
- Sep 11, 2006
-
-
Daniel Stenberg authored
handle that is part of a multi handle first removes the handle from the stack. - Added CURLOPT_SSL_SESSIONID_CACHE and --no-sessionid to disable SSL session-ID re-use on demand since there obviously are broken servers out there that misbehave with session-IDs used.
-
- Aug 16, 2006
-
-
Dan Fandrich authored
-
- Aug 09, 2006
-
-
Guenter Knauf authored
-
- Aug 07, 2006
-
-
Yang Tse authored
-
- Aug 04, 2006
-
-
Yang Tse authored
HAVE_WINDOWS_H, HAVE_WINSOCK_H, HAVE_WINSOCK2_H, neither HAVE_WS2TCPIP_H when __CYGWIN__ is defined.
-
- Jul 31, 2006
-
-
Yang Tse authored
-
- Jul 26, 2006
-
-
Daniel Stenberg authored
control and data connection, as the existing --ftp-ssl option only requests it.
-
- Jul 25, 2006
-
-
Daniel Stenberg authored
tool option named --ftp-alternative-to-user. It provides a mean to send a particular command if the normal USER/PASS approach fails.
-
Yang Tse authored
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
-
Gisle Vanem authored
-
- Jul 19, 2006
-
-
Dan Fandrich authored
file: URLs only.
-
Yang Tse authored
-
- Jul 11, 2006
-
-
Yang Tse authored
-
Dan Fandrich authored
in libcurl as well, if necessary.
-
- Jul 05, 2006
-
-
Yang Tse authored
Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows headers when compiled with Cygwin in POSIX emulation mode.
-
- Jun 22, 2006
-
-
Daniel Stenberg authored
CURLOPT_MAX_RECV_SPEED_LARGE that limit tha maximum rate libcurl is allowed to send or receive data. This kind of adds the the command line tool's option --limit-rate to the library. The rate limiting logic in the curl app is now removed and is instead provided by libcurl itself. Transfer rate limiting will now also work for -d and -F, which it didn't before.
-
- Jun 19, 2006
-
-
Daniel Stenberg authored
-
- Jun 08, 2006
-
-
Daniel Stenberg authored
-