Age | Commit message (Expand) | Author |
2012-09-10 | winbuild: Added support for building with SPNEGO enabled | Marc Hoersken |
2012-09-10 | winbuild: Adjusted order of options to generated config name | Marc Hoersken |
2012-09-09 | MANUAL: clarified user+password in HTTP URLs | Anthony Bryan |
2012-09-09 | RELEASE-NOTES: synced with 6c6f1f64c2 | Daniel Stenberg |
2012-09-09 | TODO-RELEASE: CURLSSH_AUTH_AGENT and curl_multi_wait() are done | Daniel Stenberg |
2012-09-09 | curl_schannel.c: Reference count the credential/session handle | Marc Hoersken |
2012-09-08 | darwinssl: fixed for older Mac OS X versions | Nick Zitzmann |
2012-09-06 | tool_easysrc.c: Test pointers against NULL | David Blaikie |
2012-09-06 | SOCKS: truly disable it if CURL_DISABLE_PROXY is defined | Daniel Stenberg |
2012-09-04 | mk-ca-bundle: detect start of trust section better | Daniel Stenberg |
2012-09-04 | gnutls: do not fail on non-fatal handshake errors | Alessandro Ghedini |
2012-09-04 | FILEFORMAT: the FTP commands work for more protocols | Daniel Stenberg |
2012-09-04 | test1411: verify SMTP without SIZE support | Daniel Stenberg |
2012-09-04 | SMTP: only send SIZE if supported | František Kučera |
2012-09-04 | ftpserver: respond with a 250 to SMTP EHLO | Daniel Stenberg |
2012-09-03 | RELEASE-NOTES: synced with abb0da919300e | Daniel Stenberg |
2012-09-03 | Updated Symbian build files | Dan Fandrich |
2012-09-03 | Updated build docs w.r.t. Android and binary sizes | Dan Fandrich |
2012-09-01 | symbols-in-versions: new CURL_WAIT_* symbols | Daniel Stenberg |
2012-09-01 | Unit test for curl_multi_wait() | Sara Golemon |
2012-09-01 | Manpage for curl_multi_wait(). | Sara Golemon |
2012-09-01 | multi: add curl_multi_wait() | Sara Golemon |
2012-09-01 | darwinssl: Bugfix for previous commit for older cats | Nick Zitzmann |
2012-09-01 | Use MAX_EASY_HANDLES instead of hardcoding the number of handles twice | Joe Mason |
2012-08-31 | test2032: bail out after last transfer | Daniel Stenberg |
2012-08-31 | NTLM: re-use existing connection better | Joe Mason |
2012-08-31 | NTLM: verify multiple connections work | Joe Mason |
2012-08-28 | curl.1: list the -w variables sorted alphabetically | Daniel Stenberg |
2012-08-27 | libcurl-share.3: remove wrong info of what can be shared | Daniel Stenberg |
2012-08-27 | examples: use do/while loop for multi examples | Dave Reisner |
2012-08-27 | curl.h: fix comment to refer to current names | Daniel Stenberg |
2012-08-27 | ftpsget: simple example showing a FTPS fetch | Daniel Stenberg |
2012-08-27 | sftpget: SFTP is not "SSH FTP" | Daniel Stenberg |
2012-08-27 | sftpget: example showing a simple SFTP download | Armel Asselin |
2012-08-27 | curl_multi_perform.3: extended/clarified | Daniel Stenberg |
2012-08-23 | INSTALL.cmake: clarify some flaws/limits in the cmake build | Daniel Stenberg |
2012-08-21 | https.c example: spell check used define | Daniel Stenberg |
2012-08-19 | configure: update the copyright years for the output | Daniel Stenberg |
2012-08-18 | darwinssl: add TLS 1.1 and 1.2 support, replace deprecated functions | Nick Zitzmann |
2012-08-16 | curl_easy_setopt: documented CURLSOCKTYPE_ACCEPT for SOCKOPTFUNCTION | Daniel Stenberg |
2012-08-16 | ftp: active conn, place calling sockopt callback at the end of function | Gokhan Sengun |
2012-08-16 | ftp: active conn, allow application to set sockopt after accept() call | Gokhan Sengun |
2012-08-16 | configure: remove the --enable/disable-nonblocking options | Daniel Stenberg |
2012-08-15 | MANUAL review | Ant Bryan |
2012-08-10 | curl.1: shorten lines, avoid referring to libcurl instead of curl | Daniel Stenberg |
2012-08-10 | curl.1: fix more consistent wording | Ant Bryan |
2012-08-10 | ssh: use the libssh2 agent API conditionally | Daniel Stenberg |
2012-08-10 | white space fix: shorten long line | Daniel Stenberg |
2012-08-09 | docs: update the links to cipher-suites supported by NSS | Kamil Dudka |
2012-08-09 | nss: do not print misleading NSS error codes | Kamil Dudka |