aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-04Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.Yang Tse
2006-07-03Fix compiler warning.Yang Tse
2006-07-03Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEIDYang Tse
2006-07-02Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when ↵Yang Tse
cross-compiling.
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-07-01Get some debug infoYang Tse
2006-07-01Get some debug infoYang Tse
2006-07-01Avoid shell globbingYang Tse
2006-07-01Get qualifier of arg 1 for getnameinfo apart. Take 3.Yang Tse
2006-07-01Get qualifier of arg 1 for getnameinfo apart.Yang Tse
2006-07-01Get qualifier of arg 1 for getnameinfo apart. Take 2.Yang Tse
2006-06-30Get qualifier of arg 1 for getnameinfo apart.Yang Tse
2006-06-30typecast the number passed to CURLOPT_INFILESIZE_LARGE as a curl_off_tDaniel Stenberg
2006-06-30Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-06-29with a very recent yassl, we now can display 'yassl' when the OpenSSL API isDaniel Stenberg
in fact provided by yassl instead
2006-06-28changed wording on the curl_multi_fdset() problem and moved the -K change fromDaniel Stenberg
bugfixes
2006-06-28fix better minor compiler warningYang Tse
2006-06-28fix minor compiler warningYang Tse
2006-06-28fix minor compiler warningYang Tse
2006-06-26include config-win32.h in release archivesDaniel Stenberg
2006-06-26changed wording slightly, and added standard boiler-plate headerDaniel Stenberg
2006-06-24Wallner's updateDaniel Stenberg
2006-06-24Added README.pipelining but also extracted the "docs" files to a separate listDaniel Stenberg
to get a better overview
2006-06-24thoughts and ideas as posted to the list the other dayDaniel Stenberg
2006-06-24corrected introduction version numberDaniel Stenberg
2006-06-24Michael Wallner added curl_formget(), which allows an application to extractDaniel Stenberg
(serialise) a previously built formpost (as with curl_formadd()).
2006-06-241.3.1Daniel Stenberg
2006-06-24Provide a libcurl API for setting mutex callbacks in the underlying SSLDaniel Stenberg
library, so that the same application code can use mutex-locking independently of OpenSSL or GnutTLS being used.
2006-06-23Arve Knudsen found a flaw in curl_multi_fdset() for systems whereDaniel Stenberg
curl_socket_t is unsigned (like Windows) that could cause it to wrongly return a max fd of -1.
2006-06-22Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE andDaniel 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-21minor language edits bug reports 1510080 1510098Daniel Stenberg
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