aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-02Use build-time configured ares_socklen_t instead of socklen_tYang Tse
2009-05-01Remove temporary debug tracing for X/Open HP-UXYang Tse
2009-05-01Mention David McCreedy's patches applied todayYang Tse
2009-05-01David McCreedy's "TPF-platform specific changes to various files" patch ↵Yang Tse
follow-up
2009-05-01fixed: 229 - [PATCH] to correct spelling in ABIDaniel Stenberg
2009-05-01Jose Goncalves fixed my crappy spelling!Daniel Stenberg
2009-05-01#2784055, connect race with multi and socks proxyDaniel Stenberg
bad enough to almost make socks proxies with multi interface unusable
2009-05-01s/libcurl/c-aresDaniel Stenberg
2009-05-01version number typo fixDaniel Stenberg
2009-05-01David McCreedy's "http.c fix to Curl_proxyCONNECT for non-ASCII platforms" patchYang Tse
2009-05-01David McCreedy's "TPF-platform specific changes to various files" patchYang Tse
2009-05-01mention a bunch of pending patches to deal withDaniel Stenberg
2009-05-01Check definition of _XOPEN_SOURCE_EXTENDED with the compilerYang Tse
2009-04-30Add temporary debug tracing for X/Open HP-UXYang Tse
2009-04-30Check if X/Open network library is requiredYang Tse
2009-04-30When generated, display libcurl.pc and libcares.pcYang Tse
2009-04-30cope with ares_build.h and ares_rules.h follow-upYang Tse
2009-04-30Added some notes regarding ares_build.hYang Tse
2009-04-30fix EOLYang Tse
2009-04-30fix EOLYang Tse
2009-04-30cope with ares_build.h and ares_rules.hYang Tse
2009-04-30buildconf.bat for CVS-tree c-aresYang Tse
2009-04-30fix compiler warning: unused parameterYang Tse
2009-04-30- I was going to fix issue #59 in KNOWN_BUGSDaniel Stenberg
If the CURLOPT_PORT option is used on an FTP URL like "ftp://example.com/file;type=A" the ";type=A" is stripped off. I added test case 562 to verify, only to find out that I couldn't repeat this bug so I hereby consider it not a bug anymore!
2009-04-30provide some track record of the SONAME bumpsDaniel Stenberg
2009-04-30mention that cvs is needed for releasesDaniel Stenberg
2009-04-30Use 'unsigned int' instead of size_t attempting to avoid header inclusionYang Tse
2009-04-30NetWare LibC's getpeername() third argument data type is size_tYang Tse
2009-04-29Display only CURL_* and CARES_* symbol/macro definitions from curlbuild.h ↵Yang Tse
and ares_build.h
2009-04-29Remove temporary debug tracing for ares_socklen_t Windows targetsYang Tse
2009-04-29Trigger c-ares prebuild stage for fake-config setup'sYang Tse
2009-04-29curl_socklen_t NetWare follow-upYang Tse
2009-04-29curl_socklen_t follow-upYang Tse
2009-04-29ares_socklen_t follow-upYang Tse
2009-04-29ares_build.h Windows follow-upYang Tse
2009-04-29mention the new CURL_SEEKFUNC_ symbolsDaniel Stenberg
2009-04-29- Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219)Daniel Stenberg
I've now made TFTP "connections" not being kept for re-use within libcurl. TFTP is UDP-based so the benefit was really low (if even existing) to begin with so instead of tracking down to fix this problem we instead removed the re-use. I also enabled test case 1099 that I wrote a few days ago to verify that this change fixes the reported problem.
2009-04-29Add temporary debug tracing for ares_socklen_t Windows targetsYang Tse
2009-04-29ares_build.h NetWare follow-upYang Tse
2009-04-29When running testcurl.pl display definitions from ares_build.hYang Tse
2009-04-29allow usage of in-tree c-ares when building from outside of the cvs treeYang Tse
2009-04-29ares_build.h NetWare attemptYang Tse
2009-04-28- Constantine Sapuntzakis filed bug report #2783090Daniel Stenberg
(http://curl.haxx.se/bug/view.cgi?id=2783090) pointing out that on windows we need to grow the SO_SNDBUF buffer somewhat to get really good upload speeds. http://support.microsoft.com/kb/823764 has the details. Friends confirmed that simply adding 32 to CURL_MAX_WRITE_SIZE is enough.
2009-04-28allow usage of in-tree c-ares when building from outside of the cvs treeYang Tse
2009-04-28Initial step towards a configure time ares_socklen_t definitionYang Tse
2009-04-28ignore stamp-h*Yang Tse
2009-04-28Fixed: 225 - resume when upload from stream, #2709004Daniel Stenberg
2009-04-28- Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by TimDaniel Stenberg
Chen pointed out how curl couldn't upload with resume when reading from a pipe. This ended up with the introduction of a new return code for the CURLOPT_SEEKFUNCTION callback that basically says that the seek failed but that libcurl may try to resolve the situation anyway. In our case this means libcurl will attempt to instead read that much data from the stream instead of seeking and that way curl can now upload with resume when data is read from a stream!
2009-04-28Added CARES_INCLUDES_SYS_TYPESYang Tse
2009-04-28Rearrange placement inside file of CURL_DEFINE_UNQUOTED, CURL_CONFIGURE_LONGYang Tse
and CURL_CONFIGURE_CURL_SOCKLEN_T to ease future maintainance.