- Jun 27, 2009
-
-
Dan Fandrich authored
-
- Jun 21, 2009
-
-
Yang Tse authored
Refactor how libraries are checked for connect() function, follow-up.
-
- Jun 20, 2009
-
-
Yang Tse authored
Refactor how libraries are checked for connect() function, and check for connect() as it is done for other functions.
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Guenter Knauf authored
-
- Jun 19, 2009
-
-
Michal Marek authored
-
Yang Tse authored
sclose() function-like macro definition used to close a socket, now solely based on HAVE_CLOSESOCKET and HAVE_CLOSESOCKET_CAMEL config file preprocessor definitions.
-
- Jun 18, 2009
-
-
Yang Tse authored
-
- Jun 17, 2009
-
-
Yang Tse authored
check for socket() and closesocket() as it is done for other functions
-
Yang Tse authored
socket() and closesocket() prototypes might be in socket.h
-
Yang Tse authored
check for socket() and closesocket() as it is done for other functions
-
Dan Fandrich authored
-
- Jun 16, 2009
-
-
Daniel Stenberg authored
(no newline translations). Use -B/--use-ascii if you rather get the ascii approach.
-
Michal Marek authored
provided in the url, add it there (squid needs this).
-
Yang Tse authored
-
- Jun 15, 2009
-
-
Guenter Knauf authored
-
Daniel Stenberg authored
This allows curl(1) to be used as a client-side tunnel for arbitrary stream protocols by abusing chunked transfer encoding in both the HTTP request and HTTP response. This requires server support for sending a response while a request is still being read, of course. If attempting to read from stdin returns EAGAIN, then we pause our sender. This leaves curl to attempt to read from the socket while reading from stdin (and thus sending) is paused.
-
Daniel Stenberg authored
pointed out!
-
Patrick Monnerat authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jun 13, 2009
-
-
Yang Tse authored
Remove HAVE_CONFIG_H definition from here, CFLAGS from common.dj already defines it.
-
Yang Tse authored
add default USE_CURLDEBUG setting
-
Yang Tse authored
initial step towards decoupling c-ares from libcurl for DOS
-
Yang Tse authored
improve usability with UNIX-like shells or a DOS command interpreters
-
Yang Tse authored
don't ignore these subdirs, they must be removed first
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
fix comment
-
- Jun 12, 2009
-
-
Yang Tse authored
Try to make more clear that --enable-curldebug has nothing to do with --enable-debug for this library.
-
Yang Tse authored
Revert last change, it is inappropriate.
-
Gisle Vanem authored
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
Fixed to take in account the different interpretation of double quootes on UNIX-like shells vs DOS-like command interpreters.
-
Yang Tse authored
include <limits.h> for INT_MAX definition
-
Yang Tse authored
fix compiler warning
-
- Jun 11, 2009