aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-13start over on 7.17.1Daniel Stenberg
2007-09-13Remove remaining traces of ftp3rdparty.c and mention htmltidy.cDan Fandrich
2007-09-13Version 7.17.0 (13 September 2007)Daniel Stenberg
2007-09-13added some further stuff from the feature-requests tracker, and a bunch of URLsDaniel Stenberg
to the specific tracker entries
2007-09-12TFTP error 0 is no longer treated as successDan Fandrich
2007-09-12Extracting the CURLINFO_PRIVATE pointer makes no point since nothing setDaniel Stenberg
it. This caused a segfault in some fprintf() implementations. Like on Solaris.
2007-09-11rephrased to mention ftpDaniel Stenberg
2007-09-11curl.digimirror.nl is a new mirror in Amsterdam, the NetherlandsDaniel Stenberg
2007-09-11Daniel 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 theDaniel 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) pointedDaniel 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-09A brand new binding for SP-Forth was writtenDaniel Stenberg
2007-09-07TFTP now reports the "not defined" TFTP error code 0 as an error,Dan Fandrich
not success.
2007-09-07Added test case 1007 to test permission problem when uploading with TFTPDan Fandrich
(to validate bug #1790403).
2007-09-06http://curl.cheap.co.il is a new mirror in Tel-Aviv, IsraelDaniel Stenberg
2007-09-06two new CONNECT response problems that have appearedDaniel Stenberg
2007-09-05Minix doesn't support getsockopt on UDP sockets or send/recv on TCPDan Fandrich
sockets.
2007-09-05Curl_GetFTPResponse() now checks and properly deals with the fact that theDaniel Stenberg
underlying ftp_readresp() function has a separate "cache" where there might in fact be leftover data...
2007-09-05Minix doesn't support getsockopt on UDP sockets or send/recv on TCPDan Fandrich
sockets.
2007-09-05Minor updatesDan Fandrich
2007-09-03I can't spellDaniel Stenberg
2007-09-03curlpp 0.7.1 was relasedDaniel Stenberg
2007-09-03added some comments for MingW32 builds.Gunter Knauf
2007-09-01bash is not required when compiling under MinixDan Fandrich
2007-08-31Renamed 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-31Made some of the error strings returned by the *strerror functions moreDan Fandrich
generic, and more consistent with each other.
2007-08-31Fixed an invalid returned error code added in my last submission.Dan Fandrich
2007-08-30Added more accurate error code returns from SFTP operations. Added testDan Fandrich
case 615 to test an SFTP upload failure.
2007-08-30Renamed several libcurl error codes and options to make them more generalDan 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-30added --enable-ldaps switch;Gunter Knauf
renamed LDAP(S) messages from 'yes' to 'enabled'.
2007-08-30Fixed a few compiler warnings. Try to do a slightly better job ofDan Fandrich
cleaning up after an OOM condition in curl_multi_add_handle
2007-08-30Made Curl_GetFTPResponse() use lots less code and instead use the properDaniel Stenberg
low-level ftp_readresp() function. Hopefully adressing bug #1779054.
2007-08-29Added lots of constsDan Fandrich
2007-08-28Mention that 'make test' does more than just run all the tests (suggestedDan Fandrich
by Kris/tinker105 in bug #1779054) and mention the torture tests.
2007-08-27Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich
2007-08-26Fixed some minor mismatched types found by splint.Dan Fandrich
2007-08-25bail out with error if someone tries to use another cert than PEM with OpenLDAP.Gunter Knauf
2007-08-25only link with -lwldap32 if we dont use other LDAP SDKs.Gunter Knauf
2007-08-24added defines to build with OpenLDAP.Gunter Knauf
2007-08-24Adding DOCS file in OS400 installation library with license and various ↵Patrick Monnerat
other documentation text files. Setting character set of OS400 installed source components
2007-08-24Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointedDaniel Stenberg
out that libcurl didn't deal with large responses from server commands, when the single response was consisting of multiple lines but of a total size of 16KB or more. Dan Fandrich improved the ftp test script and provided test case 1006 to repeat the problem, and I fixed the code to make sure this new test case runs fine.
2007-08-24Remove leading space in curl_version_info ss_version field.Patrick Monnerat
2007-08-23Added test case 1005 to test excessively-long replies spread out overDan Fandrich
multiple lines (similar to test case 1003).
2007-08-23Allow ftp server alternate replies to contain backslash-escaped controlDan Fandrich
characters.
2007-08-23Make ldap.h, gssapi.h and qsossl.h inclusions conditional.Patrick Monnerat
2007-08-23Need even more time to wait for an accept.Dan Fandrich
2007-08-23Added test1004 to validate a previous fix for a memory leak when anDan Fandrich
empty proxy server is selected.
2007-08-23Mention OS/400 and TPFDan Fandrich
2007-08-23ported to OS/400Daniel Stenberg
2007-08-23added the two new os400 filesDaniel Stenberg