85e2e96f | 11-Jun-2002 |
Daniel Stenberg |
corrected the signal handler |
be35b3ad | 11-Jun-2002 |
Daniel Stenberg |
7.9.8-pre3 commit |
dbbd871e | 11-Jun-2002 |
Daniel Stenberg |
the disable protocol stuff is now added |
813911db | 11-Jun-2002 |
Daniel Stenberg |
more nonewline support |
3c49b405 | 11-Jun-2002 |
Daniel Stenberg |
Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups in case a timeout is set. This seems to work. God knows if it is good enough or what kind of side-effects we introduce
Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups in case a timeout is set. This seems to work. God knows if it is good enough or what kind of side-effects we introduce here and now. I'll close my eyes and cross my fingers. Hard.
show more ...
|
4cfffd6c | 11-Jun-2002 |
Daniel Stenberg |
cut up the string in more pieces for <512 bytes strings |
e9f1c12f | 11-Jun-2002 |
Daniel Stenberg |
removed accidentally added debug-code! |
4fe25284 | 11-Jun-2002 |
Daniel Stenberg |
ftp range downloads make us ignore the final status message as the server will most likely treat the download as failed as we might abort it pre-maturely |
109cbbe9 | 11-Jun-2002 |
Daniel Stenberg |
added test135 ftp byte-range download |
fd3881ea | 11-Jun-2002 |
Daniel Stenberg |
added --disable-[protocol] support |
08ef208f | 11-Jun-2002 |
Daniel Stenberg |
added disable-[protocol] support, largely provided by Miklos Nemeth |
8c45e2a6 | 11-Jun-2002 |
Daniel Stenberg |
Added disable-defines |
25dc5201 | 11-Jun-2002 |
Daniel Stenberg |
added multi.obj |
fc37ef9e | 11-Jun-2002 |
Daniel Stenberg |
make sure data->set.postfields is non-NULL before doing strlen() on the pointer. Bugs item #566835. |
11ba367f | 10-Jun-2002 |
Daniel Stenberg |
getaddrinfo() failures now show port number too in informational output |
78473f71 | 10-Jun-2002 |
Daniel Stenberg |
added a missing failf() for certain connect failures |
8b77f40f | 10-Jun-2002 |
Daniel Stenberg |
This fix MIGHT make us build nicely with OpenSSL 0.9.7. This fix is based on a patch from Jacob Meuser, input from G�tz Babin-Ebell and my own browsing of the latest include files. |
d8667165 | 10-Jun-2002 |
Daniel Stenberg |
Gautam Mani found a socket descriptor leak that happened when FTP transfers failed and you reinvoked curl_easy_perform(). |
307d0eff | 07-Jun-2002 |
Daniel Stenberg |
Added HAVE_SYS_TYPES_H |
b47b053e | 05-Jun-2002 |
Daniel Stenberg |
Gustaf Hui fixed curl_multi_remove_handle() to prevent a potential crash |
b79f01ca | 05-Jun-2002 |
Daniel Stenberg |
set HAVE_RAND_STATUS too |
0db227f5 | 05-Jun-2002 |
Daniel Stenberg |
hostcache_fixoffset() is now corrected to work on 64bit architectures Bug report #564585. |
ac48b388 | 04-Jun-2002 |
Daniel Stenberg |
more stuff since pre1 |
0cbb9365 | 03-Jun-2002 |
Daniel Stenberg |
indent like the other ones |
798b8c52 | 03-Jun-2002 |
Daniel Stenberg |
Christophe Espern wrote another binding! |