Age | Commit message (Expand) | Author |
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 |
2012-08-08 | RELEASE-NOTES: synced with 0774386b23 | Daniel Stenberg |
2012-08-08 | docs: mention CURLSSH_AUTH_AGENT | Armel Asselin |
2012-08-08 | SSH: added agent based authentication | Armel Asselin |
2012-08-08 | bump version to 7.28.0 | Daniel Stenberg |
2012-08-08 | RELEASE-NOTES: added missing link | Daniel Stenberg |
2012-08-08 | curl_version: fixed Value stored to 'len' is never read | Daniel Stenberg |
2012-08-08 | TODO-RELEASE: the (nil) bug is fixed | Daniel Stenberg |
2012-08-08 | add_next_timeout: minor restructure of code | Daniel Stenberg |
2012-08-08 | verbose messages: fixed output of hostnames in re-used connections | Daniel Stenberg |
2012-08-08 | metalink: Un-broke the build when building --with-darwinssl | Nick Zitzmann |
2012-08-08 | Fix some compiler warnings. | Guenter Knauf |
2012-08-08 | TODO-RELEASE: two bugs fixed | Daniel Stenberg |
2012-08-08 | curl.1: minor format fix for --data-ascii | Daniel Stenberg |
2012-08-07 | curl man page cleanup | Ant Bryan |
2012-08-07 | Avoid leak of local device string when reusing connection | Mike Crowe |
2012-08-07 | Curl_socket_check: fix timeout return value for select users | Daniel Stenberg |
2012-08-07 | Curl_socket_check: fix return code for timeout | Maxime Larocque |
2012-08-07 | RELEASE-NOTES: synced with b4a558041fdf65c0 | Daniel Stenberg |
2012-08-07 | TODO-RELEASE: fixed another bug | Daniel Stenberg |
2012-08-07 | WSAPoll: disabled on all windows builds | Daniel Stenberg |
2012-08-07 | retry request: only access the HTTP data if in fact HTTP | Daniel Stenberg |
2012-08-07 | TODO: support DANE, we already support gnutls without gcrypt | Daniel Stenberg |
2012-08-07 | curl-config: parentheses fix | Daniel Stenberg |
2012-08-07 | VC build: add define for openssl | Daniel Stenberg |
2012-08-07 | TODO-RELEASE: two bugs fixed! | Daniel Stenberg |
2012-08-07 | globbing: fix segfault when >9 globs were used | Daniel Stenberg |
2012-08-07 | sws: close sockets properly | Joe Mason |
2012-08-07 | Remove debug logs that were accidentally checked in | Joe Mason |
2012-08-07 | Use select in sws, which has better cross-platform support than poll | Joe Mason |
2012-08-07 | Use cross-platform curlx_nonblock instead of fcntl in sws | Joe Mason |