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