Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-15 | Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTP | Daniel Stenberg | |
proxies for FTP urls. | |||
2007-09-15 | offer a friendlier single-line command | Daniel Stenberg | |
2007-09-15 | fixed ldap support for winldap. | Gunter Knauf | |
2007-09-15 | fixed VC6 makefiles for new ldap linkage. | Gunter Knauf | |
2007-09-15 | I want these CONNECT problems fixed too | Daniel Stenberg | |
2007-09-15 | 7.17.1 planned release in November 2007, and a bunch of things to deal with | Daniel Stenberg | |
2007-09-14 | Replaced 127.0.0.1 with %HOSTIP where possible | Dan Fandrich | |
2007-09-14 | Added LDAPS, SCP and SFTP to curl-config --protocols. Removed and | Dan Fandrich | |
fixed some AC_SUBST configure entries. | |||
2007-09-14 | Added LDAPS, SCP and SFTP to curl-config --protocols. | Dan Fandrich | |
Removed and fixed some AC_SUBST configure entries. | |||
2007-09-13 | Compile samples with -DCURL_NO_OLDIES | Dan Fandrich | |
2007-09-13 | 7.17.1-CVS is now the dev version | Daniel Stenberg | |
2007-09-13 | start over on 7.17.1 | Daniel Stenberg | |
2007-09-13 | Remove remaining traces of ftp3rdparty.c and mention htmltidy.c | Dan Fandrich | |
2007-09-13 | Version 7.17.0 (13 September 2007) | Daniel Stenberg | |
2007-09-13 | added some further stuff from the feature-requests tracker, and a bunch of URLs | Daniel Stenberg | |
to the specific tracker entries | |||
2007-09-12 | TFTP error 0 is no longer treated as success | Dan Fandrich | |
2007-09-12 | Extracting the CURLINFO_PRIVATE pointer makes no point since nothing set | Daniel Stenberg | |
it. This caused a segfault in some fprintf() implementations. Like on Solaris. | |||
2007-09-11 | rephrased to mention ftp | Daniel Stenberg | |
2007-09-11 | curl.digimirror.nl is a new mirror in Amsterdam, the Netherlands | Daniel Stenberg | |
2007-09-11 | Daniel S (12 September 2007) | Daniel Stenberg | |
- Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointed out a problem with doing an empty upload over FTP on a re-used connection. I added test case 541 to reproduce it and to verify the fix. - I noticed while writing test 541 that the FTP code wrongly did a CWD on the second transfer as it didn't store and remember the "" path from the previous transfer so it would instead CWD to the entry path as stored. This worked, but did a superfluous command. Thus, test case 541 now also verifies this fix. | |||
2007-09-11 | - I noticed while writing test 541 that the FTP code wrongly did a CWD on the | Daniel Stenberg | |
second transfer as it didn't store and remember the "" path from the previous transfer so it would instead CWD to the entry path as stored. This worked, but did a superfluous command. Thus, test case 541 now also verifies this fix. | |||
2007-09-11 | - Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointed | Daniel Stenberg | |
out a problem with doing an empty upload over FTP on a re-used connection. I added test case 541 to reproduce it and to verify the fix. | |||
2007-09-09 | A brand new binding for SP-Forth was written | Daniel Stenberg | |
2007-09-07 | TFTP now reports the "not defined" TFTP error code 0 as an error, | Dan Fandrich | |
not success. | |||
2007-09-07 | Added test case 1007 to test permission problem when uploading with TFTP | Dan Fandrich | |
(to validate bug #1790403). | |||
2007-09-06 | http://curl.cheap.co.il is a new mirror in Tel-Aviv, Israel | Daniel Stenberg | |
2007-09-06 | two new CONNECT response problems that have appeared | Daniel Stenberg | |
2007-09-05 | Minix doesn't support getsockopt on UDP sockets or send/recv on TCP | Dan Fandrich | |
sockets. | |||
2007-09-05 | Curl_GetFTPResponse() now checks and properly deals with the fact that the | Daniel Stenberg | |
underlying ftp_readresp() function has a separate "cache" where there might in fact be leftover data... | |||
2007-09-05 | Minix doesn't support getsockopt on UDP sockets or send/recv on TCP | Dan Fandrich | |
sockets. | |||
2007-09-05 | Minor updates | Dan Fandrich | |
2007-09-03 | I can't spell | Daniel Stenberg | |
2007-09-03 | curlpp 0.7.1 was relased | Daniel Stenberg | |
2007-09-03 | added some comments for MingW32 builds. | Gunter Knauf | |
2007-09-01 | bash is not required when compiling under Minix | Dan Fandrich | |
2007-08-31 | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich | |
Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants, creating macros for backward compatibility. | |||
2007-08-31 | Made some of the error strings returned by the *strerror functions more | Dan Fandrich | |
generic, and more consistent with each other. | |||
2007-08-31 | Fixed an invalid returned error code added in my last submission. | Dan Fandrich | |
2007-08-30 | Added more accurate error code returns from SFTP operations. Added test | Dan Fandrich | |
case 615 to test an SFTP upload failure. | |||
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich | |
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3) | |||
2007-08-30 | added --enable-ldaps switch; | Gunter Knauf | |
renamed LDAP(S) messages from 'yes' to 'enabled'. | |||
2007-08-30 | Fixed a few compiler warnings. Try to do a slightly better job of | Dan Fandrich | |
cleaning up after an OOM condition in curl_multi_add_handle | |||
2007-08-30 | Made Curl_GetFTPResponse() use lots less code and instead use the proper | Daniel Stenberg | |
low-level ftp_readresp() function. Hopefully adressing bug #1779054. | |||
2007-08-29 | Added lots of consts | Dan Fandrich | |
2007-08-28 | Mention that 'make test' does more than just run all the tests (suggested | Dan Fandrich | |
by Kris/tinker105 in bug #1779054) and mention the torture tests. | |||
2007-08-27 | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich | |
2007-08-26 | Fixed some minor mismatched types found by splint. | Dan Fandrich | |
2007-08-25 | bail out with error if someone tries to use another cert than PEM with OpenLDAP. | Gunter Knauf | |
2007-08-25 | only link with -lwldap32 if we dont use other LDAP SDKs. | Gunter Knauf | |
2007-08-24 | added defines to build with OpenLDAP. | Gunter Knauf | |