Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-01 | Jose Goncalves fixed my crappy spelling! | Daniel Stenberg | |
2009-05-01 | #2784055, connect race with multi and socks proxy | Daniel Stenberg | |
bad enough to almost make socks proxies with multi interface unusable | |||
2009-05-01 | s/libcurl/c-ares | Daniel Stenberg | |
2009-05-01 | version number typo fix | Daniel Stenberg | |
2009-05-01 | David McCreedy's "http.c fix to Curl_proxyCONNECT for non-ASCII platforms" patch | Yang Tse | |
2009-05-01 | David McCreedy's "TPF-platform specific changes to various files" patch | Yang Tse | |
2009-05-01 | mention a bunch of pending patches to deal with | Daniel Stenberg | |
2009-05-01 | Check definition of _XOPEN_SOURCE_EXTENDED with the compiler | Yang Tse | |
2009-04-30 | Add temporary debug tracing for X/Open HP-UX | Yang Tse | |
2009-04-30 | Check if X/Open network library is required | Yang Tse | |
2009-04-30 | When generated, display libcurl.pc and libcares.pc | Yang Tse | |
2009-04-30 | cope with ares_build.h and ares_rules.h follow-up | Yang Tse | |
2009-04-30 | Added some notes regarding ares_build.h | Yang Tse | |
2009-04-30 | fix EOL | Yang Tse | |
2009-04-30 | fix EOL | Yang Tse | |
2009-04-30 | cope with ares_build.h and ares_rules.h | Yang Tse | |
2009-04-30 | buildconf.bat for CVS-tree c-ares | Yang Tse | |
2009-04-30 | fix compiler warning: unused parameter | Yang Tse | |
2009-04-30 | - I was going to fix issue #59 in KNOWN_BUGS | Daniel 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-30 | provide some track record of the SONAME bumps | Daniel Stenberg | |
2009-04-30 | mention that cvs is needed for releases | Daniel Stenberg | |
2009-04-30 | Use 'unsigned int' instead of size_t attempting to avoid header inclusion | Yang Tse | |
2009-04-30 | NetWare LibC's getpeername() third argument data type is size_t | Yang Tse | |
2009-04-29 | Display only CURL_* and CARES_* symbol/macro definitions from curlbuild.h ↵ | Yang Tse | |
and ares_build.h | |||
2009-04-29 | Remove temporary debug tracing for ares_socklen_t Windows targets | Yang Tse | |
2009-04-29 | Trigger c-ares prebuild stage for fake-config setup's | Yang Tse | |
2009-04-29 | curl_socklen_t NetWare follow-up | Yang Tse | |
2009-04-29 | curl_socklen_t follow-up | Yang Tse | |
2009-04-29 | ares_socklen_t follow-up | Yang Tse | |
2009-04-29 | ares_build.h Windows follow-up | Yang Tse | |
2009-04-29 | mention the new CURL_SEEKFUNC_ symbols | Daniel 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-29 | Add temporary debug tracing for ares_socklen_t Windows targets | Yang Tse | |
2009-04-29 | ares_build.h NetWare follow-up | Yang Tse | |
2009-04-29 | When running testcurl.pl display definitions from ares_build.h | Yang Tse | |
2009-04-29 | allow usage of in-tree c-ares when building from outside of the cvs tree | Yang Tse | |
2009-04-29 | ares_build.h NetWare attempt | Yang Tse | |
2009-04-28 | - Constantine Sapuntzakis filed bug report #2783090 | Daniel 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-28 | allow usage of in-tree c-ares when building from outside of the cvs tree | Yang Tse | |
2009-04-28 | Initial step towards a configure time ares_socklen_t definition | Yang Tse | |
2009-04-28 | ignore stamp-h* | Yang Tse | |
2009-04-28 | Fixed: 225 - resume when upload from stream, #2709004 | Daniel Stenberg | |
2009-04-28 | - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim | Daniel 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-28 | Added CARES_INCLUDES_SYS_TYPES | Yang Tse | |
2009-04-28 | Rearrange placement inside file of CURL_DEFINE_UNQUOTED, CURL_CONFIGURE_LONG | Yang Tse | |
and CURL_CONFIGURE_CURL_SOCKLEN_T to ease future maintainance. | |||
2009-04-28 | Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other ↵ | Yang Tse | |
CURL_INCLUDES_* | |||
2009-04-28 | Remove temporary debug tracing for curl_socklen_t detection failures | Yang Tse | |
2009-04-27 | Include <arpa/inet.h> if HAVE_ARPA_INET_H is defined | Yang Tse | |
2009-04-27 | Log MAKEFLAGS environment variable along with the others. | Yang Tse | |
2009-04-27 | Take 2 at handling getpeername() prototypes with a void pointer for third ↵ | Yang Tse | |
argument |