973d63f4 | 27-May-2006 |
Daniel Stenberg |
one modified proto and one removed proto |
405d98ee | 27-May-2006 |
Daniel Stenberg |
adapted to the new Curl_splayremovebyaddr() proto |
f8172496 | 27-May-2006 |
Daniel Stenberg |
Ifdef'ed out unused function, added lots of comments and renamed a few variables, simplified the splayprint function, modified Curl_splayremovebyaddr() to return error code. All in an effort
Ifdef'ed out unused function, added lots of comments and renamed a few variables, simplified the splayprint function, modified Curl_splayremovebyaddr() to return error code. All in an effort to track down the reported splay problem, but I've failed to do that so far...
show more ...
|
edb5444f | 27-May-2006 |
Daniel Stenberg |
reverted the previous .libs check for libs, but instead make mingw32 builds more similar to other configure builds (== use .la for libext and no binext) |
e877cb7b | 26-May-2006 |
Daniel Stenberg |
�scar Morales Viv� updated the libcurl.framework.make file. |
482b3ba7 | 26-May-2006 |
Daniel Stenberg |
long/int cleanup to silence picky compiler warnings |
752acedc | 25-May-2006 |
Daniel Stenberg |
Olaf St�ben fixed a bug that caused Digest authentication with md5-sess to fail. When using the md5-sess, the result was not Md5 encoded and Base64 transformed. |
fb88723a | 25-May-2006 |
Daniel Stenberg |
minor RFC updates, Dan Fandrich brought my attention to them |
37187370 | 25-May-2006 |
Daniel Stenberg |
better check for libs created in the .libs directory since libtool does this kind of magic |
3d3f056f | 24-May-2006 |
Daniel Stenberg |
added some missing items |
c60621c3 | 24-May-2006 |
Daniel Stenberg |
Copied the NO_UNDEFINED magic from libcurl to make this build fine again with libtool cross-compiled on linux with mingw32 |
606562aa | 24-May-2006 |
Daniel Stenberg |
Michael Wallner provided a patch that allows "SESS" to be set with CURLOPT_COOKIELIST, which then makes all session cookies get cleared. (slightly edited by me, and the re-indent in cookie.c
Michael Wallner provided a patch that allows "SESS" to be set with CURLOPT_COOKIELIST, which then makes all session cookies get cleared. (slightly edited by me, and the re-indent in cookie.c was also done by me)
show more ...
|
f689d06c | 24-May-2006 |
Daniel Stenberg |
make sure we pass a time_t * to localtime(), and the timeval struct members are not always time_t ones |
7cfd7f3f | 24-May-2006 |
Daniel Stenberg |
minor fix to make Curl_splayremove() return a NULL as "removed" in case nothing matched fine |
4a8dfb34 | 24-May-2006 |
Daniel Stenberg |
based on Tor Arntsen's fix, this should correct test case 271 to again run fine |
3752b3ae | 23-May-2006 |
Daniel Stenberg |
Fixed a shell script syntax error that all of a sudden started causing this script to fail on debian unstable (some specific bash version perhaps?) |
b81d41df | 23-May-2006 |
Daniel Stenberg |
David McCreedy's update |
dadf3f06 | 15-May-2006 |
Daniel Stenberg |
updated with more recent facts |
8ed0d567 | 14-May-2006 |
Daniel Stenberg |
The SOCKS connection codes don't properly acknowledge (connect) timeouts. |
d5e90413 | 11-May-2006 |
Daniel Stenberg |
The new ftpuploadresume.c example by Philip Bock |
d99c20f6 | 11-May-2006 |
Daniel Stenberg |
Ok, when checking for old-style SSLeay headers we cannot just use AC_CHECK_HEADERS() and the action-if-found since that action is run even if just one of the six headers is found and I just n
Ok, when checking for old-style SSLeay headers we cannot just use AC_CHECK_HEADERS() and the action-if-found since that action is run even if just one of the six headers is found and I just now fell over a case with a duplicate file name (a krb4 implementation with an err.h file). I converted the check to manually make sure three of the headers are present before considering them fine.
show more ...
|
973ed24d | 11-May-2006 |
Daniel Stenberg |
1 - allow much longer time for the test FTP server to startup and get verified 2 - store the time it took to verify it and allow that time to be used as %FTPTIME[23] in command lines to all
1 - allow much longer time for the test FTP server to startup and get verified 2 - store the time it took to verify it and allow that time to be used as %FTPTIME[23] in command lines to allow us to adjust better to slow hosts since test 190 failed on my slow solaris machine just because it hadn't gotten time to run all the way the test assumed all machines would reach before the time-out elapsed.
show more ...
|
5d5f5e3b | 11-May-2006 |
Daniel Stenberg |
make sure the LASTSOCKET check only checks for SSL status if the socket truly use SSL |
d9e14408 | 11-May-2006 |
Daniel Stenberg |
silence warning |
c9c5ce23 | 10-May-2006 |
Daniel Stenberg |
David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended checks on the to-be-returned socket to make sure it truly seems to be alive and well. For SSL connection it (only) use
David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended checks on the to-be-returned socket to make sure it truly seems to be alive and well. For SSL connection it (only) uses OpenSSL functions.
show more ...
|