Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-02 | Patrick Monnerat's cleanup fix after my alloc-strings commit | Daniel Stenberg | |
2007-08-02 | Dmitriy Sergeyev reported a regression: resumed file:// transfers broke | Daniel Stenberg | |
after 7.16.2. This is much due to the different treatment file:// gets internally, but now I added test 231 to make it less likely to happen again without us noticing! | |||
2007-08-02 | clarify that setting POSTFIELDS to NULL or "" is not enough to make a zero byte | Daniel Stenberg | |
POST | |||
2007-08-02 | argh, Greg Morse pointed out that the NTLM POST fix only worked if VERBOSE | Daniel Stenberg | |
was set, this should make it work for all cases! | |||
2007-08-01 | Patrick Monnerat and I modified libcurl so that now it *copies* all strings | Daniel Stenberg | |
passed to it with curl_easy_setopt()! Previously it has always just refered to the data, forcing the user to keep the data around until libcurl is done with it. That is now history and libcurl will instead clone the given strings and keep private copies. | |||
2007-08-01 | Greg Morse reported a problem with POSTing using ANYAUTH to a server requiring | Daniel Stenberg | |
NTLM, and he provided test code and a test server and we worked out a bug fix. We failed to count sent body data at times, which then caused internal confusions when libcurl tried to send the rest of the data in order to maintain the same connection alive. (and then I did some minor reformatting of code in lib/http.c) | |||
2007-07-30 | AIX 4 and 5 get to use non-blocking sockets | Daniel Stenberg | |
2007-07-30 | Peter O'Gorman pointed out (and fixed) that the non-blocking check in | Daniel Stenberg | |
configure made libcurl use blocking sockets on AIX 4 and 5, while that wasn't the intention. | |||
2007-07-30 | users should use the CURLMOPT_TIMERFUNCTION rather than curl_multi_timeout | Daniel Stenberg | |
when using the socket API | |||
2007-07-30 | less blocking these days | Daniel Stenberg | |
2007-07-30 | updated based on suggestion from Jeff Pohlmeyer | Daniel Stenberg | |
2007-07-30 | Patrick Monnerat restored qssl successful compilation and loading | Daniel Stenberg | |
2007-07-30 | give credit to Greg Zavertnik | Daniel Stenberg | |
2007-07-30 | Properly set USE_SSL on OS/400 | Dan Fandrich | |
2007-07-30 | Fixed compiler warning on non-SSL builds | Dan Fandrich | |
2007-07-29 | Added "4.15 FTPS doesn't work" and updated a few other sections slightly | Daniel Stenberg | |
2007-07-29 | Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use | Daniel Stenberg | |
of a socket after it has been closed, when the FTP-SSL data connection is taken down. | |||
2007-07-27 | added missing part for the qsossl support | Daniel Stenberg | |
2007-07-26 | added initial pkg-config file (attempt) | Daniel Stenberg | |
2007-07-24 | Removed unused variable. | Dan Fandrich | |
2007-07-23 | #if that should be #ifdef | Daniel Stenberg | |
2007-07-23 | Implemented the parts of Patrick Monnerat's OS/400 patch that introduces | Daniel Stenberg | |
support for the OS/400 Secure Sockets Layer library | |||
2007-07-23 | Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed | Dan Fandrich | |
some few internal identifiers to avoid conflicts, which could be useful on other platforms. | |||
2007-07-23 | Log the "<CMD> wasn't handled" error normally since it is now expected | Dan Fandrich | |
to occur in a couple of tests. | |||
2007-07-23 | added 2 system libs necessary for linking OpenSSL 0.9.8e statically. | Gunter Knauf | |
2007-07-22 | fix mess added in my previous commit | Daniel Stenberg | |
2007-07-22 | HTTP Digest auth fix on a re-used connection | Daniel Stenberg | |
2007-07-22 | Added test case 354 that makes a simple FTP retrieval without password, which | Daniel Stenberg | |
verifies the bug fix in #1757328. | |||
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 | |
from the test server code as they served no real purpose. The test server is here to serve for the test cases, not to attempt to function as a real server! | |||
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 | |
lower case for consistency since sftp commands are case insensitive. | |||
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 | |
(http://curl.haxx.se/bug/view.cgi?id=1757328) and submitted a patch. It turns out we broke login to FTP servers that don't require (nor understand) PASS after the USER command | |||
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 | |
keys that small. | |||
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 | |
issue is in libssh2 and not freeing a dynamic error message during cleanup. | |||
2007-07-18 | Use 512 bit keys to reduce the time taken to generate them. This shouldn't | Dan Fandrich | |
really reduce security since in the common case of a daily automated build the keys are only used for a single test run lasting a few minutes before being deleted. | |||
2007-07-17 | Fixed test cases 613 and 614 by improving the log postprocessor to handle | Dan Fandrich | |
a new directory listing format that newer libssh2's can provide. This is probably NOT sufficient to handle all directory listing formats that server's can provide and should be revisited. | |||
2007-07-17 | Jofell Gallardo posted a libcurl log using FTP that exposed a bug which made | Daniel Stenberg | |
a control connection that was deemed "dead" to yet be re-used in a following request. We must make sure the connection gets closed on this situation. | |||
2007-07-16 | make it do all three requests on the same connection | Daniel Stenberg | |