aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-04- Inspired by Michael Smith's session id fix for OpenSSL, I did theDaniel Stenberg
corresponding fix in the GnuTLS code: make sure to store the new session id in case the re-used one is rejected.
2009-05-04- Michael Smith posted bug report #2786255Daniel Stenberg
(http://curl.haxx.se/bug/view.cgi?id=2786255) with a patch, identifying how libcurl did not deal with SSL session ids properly if the server rejected a re-use of one. Starting now, it will forget the rejected one and remember the new. This change was for OpenSSL only, it is likely that other SSL lib code needs similar fixes.
2009-05-04more return codes addedDaniel Stenberg
2009-05-04fIX *__SOCKLEN_T definitions for MVS and 370 targetsYang Tse
2009-05-04fIX *__SOCKLEN_T definitions for several Windows target tool-chainsYang Tse
2009-05-04a busload symbols addedDaniel Stenberg
2009-05-04Philippe Vaucher reported this typoDaniel Stenberg
2009-05-04David McCreedy's patch to fix test suite harness to allow test FTP server ↵Yang Tse
and client on different machines, providing FTP client address when running the FTP test server.
2009-05-04David McCreedy's "transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII ↵Yang Tse
platform HTTP requests" patch
2009-05-04fix makefile reference to packages/TPFYang Tse
2009-05-04ignore thisYang Tse
2009-05-03HP-UX's X/Open network library requirement check follow-upYang Tse
2009-05-03Added and disabled test case 563 which shows KNOWN_BUGS #59. The bugDan Fandrich
report failed to mention that a proxy must be used to reproduce it.
2009-05-03HP-UX's X/Open network library requirement check follow-upYang Tse
2009-05-02This wasn't intended to be committed.Yang Tse
So, until fixed this will remain FIXME.
2009-05-02Use build-time configured curl_socklen_t instead of socklen_tYang Tse
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