aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-20the D binding link is dead but we know of no new one!Daniel Stenberg
2006-06-20bad syntaxDaniel Stenberg
2006-06-19make -K on a bad file now displays a warningDaniel Stenberg
2006-06-19Remove "big endian" DNS section and RR data integer parser macros fromWilliam Ahern
ares_dns.h, which break c-ares on my Sparc64. Bit-wise operations in C operate on logical values. And in any event the octets are already in big-endian (aka network) byte order so they're being reversed (thus the source of the breakage).
2006-06-19Handle EAGAIN/EWOULDBLOCK readiness errors, which can occur for both TCP andWilliam Ahern
UDP even when a poll(2) or select(2) suggest otherwise.
2006-06-16when mentioning the default config file, point back to the actual descriptionDaniel Stenberg
of how to write such a file
2006-06-15select_res is not a socket, it should be a plain intDaniel Stenberg
2006-06-13Check whether gcc supports --enable-hidden-symbols before allowing it.Dan Fandrich
2006-06-12Implemented --enable-hidden-symbols configure option to enableDan 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-12oopsDaniel Stenberg
2006-06-12added contributors from the 7.15.4 releaseDaniel Stenberg
2006-06-12starting the journey towards the next releaseDaniel Stenberg
2006-06-127.15.4 coming upDaniel Stenberg
2006-06-12Nah, we refer people to the generic site that lists the mirrors instead ofDaniel Stenberg
trying to maintain an accurate list in this file (too).
2006-06-10Fix "'x' might be used uninitialized in this function" warnings.Gisle Vanem
2006-06-09sync with existing list of up-to-date mirrorsDaniel Stenberg
2006-06-09proper use of newlinesDaniel Stenberg
2006-06-09stricter type use to please compilersDaniel Stenberg
2006-06-09oops, serious breakage in the fdset() functionDaniel Stenberg
2006-06-08lib525.c does a FTP upload with PORT using multi interfaceDaniel Stenberg
2006-06-08corrected the CURLINFO_TOTAL_TIME descriptionDaniel Stenberg
2006-06-08Brian Dessent's fixes for cygwin buildsDaniel Stenberg
2006-06-07NTLM2 session response supportDaniel Stenberg
2006-05-31two new mirrors and a recount of themDaniel Stenberg
2006-05-31Added config-tpf.h to the release packageDaniel Stenberg
2006-05-30Removed a few fixed issues and a few issues currently in progress in the HiperDaniel Stenberg
project. Also added a few obvious ones.
2006-05-28correct explicit/implicit terms for FTPSDaniel Stenberg
2006-05-27one modified proto and one removed protoDaniel Stenberg
2006-05-27adapted to the new Curl_splayremovebyaddr() protoDaniel Stenberg
2006-05-27Ifdef'ed out unused function, added lots of comments and renamed a fewDaniel 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-27reverted the previous .libs check for libs, but instead make mingw32 buildsDaniel 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-26long/int cleanup to silence picky compiler warningsDaniel Stenberg
2006-05-25Olaf Stüben fixed a bug that caused Digest authentication with md5-sess toDaniel Stenberg
fail. When using the md5-sess, the result was not Md5 encoded and Base64 transformed.
2006-05-25minor RFC updates, Dan Fandrich brought my attention to themDaniel Stenberg
2006-05-25better check for libs created in the .libs directory since libtool does thisDaniel Stenberg
kind of magic
2006-05-24added some missing itemsDaniel Stenberg
2006-05-24Copied the NO_UNDEFINED magic from libcurl to make this build fine again withDaniel Stenberg
libtool cross-compiled on linux with mingw32
2006-05-24Michael Wallner provided a patch that allows "SESS" to be set withDaniel 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-24make sure we pass a time_t * to localtime(), and the timeval struct membersDaniel Stenberg
are not always time_t ones
2006-05-24minor fix to make Curl_splayremove() return a NULL as "removed" in caseDaniel Stenberg
nothing matched fine
2006-05-24based on Tor Arntsen's fix, this should correct test case 271 to again runDaniel Stenberg
fine
2006-05-23Fixed a shell script syntax error that all of a sudden started causing thisDaniel Stenberg
script to fail on debian unstable (some specific bash version perhaps?)
2006-05-23David McCreedy's updateDaniel Stenberg
2006-05-15updated with more recent factsDaniel Stenberg
2006-05-14The SOCKS connection codes don't properly acknowledge (connect) timeouts.Daniel Stenberg
2006-05-11The new ftpuploadresume.c example by Philip BockDaniel Stenberg
2006-05-11Ok, when checking for old-style SSLeay headers we cannot just useDaniel 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-111 - allow much longer time for the test FTP server to startup and get verifiedDaniel 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-11make sure the LASTSOCKET check only checks for SSL status if the socketDaniel Stenberg
truly use SSL