Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-12 | style: minor whitespace change | Daniel Stenberg | |
2010-05-12 | FTP: WILDCARDMATCH/CHUNKING/FNMATCH added | Pavel Raiskup | |
2010-05-12 | RTMP: initial support added, powered by librtmp | Howard Chu | |
librtmp is found at http://rtmpdump.mplayerhq.hu/ | |||
2010-05-11 | sendrecv: make them two pairs of send/recv to properly deal with FTPS | Howard Chu | |
FTP(S) use two connections that can be set to different recv and send functions independently, so by introducing recv+send pairs in the same manner we already have sockets/connections we can work with FTPS fine. This commit fixes the FTPS regression introduced in change d64bd82. | |||
2010-05-11 | nss: make it possible to read ASCII and DER CRL | Kamil Dudka | |
2010-05-11 | nss: add CRL to cache instead of read-only NSS db | Kamil Dudka | |
2010-05-08 | moved vars into conditional since seems that winsock implementation doesnt ↵ | Hacki | |
use them. | |||
2010-05-07 | multi interface: missed storing connection time | Daniel Stenberg | |
Dirk Manske reported a regression. When connecting with the multi interface, there were situations where libcurl wouldn't store connect time correctly as it used to (and is documented to) do. Using his fine sample program we could repeat it, and I wrote up test case 573 using that code. The problem does not easily show itself using the local test suite though. The fix, also as suggested by Dirk, is a bit on the ugly side as it adds yet another call to Curl_verboseconnect() and setting the TIMER_CONNECT time. That situation is subject for some closer inspection in the future. | |||
2010-05-07 | verboseconnect: so the verbose checking within the function | Daniel Stenberg | |
As the function is used more than once and libcurl can be built without it, do the conditional check within the verboseconnect() function itself. | |||
2010-05-07 | sendrecv: split the I/O handling into private handler | Howard Chu | |
Howard Chu brought the bulk work of this patch that properly moves out the sending and recving of data to the parts of the code that are properly responsible for the various ways of doing so. Daniel Stenberg assisted with polishing a few bits and fixed some minor flaws in the original patch. Another upside of this patch is that we now abuse CURLcodes less with the "magic" -1 return codes and instead use CURLE_AGAIN more consistently. | |||
2010-05-05 | PolarSSL: initial support added | Hoi-Ho Chan | |
This is Hoi-Ho Chan's patch with some minor fixes by me. There are some potential issues in this, but none worse than we can sort out on the list and over time. | |||
2010-04-29 | telnet: Allow programatic use of telnet. | Ben Greear | |
The main change is to allow input from user-specified methods, when they are specified with CURLOPT_READFUNCTION. All calls to fflush(stdout) in telnet.c were removed, which makes using 'curl telnet://foo.com' painful since prompts and other data are not always returned to the user promptly. Use 'curl --no-buffer telnet://foo.com' instead. In general, the user should have their CURLOPT_WRITEFUNCTION do a fflush for interactive use. Also fix assumption that reading from stdin never returns < 0. Old code could crash in that case. Call progress functions in telnet main loop. Signed-off-by: Ben Greear <greearb@candelatech.com> | |||
2010-04-26 | SSH: init and cleanup libssh2 in global_init/cleanup | Daniel Stenberg | |
The necessary libssh2 functions require libssh2 1.2.5 or later. | |||
2010-04-24 | nss: fix SSL handshake timeout underflow | Kamil Dudka | |
2010-04-24 | encourage users to take latest lib dependencies. | Guenter Knauf | |
2010-04-24 | socks5: please static code analyzer | Daniel Stenberg | |
Make sure we don't call memcpy() if the argument is NULL even though we also passed a zero length then, as the clang analyzer whined and we want to limit warnings (even false positives) when they're this easy to fix. The change of (char) to (unsigned char) will fix long user names and passwords on systems that have the char type signed by default. | |||
2010-04-24 | gzip: Value stored to 'data' is never read | Daniel Stenberg | |
2010-04-20 | hmac.c related compilation adjustment | Yang Tse | |
2010-04-20 | hmac.c related compilation adjustment | Yang Tse | |
2010-04-20 | Add compilation directives for hmac in Watcom,riscos and vc6 ↵ | monnerat | |
platform-specific makefiles. | |||
2010-04-20 | replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles | Ruslan Gazizov | |
2010-04-19 | Merge branch 'master' of github.com:bagder/curl | monnerat | |
2010-04-19 | Remove null-effect leftover code. | monnerat | |
2010-04-19 | Curl_HMAC_MD5: fix the array init to not warn with picky compilers | Daniel Stenberg | |
2010-04-19 | Fix GnuTLS compilation problem in md5.c | monnerat | |
2010-04-19 | Fix compilation problem: declare Curl_HMAC_MD5 as extern in include file. | monnerat | |
2010-04-19 | Merge branch 'master' of github.com:bagder/curl | monnerat | |
2010-04-19 | Implement SMTP authentication | monnerat | |
2010-04-17 | parsedate: Value stored to 'found' is never read | Daniel Stenberg | |
2010-04-17 | check_gzip_header: Value stored to 'data' is never read | Daniel Stenberg | |
2010-04-16 | dprintf_formatf: Value stored to 'left' is never read | Daniel Stenberg | |
2010-04-16 | curl_version: remove superfluous assignments | Daniel Stenberg | |
2010-04-16 | FTP PORT: Value stored to 'rc' is never read | Daniel Stenberg | |
2010-04-16 | Curl_setup_transfer: no longer returns anything | Daniel Stenberg | |
This function could only return CURLE_OK and by changing it to a void instead, we can simplify code all over. | |||
2010-04-16 | PASV response: Value stored to 'rc' is never read | Daniel Stenberg | |
2010-04-16 | Curl_perform: Value stored to 'res2' is never read | Daniel Stenberg | |
2010-04-16 | sftp range: remove unnecessary check for NULL pointer | Daniel Stenberg | |
2010-04-16 | ftp_range: remove unnecessary check for NULL pointer | Daniel Stenberg | |
2010-04-16 | file_range: remove unnecessary check for NULL pointer | Daniel Stenberg | |
2010-04-16 | SOCKS4: Value stored to 'rc' is never read | Daniel Stenberg | |
2010-04-16 | FTP PASV: Value stored to 'rc' is never read | Daniel Stenberg | |
2010-04-16 | ftp_range: Value stored to 'totalsize' is never read | Daniel Stenberg | |
Simplified the code by removing a local variable completely. | |||
2010-04-16 | SOCKS5: when name resolves fail return immediately | Daniel Stenberg | |
This makes the code flow more obvious and reacts on the return code properly, even if the code acted the same way before. | |||
2010-04-16 | POP3: when USER command fails, don't even try PASS | Daniel Stenberg | |
2010-04-16 | tftp_rx: Value stored to 'sbytes' is never read | Daniel Stenberg | |
2010-04-16 | file_range: Value stored to 'totalsize' is never read | Daniel Stenberg | |
2010-04-16 | GnuTLS: make the connection phase non-blocking | Jerome Vouillon | |
When multi interface is used, the SSL handshake is no longer blocking when GnuTLS is used. | |||
2010-04-16 | krb5_auth: fix my previous change to compile | Daniel Stenberg | |
2010-04-16 | SSL_RECV: EOF is not an error here | Daniel Stenberg | |
The recent overhaul of the SSL recv function made this treat a zero returned from gnutls_record_recv() as an error, and this caused our HTTPS test cases to fail. We leave it to upper layer code to detect if an EOF is a problem or not. | |||
2010-04-16 | resolvers: no more using AI_CANONNAME | Daniel Stenberg | |
No resolver anymore needs to use AI_CANONNAME and do reverse lookups. We should work hard to avoid having code that relies on it. |