History log of /curl/ (Results 26101 – 26125 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
973d63f427-May-2006 Daniel Stenberg

one modified proto and one removed proto

405d98ee27-May-2006 Daniel Stenberg

adapted to the new Curl_splayremovebyaddr() proto

f817249627-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 ...

edb5444f27-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)

e877cb7b26-May-2006 Daniel Stenberg

�scar Morales Viv� updated the libcurl.framework.make file.

482b3ba726-May-2006 Daniel Stenberg

long/int cleanup to silence picky compiler warnings

752acedc25-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.

fb88723a25-May-2006 Daniel Stenberg

minor RFC updates, Dan Fandrich brought my attention to them

3718737025-May-2006 Daniel Stenberg

better check for libs created in the .libs directory since libtool does this
kind of magic

3d3f056f24-May-2006 Daniel Stenberg

added some missing items

c60621c324-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

606562aa24-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 ...

f689d06c24-May-2006 Daniel Stenberg

make sure we pass a time_t * to localtime(), and the timeval struct members
are not always time_t ones

7cfd7f3f24-May-2006 Daniel Stenberg

minor fix to make Curl_splayremove() return a NULL as "removed" in case
nothing matched fine

4a8dfb3424-May-2006 Daniel Stenberg

based on Tor Arntsen's fix, this should correct test case 271 to again run
fine

3752b3ae23-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?)

b81d41df23-May-2006 Daniel Stenberg

David McCreedy's update

dadf3f0615-May-2006 Daniel Stenberg

updated with more recent facts

8ed0d56714-May-2006 Daniel Stenberg

The SOCKS connection codes don't properly acknowledge (connect) timeouts.

d5e9041311-May-2006 Daniel Stenberg

The new ftpuploadresume.c example by Philip Bock

d99c20f611-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 ...

973ed24d11-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 ...

5d5f5e3b11-May-2006 Daniel Stenberg

make sure the LASTSOCKET check only checks for SSL status if the socket
truly use SSL

d9e1440811-May-2006 Daniel Stenberg

silence warning

c9c5ce2310-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 ...

1...<<1041104210431044104510461047104810491050>>...1351