- Feb 16, 2007
-
-
Daniel Stenberg authored
CURLOPT_RANGE back to no range on an easy handle when using FTP.
-
Daniel Stenberg authored
-
- Feb 15, 2007
-
-
Yang Tse authored
-
Yang Tse authored
making them available to any source code file which includes "setup.h". Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno (or equivalent) on this platform to hide platform details to code using it. Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno (or equivalent) on this platform to hide platform details to code using it.
-
Yang Tse authored
-
Yang Tse authored
build targets when --disable-verbose is specified.
-
Guenter Knauf authored
-
- Feb 14, 2007
- Feb 13, 2007
-
-
Daniel Stenberg authored
the left side of @ to make it short(er).
-
Daniel Stenberg authored
gmtime_r() like the older VC versions. He also made use of some machine- specific defines to differentiate the "OS" define.
-
Yang Tse authored
provide a suitable replacement for use in our ISBLANK macro
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse 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.
-
Daniel Stenberg authored
that has an easy handle present in the "closure" list pending closure.
-
- Feb 07, 2007
-
-
Daniel Stenberg authored
-
- Feb 06, 2007
-
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse 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.
-
Yang Tse authored
-
- Feb 04, 2007
-
-
Gisle Vanem authored
-
- Feb 03, 2007
-
-
Yang Tse authored
-
Daniel Stenberg authored
the problem. The code now tries harder to use httproxy and proxy where apppropriate, as not all proxies are HTTP...
-
- Feb 02, 2007
-
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
- Feb 01, 2007
-
-
Yang Tse authored
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jan 31, 2007
-
-
Yang Tse authored
-
- Jan 29, 2007
-
-
Gisle Vanem authored
-
Daniel Stenberg authored
header, you got _two_ User-Agent headers in the CONNECT request...! Added test case 287 to verify the fix.
-
Guenter Knauf authored
-