Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-10 | introduce VCURL for verify calls, so that it can be changed to use a different | Daniel Stenberg | |
binary than the one that gets tested, if need be | |||
2009-05-10 | made the cookie tests 61 and 62 test httponly cookies, both receiving in | Daniel Stenberg | |
headers and reading from cookie-jar | |||
2009-05-10 | Fix function call pointed data size argument mismatch on 64Bit systems | Yang Tse | |
2009-05-10 | Fix type cast | Yang Tse | |
2009-05-09 | ConnectPlease() fixed for the new proxy connect functionality to make sure | Daniel Stenberg | |
'connected' truly is false when the socks connect fails. Curl_done() fixed for the check-conn->bits.done-before-Curl_getoff_all_pipelines case | |||
2009-05-09 | Fix libssh2 preprocessor symbol definition check | Yang Tse | |
2009-05-09 | Mention last changes | Yang Tse | |
2009-05-09 | Makefile.am was lost | Yang Tse | |
2009-05-09 | Remove DOS and TPF package's Makefile.am | Yang Tse | |
Not actually needed to simply include some files in the distribution tarball. | |||
2009-05-09 | Ignore more files for cvs | Yang Tse | |
2009-05-08 | Mention last changes | Yang Tse | |
2009-05-08 | Fix CR | Yang Tse | |
2009-05-08 | Renamed vc6 workspace and project files to avoid filename clash when used ↵ | Yang Tse | |
for conversion to later VS versions. | |||
2009-05-08 | Renamed vc6 workspace and project files to avoid filename clash when used ↵ | Yang Tse | |
for conversion to later VS versions. | |||
2009-05-08 | Changed host name to be under the haxx.se domain | Yang Tse | |
2009-05-08 | Ah, this was committed by mistake as part of my previous commit but it seems | Daniel Stenberg | |
to work so I'll let it remain and here's the comment about it! From Lenaic's mail posted to curl-library Date: Fri, 1 May 2009 22:46:14 +0200. | |||
2009-05-08 | - Constantine Sapuntzakis fixed bug report #2784055 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=2784055) identifying a problem to connect to SOCKS proxies when using the multi interface. It turned out to almost not work at all previously. We need to wait for the TCP connect to be properly verified before doing the SOCKS magic. There's still a flaw in the FTP code for this. | |||
2009-05-08 | Remove temporary and HP-UX autobuild specific change to debug SSH server ↵ | Yang Tse | |
start-up failures | |||
2009-05-08 | Fixes for non-ASCII platforms by David McCreedy | Yang Tse | |
2009-05-07 | Curl_sndbufset is (at times) defined in the header, no need to do it again here | Daniel Stenberg | |
2009-05-07 | - Made the SO_SNDBUF setting for the data connection socket for ftp uploads as | Daniel Stenberg | |
well. See change 28 Apr 2009. | |||
2009-05-07 | 232 - [PATCH] transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII | Yang Tse | |
platform HTTP requests Done! | |||
2009-05-07 | Fix an issue, affecting FTP transfers, introduced with the transfer.c patch ↵ | Yang Tse | |
committed May 4. Additionally some identation fixes. | |||
2009-05-07 | Fix an m4 overquoting triggering a spurious 'AS_TR_CPP' symbol definition | Yang Tse | |
attempt in generated config.h | |||
2009-05-07 | Proper naming for the experimental compiler test and moved to *-compilers.m4 | Yang Tse | |
2009-05-07 | added Curl_getoff_all_pipelines SIGSEGV | Daniel Stenberg | |
2009-05-07 | added mention of two more current bugs/issues | Daniel Stenberg | |
2009-05-07 | Moved *_CHECK_COMPILER_HALT_ON_ERROR and ↵ | Yang Tse | |
*_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE to *-compilers.m4 along with other *_CHECK_COMPILER_* | |||
2009-05-07 | man page warnings fixed | Daniel Stenberg | |
2009-05-07 | - Man page *roff problems fixed thanks to input from Colin Watson. Problems | Daniel Stenberg | |
reported in the Debian package. | |||
2009-05-07 | - Vijay G filed bug report #2723236 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=2723236) identifying a problem with libcurl's TFTP code and its lack of dealing with the OACK packet. | |||
2009-05-06 | Use autobuilds to verify if a couple of experimental compiler tests pass on ↵ | Yang Tse | |
all of them. This will be removed in 24 or 48 hours. | |||
2009-05-06 | curl_sockaddr struct member addrlen is an 'unsigned int' since 7.18.0 | Yang Tse | |
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 |