aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-07TFTP now reports the "not defined" TFTP error code 0 as an error,Dan Fandrich
2007-09-07Added test case 1007 to test permission problem when uploading with TFTPDan Fandrich
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
2007-09-05Curl_GetFTPResponse() now checks and properly deals with the fact that theDaniel Stenberg
2007-09-05Minix doesn't support getsockopt on UDP sockets or send/recv on TCPDan Fandrich
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
2007-08-31Made some of the error strings returned by the *strerror functions moreDan Fandrich
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
2007-08-30Renamed several libcurl error codes and options to make them more generalDan Fandrich
2007-08-30added --enable-ldaps switch;Gunter Knauf
2007-08-30Fixed a few compiler warnings. Try to do a slightly better job ofDan Fandrich
2007-08-30Made Curl_GetFTPResponse() use lots less code and instead use the properDaniel Stenberg
2007-08-29Added lots of constsDan Fandrich
2007-08-28Mention that 'make test' does more than just run all the tests (suggestedDan Fandrich
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 other...Patrick Monnerat
2007-08-24Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointedDaniel Stenberg
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
2007-08-23Allow ftp server alternate replies to contain backslash-escaped controlDan Fandrich
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
2007-08-23Mention OS/400 and TPFDan Fandrich
2007-08-23ported to OS/400Daniel Stenberg
2007-08-23added the two new os400 filesDaniel Stenberg
2007-08-23Add the files in the OS400 dir to the dist. I didn't add it as a new subdirDaniel Stenberg
2007-08-23--libcurl does not support -FDaniel Stenberg
2007-08-23Porting library to OS/400Patrick Monnerat
2007-08-23added support for CA cert verification;Gunter Knauf
2007-08-22Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointedDaniel Stenberg
2007-08-22Reversed the 'HAVE_LDAP_URL_PARSE' ifdef statement.Gisle Vanem
2007-08-22Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointedDaniel Stenberg
2007-08-22added a size > buffer size check to make it easier to track this in theDaniel Stenberg
2007-08-22Upped the buffer size to 17000+ bytes to prepare for the upcoming test 1003Daniel Stenberg
2007-08-221) the talk about strings used by libcurl doesn't apply to libcurl >= 7.17.0Daniel Stenberg
2007-08-22for now comment the tls_start section...Gunter Knauf
2007-08-21sync libssh2 paths with comments.Gunter Knauf