Age | Commit message (Expand) | Author |
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 platform-specifi... | monnerat |
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 |
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 |
2010-04-16 | SOCKS5: when name resolves fail return immediately | Daniel Stenberg |
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 |
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 |
2010-04-16 | resolvers: no more using AI_CANONNAME | Daniel Stenberg |
2010-04-16 | KRB5: use given host name instead of reverse lookup'ed name | Daniel Stenberg |
2010-04-15 | Remove redundant conditional | Dan Fandrich |
2010-04-15 | Curl_ipv4_resolve_r: only set AI_CANONNAME when needed | Daniel Stenberg |
2010-04-14 | ignore files generated by 'maketgz' | Daniel Stenberg |
2010-04-13 | fix compiler warning: variable might be clobbered by longjmp or vfork | Yang Tse |
2010-04-12 | added a cast to silent compiler warning with 64bit systems. | Guenter Knauf |
2010-04-12 | update the section on timeouts | Daniel Stenberg |
2010-04-12 | update URL and cut out wrong info on ipv6 | Daniel Stenberg |
2010-04-09 | FTP quote commands prefixed with '*' now can fail without aborting | Daniel Stenberg |
2010-04-07 | qssl: reflect recent code changes in SSL interface | Kamil Dudka |
2010-04-06 | nss: handle client certificate related errors | Kamil Dudka |
2010-04-06 | ssl: Fix build when SSL isn't enabled | Ben Greear |
2010-04-04 | refactorize interface of Curl_ssl_recv/Curl_ssl_send | Kamil Dudka |
2010-04-04 | simplify code of Curl_resolv_timeout() | Kamil Dudka |
2010-04-04 | eliminate a race condition in Curl_resolv_timeout() | Kamil Dudka |
2010-04-02 | fixed compiler warnings | Ben Greear |
2010-04-01 | fix SFTP download hang | Daniel Stenberg |