Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2006-09-12 | Cygwin preprocessor adjustments | Yang Tse | |
2006-09-11 | If the current connection doesn't fit to get added to the connection cache, | Daniel Stenberg | |
we certainly MUST NOT kill an active connection... Problem tracked down thanks to Michael Wallner's excellent test program. | |||
2006-09-11 | - Guilherme Balena Versiani: I noted a strange BUG in Win32 port | Daniel Stenberg | |
(ares_init.c/get_iphlpapi_dns_info() function): when I disable the network by hand or disconnect the network cable in Windows 2000 or Windows XP, my application gets 127.0.0.1 as the only name server. The problem comes from 'GetNetworkParams' function, that returns the empty string "" as the only name server in that case. Moreover, the Windows implementation of inet_addr() returns INADDR_LOOPBACK instead of INADDR_NONE. | |||
2006-09-11 | - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a | Daniel Stenberg | |
handle that is part of a multi handle first removes the handle from the stack. - Added CURLOPT_SSL_SESSIONID_CACHE and --no-sessionid to disable SSL session-ID re-use on demand since there obviously are broken servers out there that misbehave with session-IDs used. | |||
2006-09-11 | stupid mistake rectified by Jeff Pohlmeyer | Daniel Stenberg | |
2006-09-10 | Compiler warning fix | Yang Tse | |
2006-09-10 | Compiler warning fix | Yang Tse | |
2006-09-10 | curl_multi_socket() fix thanks to Jeff's test code | Daniel Stenberg | |
2006-09-10 | Jeff Pohlmeyer presented a *multi_socket()-using program that exposed a | Daniel Stenberg | |
problem with it (SIGSEGV-style). It clearly showed that the existing socket-state and state-difference function wasn't good enough so I rewrote it and could then re-run Jeff's program without any crash. The previous version clearly could miss to tell the application when a handle changed from using one socket to using another. While I was at it (as I could use this as a means to track this problem down), I've now added a 'magic' number to the easy handle struct that is inited at curl_easy_init() time and cleared at curl_easy_cleanup() time that we can use internally to detect that an easy handle seems to be fine, or at least not closed or freed (freeing in debug builds fill the area with 0x13 bytes but in normal builds we can of course not assume any particular data in the freed areas). | |||
2006-09-10 | Added a useful debug function within #if 0. The function makes it easy to | Daniel Stenberg | |
"dump" a hash table which is useful when tracking problems with data stored in one of our hashes. | |||
2006-09-10 | Added select_test() function to allow selecting on no sockets on | Gisle Vanem | |
Winsock. | |||
2006-09-09 | SIGALARM -> SIGALRM. | Gisle Vanem | |
2006-09-09 | #ifdef around alarmfunc() to supress warning. | Gisle Vanem | |
2006-09-09 | iconv-data needs to be fully reallocated (to prevent a double-free). | Gisle Vanem | |
2006-09-09 | Print usage in case 'arg2 == NULL'. | Gisle Vanem | |
2006-09-09 | Duplicate iconv-data too in curl_easy_duphandle(). | Gisle Vanem | |
2006-09-09 | Compiler warning fix | Yang Tse | |