Age | Commit message (Expand) | Author |
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 |
2010-03-31 | removed README.cmake due to the improved situation | Daniel Stenberg |
2010-03-31 | fix compiler warning with a cast. | Guenter Knauf |
2010-03-31 | make folks use latest available dependent libraries. | Guenter Knauf |
2010-03-29 | use (s)size_t for string lengths to fix compiler warns | Daniel Stenberg |
2010-03-29 | Fix compile warnings in ssh.c | Ben Greear |
2010-03-29 | fix smtp compile warning | Ben Greear |
2010-03-28 | pop3: Get message listing if no mailbox in URL | Ben Greear |
2010-03-27 | allow user+password in the URL for all protocols | Ben Greear |
2010-03-26 | Make rate-limitation logic smoother | Ben Greear |
2010-03-25 | remove all .cvsignore files | Daniel Stenberg |
2010-03-25 | PROT_CLOSEACTION should not include TFTP | Daniel Stenberg |
2010-03-25 | use CURL_SIZEOF_LONG instead of SIZEOF_LONG | Daniel Stenberg |
2010-03-24 | Merge branch 'master' of github.com:bagder/curl | Bill Hoffman |
2010-03-24 | fix: timeout after last data chunk was handled | Bob Richmond |
2010-03-24 | avoid compiler warning without USE_ALARM_TIMEOUT | Daniel Stenberg |
2010-03-24 | Fix curl CMake build. | Bill Hoffman |
2010-03-24 | Fix RTSP GET_PARAMETER empty and non-empty operation. | Chris Conroy |
2010-03-24 | restore executable bits on some files | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-03-24 | update to current state | Daniel Stenberg |
2010-03-23 | mark connection as connected | Daniel Stenberg |
2010-03-23 | chunked-encoding with Content-Length: header problem | Daniel Stenberg |