Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-06 | fIX *__SOCKLEN_T definitions for OS400 and generic GCC targets | Yang Tse | |
2009-05-06 | Temporary and HP-UX autobuild specific change to debug SSH server start-up ↵ | Yang Tse | |
failures | |||
2009-05-05 | fix compiler warning | Yang Tse | |
2009-05-05 | reintroduce #232 | Yang Tse | |
2009-05-05 | Mention last changes | Yang Tse | |
2009-05-05 | Revert change committed on Mon May 4 09:30:23 2009 UTC. | Yang Tse | |
The origin of the problem with test case #251 was the --ftp-port not being the CLIENTIP address. | |||
2009-05-05 | I simplified the SSL session id re-use code now to *always* ditch the previous | Daniel Stenberg | |
one and store the current one, as it makes the code less complex and I'm not even sure I can check for the same session id using memcmp() like that. | |||
2009-05-05 | Fixed the --ftp-port address to the CLIENTIP address. | Yang Tse | |
2009-05-04 | - Inspired by Michael Smith's session id fix for OpenSSL, I did the | Daniel 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 #2786255 | Daniel 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-04 | more return codes added | Daniel Stenberg | |
2009-05-04 | fIX *__SOCKLEN_T definitions for MVS and 370 targets | Yang Tse | |
2009-05-04 | fIX *__SOCKLEN_T definitions for several Windows target tool-chains | Yang Tse | |
2009-05-04 | a busload symbols added | Daniel Stenberg | |
2009-05-04 | Philippe Vaucher reported this typo | Daniel Stenberg | |
2009-05-04 | David 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-04 | David McCreedy's "transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII ↵ | Yang Tse | |
platform HTTP requests" patch | |||
2009-05-04 | fix makefile reference to packages/TPF | Yang Tse | |
2009-05-04 | ignore this | Yang Tse | |
2009-05-03 | HP-UX's X/Open network library requirement check follow-up | Yang Tse | |
2009-05-03 | Added and disabled test case 563 which shows KNOWN_BUGS #59. The bug | Dan Fandrich | |
report failed to mention that a proxy must be used to reproduce it. | |||
2009-05-03 | HP-UX's X/Open network library requirement check follow-up | Yang Tse | |
2009-05-02 | This wasn't intended to be committed. | Yang Tse | |
So, until fixed this will remain FIXME. | |||
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse | |
2009-05-02 | Use build-time configured ares_socklen_t instead of socklen_t | Yang Tse | |
2009-05-01 | Remove temporary debug tracing for X/Open HP-UX | Yang Tse | |
2009-05-01 | Mention David McCreedy's patches applied today | Yang Tse | |
2009-05-01 | David McCreedy's "TPF-platform specific changes to various files" patch ↵ | Yang Tse | |
follow-up | |||
2009-05-01 | fixed: 229 - [PATCH] to correct spelling in ABI | Daniel Stenberg | |
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 | |