5446ed47 | 04-Feb-2007 |
Gisle Vanem |
Use correct 3rd argument for ioctlsocket() under Watt-32. |
a50414f5 | 04-Feb-2007 |
Gisle Vanem |
Use correct calling convention. |
fe7fa8e7 | 04-Feb-2007 |
Gisle Vanem |
Added DllMain() function for Watcom. |
6a175b42 | 04-Feb-2007 |
Gisle Vanem |
Suppress warning "'nread' might be used uninitialized in this function". |
a7748c20 | 04-Feb-2007 |
Gisle Vanem |
Constify argument to suburl(). Remove trailing space. |
8f87c15b | 03-Feb-2007 |
Daniel Stenberg |
some additional info |
82f52e5a | 03-Feb-2007 |
Yang Tse |
compiler warning fix |
67d2dd62 | 03-Feb-2007 |
Daniel Stenberg |
- Yang Tse fixed the cookie expiry date in several test cases that started to fail since they used "1 feb 2007"... - Manfred Schwarb reported that socks5 support was broken and help us
- Yang Tse fixed the cookie expiry date in several test cases that started to fail since they used "1 feb 2007"... - Manfred Schwarb reported that socks5 support was broken and help us pinpoint the problem. The code now tries harder to use httproxy and proxy where apppropriate, as not all proxies are HTTP...
show more ...
|
138b4f27 | 03-Feb-2007 |
Daniel Stenberg |
- Manfred Schwarb reported that socks5 support was broken and help us pinpoint the problem. The code now tries harder to use httproxy and proxy where apppropriate, as not all proxies are
- Manfred Schwarb reported that socks5 support was broken and help us pinpoint the problem. The code now tries harder to use httproxy and proxy where apppropriate, as not all proxies are HTTP...
show more ...
|
c26ec47e | 02-Feb-2007 |
Yang Tse |
compiler warning fix |
8337a375 | 02-Feb-2007 |
Yang Tse |
add debug messages for initialization failures |
8260243b | 02-Feb-2007 |
Yang Tse |
add missing strings for existing error codes |
ef6f24a7 | 02-Feb-2007 |
Yang Tse |
move DEBUGF macro definition to setup_once.h |
abe90019 | 02-Feb-2007 |
Daniel Stenberg |
prefer using the (upcoming) non-blocking libssh2 API |
c185cdf2 | 02-Feb-2007 |
Daniel Stenberg |
don't require OpenSSL for libssh2 linking to work, in preparation for upcoming libgcrypt-capable libssh2-versions |
f71c8c7d | 02-Feb-2007 |
Yang Tse |
fix leftover updating cookie expiration date |
d32f1390 | 02-Feb-2007 |
Yang Tse |
In testsuite, update test cookies expiration from 2007-Feb-1 to 2038-Feb-1 |
68f3c2ad | 02-Feb-2007 |
Yang Tse |
reported in bug: #1566077 the former URL mentioned in the generated cookie jar has died and we now instead point out our own version of that |
2a8e2edf | 02-Feb-2007 |
Yang Tse |
fix test case 62 which was failing due to cookies expiring 1 Feb 2007 |
401598c2 | 02-Feb-2007 |
Yang Tse |
more fixes for the testsuite cookie expiration issue |
d60848d0 | 02-Feb-2007 |
Yang Tse |
cookie expiration time got us with pants at our knees. Next time in 2038 :-) |
d2dd3d7e | 01-Feb-2007 |
Yang Tse |
compiler warning fix |
1c63ceb3 | 01-Feb-2007 |
Gisle Vanem |
Suppress the "'convbuf' might be used uninitialized in this function" warning. |
c2528318 | 01-Feb-2007 |
Yang Tse |
fogot to change Curl_mk_connc in header file |
54db98c2 | 01-Feb-2007 |
Yang Tse |
compiler warning fix |