aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-04Mark Eichin submitted bug report #1480821Daniel Stenberg
2006-05-03moved the curl_off_t check to within the --enable-debug block where it belong...Daniel Stenberg
2006-05-03Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makesDaniel Stenberg
2006-05-02curl-config got a --checkfor optionDaniel Stenberg
2006-05-02Make this code use the proper pointersDaniel Stenberg
2006-04-26Added revision ID-tag.Gisle Vanem
2006-04-26Fixed signed/unsigned convertion errors in Salford-C.Gisle Vanem
2006-04-26Use the HAVE_MALLOC_H and HAVE_PROCESS_H definesGisle Vanem
2006-04-26djgpp has <process.h> too.Gisle Vanem
2006-04-26Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H andGisle Vanem
2006-04-26Added SalfordC support.Gisle Vanem
2006-04-26crlf_conversions needs to be a curl_off_t for ASCII transfers > 4GB on 32bitDaniel Stenberg
2006-04-26updated with more error codesDaniel Stenberg
2006-04-26David McCreedy brought line end conversions when doing FTP ASCIIDaniel Stenberg
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