- Jul 04, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
Markus Koetter provided a patch to avoid getnameinfo() usage which broke a couple of both IPv4 and IPv6 autobuilds.
-
- Jun 30, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to use the "standard" ENABLE_IPV6 one. Also, if port number cannot be figured out to connect to after a name resolve (due to it not being IPv4 or IPv6), that particular address will now simply be skipped.
-
- Jun 29, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
range if given colon-separated after the host name/address part. Like "192.168.0.1:2000-10000"
-
Daniel Stenberg authored
don't know how they got wrong in the first place, but using this output format makes it possible to quite easily separate the string into an array of multiple items.
-
- 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