Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-05 | planned stuff to do before release | Daniel Stenberg | |
2006-10-04 | Dmitriy Sergeyev provided an example source code that crashed CVS libcurl | Daniel Stenberg | |
but that worked nicely in 7.15.5. I converted it into test case 532 and fixed the problem. | |||
2006-10-02 | removed more dead code that is unused since the removal of the third party | Daniel Stenberg | |
transfer support | |||
2006-09-30 | Support for FTP third party transfers is now dropped | Daniel Stenberg | |
2006-09-28 | Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl | Daniel Stenberg | |
would crash if a bad function sequence was used when shutting down after using the multi interface (i.e using easy_cleanup after multi_cleanup) so precautions have been added to make sure it doesn't any more - test case 529 was added to verify. | |||
2006-09-27 | added more explanations | Daniel Stenberg | |
2006-09-27 | As reported in bug: #1566077 the former URL mentioned in the generated cookie | Daniel Stenberg | |
jar has died and we now instead point out our own version of that | |||
2006-09-26 | Armel Asselin's fix for the RESUME_FROM docu | Daniel Stenberg | |
2006-09-25 | Compiler warning fix | Yang Tse | |
2006-09-25 | Compiler warning fix | Yang Tse | |
2006-09-25 | Compiler warning fix | Yang Tse | |
2006-09-24 | Compiler warning fix | Yang Tse | |
2006-09-24 | Bernard Leak fixed configure --with-gssapi-libs | Daniel Stenberg | |
2006-09-24 | Cory Nelson made libcurl use the WSAPoll() function if built for Windows | Daniel Stenberg | |
Vista (_WIN32_WINNT >= 0x0600) | |||
2006-09-24 | eeep, tab completion error | Daniel Stenberg | |
2006-09-24 | --ftp-ssl-control requires SSL/TLS, it does not "try" it | Daniel Stenberg | |
2006-09-24 | allow user in passwd state for test 280 to work (--ftp-alternative-to-user) | Daniel Stenberg | |
2006-09-23 | updated numbers | Daniel Stenberg | |
2006-09-23 | minor edits | Daniel Stenberg | |
2006-09-23 | filled in some docs for the FTP server control commands | Daniel Stenberg | |
2006-09-23 | added simple test of --ftp-alternative-to-user | Daniel Stenberg | |
2006-09-23 | --ftp-alternative-to-user was missing in the help text | Daniel Stenberg | |
2006-09-23 | Mike Protts added --ftp-ssl-control to make curl use FTP-SSL, but only | Daniel Stenberg | |
encrypt the control connection and use the data connection "plain". | |||
2006-09-23 | standard curl source code headers | Daniel Stenberg | |
2006-09-23 | Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as | Daniel Stenberg | |
it now will read the full data sent from servers. The SOCKS-related code was also moved to the new lib/socks.c source file. | |||
2006-09-21 | -z works on FTP, too | Dan Fandrich | |
2006-09-21 | (FTP) a failed upload does not invalidate the control connection | Daniel Stenberg | |
2006-09-21 | Added test case 531 in an attempt to repeat bug report #1561470 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1561470) that is said to crash when an FTP upload fails with the multi interface. It did not, but I made a failed upload still assume the control connection to be fine. | |||
2006-09-21 | Extended the explanation for CURLM_CALL_MULTI_PERFORM somewhat. | Daniel Stenberg | |
2006-09-20 | Armel Asselin fixed problems when you gave a proxy URL with user name and | Daniel Stenberg | |
empty password or no password at all. Test case 278 and 279 were added to verify. | |||
2006-09-20 | lots of "HTTPS" features are really "SSL" ones as they are also valid for | Daniel Stenberg | |
FTPS | |||
2006-09-20 | Michael Wallner's test program again help me track down a problem. This time | Daniel Stenberg | |
it basically was that we didn't remove the current connection from the pipe list when following a redirect. Also in this commit: several cases of additional debug code for debug builds helping to check and track down some signs of run-time trouble. | |||
2006-09-20 | PEM is default type for key and cert | Daniel Stenberg | |
2006-09-16 | Resize the connection cache upwards when adding more handles than what | Daniel Stenberg | |
currently fits in the cache, to make the cache work better especially for pipelining cases but also for "mere" (persistent) connection re-use. | |||
2006-09-16 | Armel Asselin - When the easy handle is removed from the multi while libcurl | Daniel Stenberg | |
is still trying to resolve the host name, it seems that the ftp struct is not yet initialized, but the removal action calls Curl_done() which calls Curl_ftp_done. So we simply return success from there if no ftp pointer is set. | |||
2006-09-15 | file-local function should be static and not use Curl_ prefix! | Daniel Stenberg | |
Curl_signalPipeClose is now signalPipeClose(). | |||
2006-09-13 | Use CSOURCES as other makefiles. Add line for dependency generation. | Gisle Vanem | |
2006-09-13 | 'in6addr_any' must be placed in .c-file. Added 'REAL_WIN32' for | Gisle Vanem | |
all Win32 targets except CygWin. Cleanup. | |||
2006-09-13 | Compiler warning fix | Yang Tse | |
2006-09-13 | nicer reporting of disabled tests | Daniel Stenberg | |
2006-09-13 | added CVS id and clarified the comment lines | Daniel Stenberg | |
2006-09-13 | Added a generic way to disable test cases when "all" is run, and added the | Daniel Stenberg | |
FTP 3rd party transfers to that file for now until I have them sorted out. | |||
2006-09-13 | Fix error introduced in file version 1.369 | Yang Tse | |
2006-09-12 | Compiler warning fix | Yang Tse | |
2006-09-12 | stuff we do | Daniel Stenberg | |
2006-09-12 | hiperfifo.c by Jeff Pohlmeyer | Daniel Stenberg | |
2006-09-12 | pipelining support is added now | Daniel Stenberg | |
2006-09-12 | example code by Michael Wallner | Daniel Stenberg | |
2006-09-12 | corrected URL | Daniel Stenberg | |
2006-09-12 | so it seems SOCKS5 too (still) has problems with connect timeouts | Daniel Stenberg | |