Age | Commit message (Expand) | Author |
2014-10-23 | Added VC ssh2 target to main Makefile. | Guenter Knauf |
2014-10-23 | Some cosmetics and simplifies. | Guenter Knauf |
2014-10-23 | Remove dependency on openssl and cut. | Guenter Knauf |
2014-10-23 | RELEASE-NOTES: synced with e116d0a62 | Daniel Stenberg |
2014-10-23 | CURLOPT_RESOLVE.3: add an example | Daniel Stenberg |
2014-10-23 | gnutls: removed dead code | Daniel Stenberg |
2014-10-23 | Curl_rand: Uninitialized variable: r | Daniel Stenberg |
2014-10-21 | opts: provide more and updated examples | Daniel Stenberg |
2014-10-21 | CURLOPT_RANGE.3: works for SFTP as well | Daniel Stenberg |
2014-10-21 | curl.1: edited for clarity | Daniel Stenberg |
2014-10-21 | CURLOPT_SSLVERSION.3: provide an example | Daniel Stenberg |
2014-10-21 | docs/libcurl/ABI: more markdown friendly | Daniel Stenberg |
2014-10-21 | docs: edited lots of libcurl docs for clarity | Daniel Stenberg |
2014-10-21 | opts: added examples | Daniel Stenberg |
2014-10-21 | HISTORY: two glimpses in 2014 | Daniel Stenberg |
2014-10-20 | nss: reset SSL handshake state machine | Kamil Dudka |
2014-10-20 | cmake: generate pkg-config and curl-config | Peter Wu |
2014-10-20 | cmake: use LIBCURL_VERSION from curlver.h | Peter Wu |
2014-10-20 | cmake: add SUPPORT_FEATURES and SUPPORT_PROTOCOLS | Peter Wu |
2014-10-17 | cmake: add CMake/Macros.cmake to the release tarball | Daniel Stenberg |
2014-10-16 | test545: make it not use a trailing zero | Daniel Stenberg |
2014-10-16 | ntlm: Fixed empty type-2 decoded message info text | Steve Holme |
2014-10-16 | ntlm: Fixed empty/bad base-64 decoded buffer return codes | Steve Holme |
2014-10-16 | ntlm: Avoid unnecessary buffer allocation for SSPI based type-2 token | Steve Holme |
2014-10-16 | httpcustomheader.c: make use of more CURLOPT_HTTPHEADER features | Daniel Stenberg |
2014-10-15 | sasl_sspi: Fixed some typos | Steve Holme |
2014-10-15 | sasl_sspi: Fixed Kerberos response buffer not being allocated when using SSO | Steve Holme |
2014-10-15 | mk-ca-bundle: added SHA-384 signature algorithm | Bruno Thomsen |
2014-10-14 | OS400: fix bugs in curl_*escape_ccsid() and reduce variables scope | Patrick Monnerat |
2014-10-14 | Implement pinned public key in GSKit backend | Patrick Monnerat |
2014-10-14 | CURLOPT_TLSAUTH_*.3: fix reference typos | Daniel Stenberg |
2014-10-14 | cleanups: reduce variable scope | Daniel Stenberg |
2014-10-14 | singleipconnect: remove dead assignment never used | Daniel Stenberg |
2014-10-13 | pinning: minor code style policing | Daniel Stenberg |
2014-10-13 | Factorize pinned public key code into generic file handling and backend specific | Patrick Monnerat |
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat |
2014-10-13 | gskit: supply dummy randomization function | Patrick Monnerat |
2014-10-13 | vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementation | Patrick Monnerat |
2014-10-13 | tests: move TESTCASES to Makefile.inc, add show for cmake | Peter Wu |
2014-10-13 | cmake: enable IPv6 by default if available | Peter Wu |
2014-10-12 | cmake: build tool_hugehelp (ENABLE_MANUAL) | Peter Wu |
2014-10-10 | tests/http_pipe.py: Python 3 support | Peter Wu |
2014-10-10 | SECURITY: slightly nicer markdown format | Daniel Stenberg |
2014-10-10 | RELEASE-PROCEDURE: better markdown, more content | Daniel Stenberg |
2014-10-09 | RELEASE-NOTES: synced with 6637b237e6eb | Daniel Stenberg |
2014-10-09 | vtls: have vtls.h include the backend header files | Daniel Stenberg |
2014-10-09 | test2036: verify -O with no slash at all in the URL | Daniel Stenberg |
2014-10-09 | get_url_file_name: make no slash equal empty string | Daniel Stenberg |
2014-10-09 | get_url_file_name: never return a NULL string *and* OK | Daniel Stenberg |
2014-10-09 | Cmake: Build with GSSAPI (MIT or Heimdal) | Jakub Zakrzewski |