- Sep 06, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 05, 2009
-
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
done!
-
Guenter Knauf authored
-
Guenter Knauf authored
changed u_int16_t to unsigned short because it is the only place within ares and curl where such a type would be used; also it broke many autobuilds. We should probably introduce an ares_port_t if we want to use a type here.
-
Gisle Vanem authored
-
Gisle Vanem authored
Added 'ares_parse_srv_reply.obj'. Added definition of 'u_int16_t'. This is I don't like; we should not depend on such non-universal types in a public header. But this is just a quick fix.
-
- Sep 04, 2009
-
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 03, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
for a better API to date parsing than the external API is
-
- Sep 02, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
errors.
-
Daniel Stenberg authored
pkg-config first before the "normal" one (if cross-compiling)
-
Daniel Stenberg authored
going on
-
- Sep 01, 2009
-
-
Daniel Stenberg authored
in normal tests and is annoying
-
Daniel Stenberg authored
libcurl to resolve 'localhost' whatever name you use in the URL *if* you set the --interface option to (exactly) "LocalHost". This will enable us to write tests for custom hosts names but still use a local host server.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
test script
-
Daniel Stenberg authored
when cross-compiling. The key to success is then you properly setup PKG_CONFIG_PATH before invoking configure. I also improved how NSS is detected by trying nss-config if pkg-config isn't present, and as a last resort just use the lib name and force the user to setup the LIBS/LDFLAGS/CFLAGS etc properly. The previous last resort would add a range of various libs that would almost never be quite correct.
-
- Aug 31, 2009
-
-
Daniel Stenberg authored
sends the 220 response or otherwise is dead slow, libcurl will not acknowledge the connection timeout during that phase but only the "real" timeout - which may surprise users as it is probably considered to be the connect phase to most people. Brought up (and is being misunderstood) in: http://curl.haxx.se/bug/view.cgi?id=2844077
-
Daniel Stenberg authored
QUOTE commands and the request used the same path as the connection had already changed to, it would decide that no commands would be necessary for the "DO" action and that was not handled properly but libcurl would instead hang.
-
Patrick Monnerat authored
-
Patrick Monnerat authored
-
Guenter Knauf authored
it breaks almost all autobuilds.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Aug 30, 2009
-
-
Guenter Knauf authored
-
- Aug 29, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-