Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-19 | Handle EAGAIN/EWOULDBLOCK readiness errors, which can occur for both TCP and | William Ahern | |
UDP even when a poll(2) or select(2) suggest otherwise. | |||
2006-06-16 | when mentioning the default config file, point back to the actual description | Daniel Stenberg | |
of how to write such a file | |||
2006-06-15 | select_res is not a socket, it should be a plain int | Daniel Stenberg | |
2006-06-13 | Check whether gcc supports --enable-hidden-symbols before allowing it. | Dan Fandrich | |
2006-06-12 | Implemented --enable-hidden-symbols configure option to enable | Dan Fandrich | |
-fvisibility=hidden on gcc >= 4.0. This reduces the size of the libcurl binary and speeds up dynamic linking by hiding all the internal symbols from the symbol table. | |||
2006-06-12 | oops | Daniel Stenberg | |
2006-06-12 | added contributors from the 7.15.4 release | Daniel Stenberg | |
2006-06-12 | starting the journey towards the next release | Daniel Stenberg | |
2006-06-12 | 7.15.4 coming up | Daniel Stenberg | |
2006-06-12 | Nah, we refer people to the generic site that lists the mirrors instead of | Daniel Stenberg | |
trying to maintain an accurate list in this file (too). | |||
2006-06-10 | Fix "'x' might be used uninitialized in this function" warnings. | Gisle Vanem | |
2006-06-09 | sync with existing list of up-to-date mirrors | Daniel Stenberg | |
2006-06-09 | proper use of newlines | Daniel Stenberg | |
2006-06-09 | stricter type use to please compilers | Daniel Stenberg | |
2006-06-09 | oops, serious breakage in the fdset() function | Daniel Stenberg | |
2006-06-08 | lib525.c does a FTP upload with PORT using multi interface | Daniel Stenberg | |
2006-06-08 | corrected the CURLINFO_TOTAL_TIME description | Daniel Stenberg | |
2006-06-08 | Brian Dessent's fixes for cygwin builds | Daniel Stenberg | |
2006-06-07 | NTLM2 session response support | Daniel Stenberg | |
2006-05-31 | two new mirrors and a recount of them | Daniel Stenberg | |
2006-05-31 | Added config-tpf.h to the release package | Daniel Stenberg | |
2006-05-30 | Removed a few fixed issues and a few issues currently in progress in the Hiper | Daniel Stenberg | |
project. Also added a few obvious ones. | |||
2006-05-28 | correct explicit/implicit terms for FTPS | Daniel Stenberg | |
2006-05-27 | one modified proto and one removed proto | Daniel Stenberg | |
2006-05-27 | adapted to the new Curl_splayremovebyaddr() proto | Daniel Stenberg | |
2006-05-27 | Ifdef'ed out unused function, added lots of comments and renamed a few | Daniel Stenberg | |
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... | |||
2006-05-27 | reverted the previous .libs check for libs, but instead make mingw32 builds | Daniel Stenberg | |
more similar to other configure builds (== use .la for libext and no binext) | |||
2006-05-26 | Óscar Morales Vivó updated the libcurl.framework.make file. | Daniel Stenberg | |
2006-05-26 | long/int cleanup to silence picky compiler warnings | Daniel Stenberg | |
2006-05-25 | Olaf Stüben fixed a bug that caused Digest authentication with md5-sess to | Daniel Stenberg | |
fail. When using the md5-sess, the result was not Md5 encoded and Base64 transformed. | |||
2006-05-25 | minor RFC updates, Dan Fandrich brought my attention to them | Daniel Stenberg | |
2006-05-25 | better check for libs created in the .libs directory since libtool does this | Daniel Stenberg | |
kind of magic | |||
2006-05-24 | added some missing items | Daniel Stenberg | |
2006-05-24 | Copied the NO_UNDEFINED magic from libcurl to make this build fine again with | Daniel Stenberg | |
libtool cross-compiled on linux with mingw32 | |||
2006-05-24 | Michael Wallner provided a patch that allows "SESS" to be set with | Daniel Stenberg | |
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) | |||
2006-05-24 | make sure we pass a time_t * to localtime(), and the timeval struct members | Daniel Stenberg | |
are not always time_t ones | |||
2006-05-24 | minor fix to make Curl_splayremove() return a NULL as "removed" in case | Daniel Stenberg | |
nothing matched fine | |||
2006-05-24 | based on Tor Arntsen's fix, this should correct test case 271 to again run | Daniel Stenberg | |
fine | |||
2006-05-23 | Fixed a shell script syntax error that all of a sudden started causing this | Daniel Stenberg | |
script to fail on debian unstable (some specific bash version perhaps?) | |||
2006-05-23 | David McCreedy's update | Daniel Stenberg | |
2006-05-15 | updated with more recent facts | Daniel Stenberg | |
2006-05-14 | The SOCKS connection codes don't properly acknowledge (connect) timeouts. | Daniel Stenberg | |
2006-05-11 | The new ftpuploadresume.c example by Philip Bock | Daniel Stenberg | |
2006-05-11 | Ok, when checking for old-style SSLeay headers we cannot just use | Daniel Stenberg | |
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. | |||
2006-05-11 | 1 - allow much longer time for the test FTP server to startup and get verified | Daniel Stenberg | |
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. | |||
2006-05-11 | make sure the LASTSOCKET check only checks for SSL status if the socket | Daniel Stenberg | |
truly use SSL | |||
2006-05-11 | silence warning | Daniel Stenberg | |
2006-05-10 | David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended | Daniel Stenberg | |
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. | |||
2006-05-10 | My Solaris test server was simply too slow to be able to respond within 4 | Daniel Stenberg | |
seconds even when everything is fine! Now we allow a test server 8 seconds to respond to still be considered ok. | |||
2006-05-10 | cvsignore these files | Daniel Stenberg | |