aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-25--ftp-method was missing in the --help output, as mentioned by Manfred SchwarbDaniel Stenberg
2006-04-25Paul Querna fixed libcurl to better deal with deflate content encoding whenDaniel Stenberg
2006-04-25prevent signed/unsigned warningsDaniel Stenberg
2006-04-24Mention my April 20 thoughts. I already changed the README in the lib dirDaniel Stenberg
2006-04-24added the hipev buildDaniel Stenberg
2006-04-24the example that _is_ supposed to use libeventDaniel Stenberg
2006-04-24this example does NOT use libevent!Daniel Stenberg
2006-04-21Ale Vesely fixed CURLOPT_INTERFACE when using a hostnameDaniel Stenberg
2006-04-21each socket is used by exactly one easy handle, but of course each easy handleDaniel Stenberg
2006-04-21added SPL and XBLiteDaniel Stenberg
2006-04-20removed -fpack-struct because gcc4 seems to know its obsolete and warns...Gunter Knauf
2006-04-19detect ICC and pass on "-we 147" so that the configure checks for functionDaniel Stenberg
2006-04-19the new conversion stuff documented (mostly by David McCreedy)Daniel Stenberg
2006-04-19CURL_VERSION_CONV is returned by curl_version_info if libcurl has been builtDaniel Stenberg
2006-04-18mention the recent thoughts/progress I hadDaniel Stenberg
2006-04-18Robson Braga Araujo provided a patch that makes libcurl less eager to closeDaniel Stenberg
2006-04-18mention Katie Wang as author of the patchDaniel Stenberg
2006-04-18corrected the SSL timeout, as Ates Goral's patch did it and that works (opposedDaniel Stenberg
2006-04-18attempt to silence the MIPSPro compiler warningDaniel Stenberg
2006-04-18avoid a warning about declaring a variable that shadows an earlier declaredDaniel Stenberg
2006-04-18there's an curl_easy_unescape too nowDaniel Stenberg
2006-04-17minor Makefile fix - let's go 2006;Gunter Knauf
2006-04-17added missing symbol export.Gunter Knauf
2006-04-12added splayDaniel Stenberg
2006-04-12Added splay.c.Gisle Vanem
2006-04-12Add "multiif.h" for GETSOCK_WRITESOCK() macro.Gisle Vanem
2006-04-11#1468330 (http://curl.haxx.se/bug/view.cgi?id=1468330) pointed out a badDaniel Stenberg
2006-04-11adjusted to the new internal *_getsock() concept for providing info internallyDaniel Stenberg
2006-04-11added docs and removed protoDaniel Stenberg
2006-04-10mention recent additionsDaniel Stenberg
2006-04-10adding the new man pages to the packageDaniel Stenberg
2006-04-10Ates Goral found out that if you specified both CURLOPT_CONNECTTIMEOUT andDaniel Stenberg
2006-04-10First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg
2006-04-10This no longer needs the extra define!Daniel Stenberg
2006-04-10added README.multi_socketDaniel Stenberg
2006-04-10state of the multi_socket API worksDaniel Stenberg
2006-04-10check for fork() as well, so that we can build the sws http test server withDaniel Stenberg
2006-04-10avoid duplicate typedefs, as this type is also defined in our public headersDaniel Stenberg
2006-04-10curl_multi_socket() updatesDaniel Stenberg
2006-04-10if configure found a fork(), sws supports --fork which is *NOT* used by theDaniel Stenberg
2006-04-10output the exit code from stunnel to stderr in case it is non-zeroDaniel Stenberg
2006-04-10support --fork and pass that on to swsDaniel Stenberg
2006-04-10Scan for 'stunnel4' before 'stunnel' since debian have them setup this wayDaniel Stenberg
2006-04-10Use correct content-length. Found out by patching the libcurl read to onlyDaniel Stenberg
2006-04-1033. Doing multi-pass HTTP authentication on a non-default port does not work.Daniel Stenberg
2006-04-1065 - curl_multi_socket() added but not extensively tested nor particularlyDaniel Stenberg
2006-04-10we haven't been using yacc/bison in a long time!Daniel Stenberg
2006-04-10forked off the changes from 2005 into its own fileDaniel Stenberg
2006-04-09CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore!Daniel Stenberg
2006-04-09mention RFC 2396 for URL syntax specDaniel Stenberg