Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-28 | fix minor compiler warning | Yang Tse | |
2006-06-26 | include config-win32.h in release archives | Daniel Stenberg | |
2006-06-26 | changed wording slightly, and added standard boiler-plate header | Daniel Stenberg | |
2006-06-24 | Wallner's update | Daniel Stenberg | |
2006-06-24 | Added README.pipelining but also extracted the "docs" files to a separate list | Daniel Stenberg | |
to get a better overview | |||
2006-06-24 | thoughts and ideas as posted to the list the other day | Daniel Stenberg | |
2006-06-24 | corrected introduction version number | Daniel Stenberg | |
2006-06-24 | Michael Wallner added curl_formget(), which allows an application to extract | Daniel Stenberg | |
(serialise) a previously built formpost (as with curl_formadd()). | |||
2006-06-24 | 1.3.1 | Daniel Stenberg | |
2006-06-24 | Provide a libcurl API for setting mutex callbacks in the underlying SSL | Daniel Stenberg | |
library, so that the same application code can use mutex-locking independently of OpenSSL or GnutTLS being used. | |||
2006-06-23 | Arve Knudsen found a flaw in curl_multi_fdset() for systems where | Daniel Stenberg | |
curl_socket_t is unsigned (like Windows) that could cause it to wrongly return a max fd of -1. | |||
2006-06-22 | Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and | Daniel Stenberg | |
CURLOPT_MAX_RECV_SPEED_LARGE that limit tha maximum rate libcurl is allowed to send or receive data. This kind of adds the the command line tool's option --limit-rate to the library. The rate limiting logic in the curl app is now removed and is instead provided by libcurl itself. Transfer rate limiting will now also work for -d and -F, which it didn't before. | |||
2006-06-21 | minor language edits bug reports 1510080 1510098 | Daniel Stenberg | |
2006-06-20 | the D binding link is dead but we know of no new one! | Daniel Stenberg | |
2006-06-20 | bad syntax | Daniel Stenberg | |
2006-06-19 | make -K on a bad file now displays a warning | Daniel Stenberg | |
2006-06-19 | Remove "big endian" DNS section and RR data integer parser macros from | William 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-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 | |