aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-21To allow more flexibility in FTP test cases, I've removed the enforced statesDaniel Stenberg
2007-07-21newsDaniel Stenberg
2007-07-21Make the pointers of a few static const arrays const, too, for safety.Dan Fandrich
2007-07-20added curl include for debug builds.Gunter Knauf
2007-07-20Document pwd as an sftp quote command for curl(1), and show it asDan Fandrich
2007-07-20added lf to Win32 getpass_r() so that next output appears in new line.Gunter Knauf
2007-07-20PWD for SFTP is fixedDaniel Stenberg
2007-07-20the "libssh2 owns the memory don't free it" caseDaniel Stenberg
2007-07-20Ralf S. Engelschall filed bug report #1757328Daniel Stenberg
2007-07-20Fix a loop with PWDJames Housley
2007-07-20Made some const arrays static to avoid unnecessary stack usage.Dan Fandrich
2007-07-19minor addition, re-count of the number of lines of codeDaniel Stenberg
2007-07-19libssh2 fixDaniel Stenberg
2007-07-19Revert the 512 change since newer versions of OpenSSH don't support DSADan Fandrich
2007-07-18SFTP also supports PWDJames Housley
2007-07-18Added the list of sftp quote commands.Dan Fandrich
2007-07-18As has been pointed out, err_msg should not be freed here. The actualJames Housley
2007-07-18Use 512 bit keys to reduce the time taken to generate them. This shouldn'tDan Fandrich
2007-07-17Fixed test cases 613 and 614 by improving the log postprocessor to handleDan Fandrich
2007-07-17Jofell Gallardo posted a libcurl log using FTP that exposed a bug which madeDaniel Stenberg
2007-07-16make it do all three requests on the same connectionDaniel Stenberg
2007-07-16Fixed some more simple compile warnings in the examples.Dan Fandrich
2007-07-1645. libcurl built to support ipv6 uses getaddrinfo() to resolve host names.Daniel Stenberg
2007-07-15convert test case 540 to use a custom Host: header as wellDaniel Stenberg
2007-07-15let's just export the whole argc + argv pair globally so that each test toolDaniel Stenberg
2007-07-15make users use the latest OpenSSL and Zlib libraries;Gunter Knauf
2007-07-14added another SEE ALSODaniel Stenberg
2007-07-14Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by ShmulikDaniel Stenberg
2007-07-14add support for arg3 as the third argument...Daniel Stenberg
2007-07-14add some better logging when HTTP server start fails, and make the failureDaniel Stenberg
2007-07-14for now unless we do better fixed LIBSSH2_APINO compares to use long constants.Gunter Knauf
2007-07-14Brad House's fix to hish a win32 compiler warningDaniel Stenberg
2007-07-14added Vlad's entire description of his valgrind fixDaniel Stenberg
2007-07-14Vlad Dinulescu fixed two outstanding valgrind reportsDaniel Stenberg
2007-07-13The examples don't need access to curl internal source files.Dan Fandrich
2007-07-13Colin Hogben filed bug report #1750274Daniel Stenberg
2007-07-13Daniel Cater added the mentioning of CURL_DISABLE_TFTPDaniel Stenberg
2007-07-13Daniel Cater: libcurl-errors needs updating to reflect a couple of deprecatedDaniel Stenberg
2007-07-13Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn'tDaniel Stenberg
2007-07-13Daniel Cater made the vc8-generating line use double-quotes to run fine onDaniel Stenberg
2007-07-12Made the krb5 code build with Heimdal's GSSAPI libDaniel Stenberg
2007-07-12Fixed some compile warnings and errors and improved portability in theDan Fandrich
2007-07-12make it compile fineDaniel Stenberg
2007-07-12fix include pathDaniel Stenberg
2007-07-12Compile most of the example apps in docs/examples when doing a 'make check'.Dan Fandrich
2007-07-12Shmulik Regev found an (albeit rare) case where the proxy CONNECT operationDaniel Stenberg
2007-07-12start the retry delay at 10 ms, double it for every failed attempt which makesDaniel Stenberg
2007-07-12the timeout was probably too short with max = 1 sec, so lets test with 5 sec.Gunter Knauf
2007-07-12added nwos.c so that it gets distributed with releases and tarballs.Gunter Knauf
2007-07-12added time loop to sockfilt.c in order to wait for SO_REUSEADDR;Gunter Knauf