ef82da93 | 17-Jul-2006 |
Yang Tse |
"*connected" must be set to FALSE if trynextip() fails. |
06d05b18 | 17-Jul-2006 |
Daniel Stenberg |
Jari Sundell did some excellent research and bug tracking, figured out that we did wrong and patched it: When nodes were removed from the splay tree, and we didn't properly remove it from the
Jari Sundell did some excellent research and bug tracking, figured out that we did wrong and patched it: When nodes were removed from the splay tree, and we didn't properly remove it from the splay tree when an easy handle was removed from a multi stack and thus we could wrongly leave a node in the splay tree pointing to (bad) memory.
show more ...
|
431c4bd6 | 17-Jul-2006 |
Yang Tse |
tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, CURLSHOPT_UNLOCKFUNC and CURLSHOPT_USERDATA, so we now also have to check them here. |
f72c4e82 | 17-Jul-2006 |
Yang Tse |
Return NULL if argument is NULL. |
9c83a20a | 17-Jul-2006 |
Yang Tse |
Fix compiler warning "enumerated type mixed with another type" |
773bec5a | 17-Jul-2006 |
Yang Tse |
Fix compiler warning "enumerated type mixed with another type" |
f3c508f6 | 17-Jul-2006 |
Yang Tse |
Update error buffer size used for SSL_strerror() |
2aa47107 | 17-Jul-2006 |
Yang Tse |
Minor cleanup |
3b0a920f | 15-Jul-2006 |
Daniel Stenberg |
don't use 'new' in the proto |
daef1cf3 | 14-Jul-2006 |
Daniel Stenberg |
David McCreedy fixed a flaw where the CRLF counter wasn't properly cleared for FTP ASCII transfers. |
bd8d4637 | 14-Jul-2006 |
Yang Tse |
Fix compiler warning |
d2cefc14 | 14-Jul-2006 |
Yang Tse |
Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per RFC 3493. |
ccfce894 | 14-Jul-2006 |
Yang Tse |
Null terminate string in buffer before feeding it to strtol() |
700cd580 | 13-Jul-2006 |
Yang Tse |
Oops, missing "u" |
498aad85 | 13-Jul-2006 |
Yang Tse |
Change to meaningful var names and take care of a compiler warning on IRIX 6.5.22 MIPSPro C 7.3 64bit |
73f407b7 | 13-Jul-2006 |
Yang Tse |
Fix compiler warning. |
4be7dcba | 12-Jul-2006 |
Gisle Vanem |
Remove unneeded stuff. |
f0694c58 | 12-Jul-2006 |
Yang Tse |
Remove var not used. |
f90f0c98 | 12-Jul-2006 |
Yang Tse |
Log a message if not all data is sent. |
95aecc5d | 12-Jul-2006 |
Yang Tse |
Fix compiler warning: comparison between signed and unsigned |
f975fd03 | 12-Jul-2006 |
Yang Tse |
Read the return value of the swrite() macro and 'print' a message in case of failure. |
82728747 | 12-Jul-2006 |
Yang Tse |
Place parenthesis surrounding macro parameters so that the use of sread and swrite is more intuitive. |
86f4cead | 12-Jul-2006 |
Yang Tse |
sread now returns ssize_t |
88a1a10e | 12-Jul-2006 |
Yang Tse |
Pay attention when typecasting an operation |
624e6572 | 12-Jul-2006 |
Yang Tse |
sread now returns ssize_t |