Age | Commit message (Expand) | Author |
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 |
2014-10-09 | Cmake: Got rid of setup_curl_dependencies | Jakub Zakrzewski |
2014-10-09 | Cmake: Avoid cycle directory dependencies. | Jakub Zakrzewski |
2014-10-09 | Cmake: Fix library list provided to cURL tests. | Jakub Zakrzewski |
2014-10-09 | Cmake: Check for OpenSSL before OpenLDAP. | Jakub Zakrzewski |
2014-10-09 | curl_multi_fdset.3: improved the formatting slightly | Daniel Stenberg |
2014-10-09 | curl_multi_fdset: explain the fd_set arguments | Daniel Stenberg |
2014-10-08 | nss: do not fail if a CRL is already cached | Kamil Dudka |
2014-10-08 | OS400: upgrade interface for pinned public key (no implementation yet) | Patrick Monnerat |
2014-10-08 | FormAdd: precaution against memdup() of NULL pointer | Daniel Stenberg |
2014-10-08 | operate: avoid NULL dereference | Daniel Stenberg |
2014-10-08 | do_sec_send: remove dead code | Daniel Stenberg |
2014-10-08 | krb5_encode: remove unused argument | Daniel Stenberg |
2014-10-08 | operate_do: skip superfluous check for NULL pointer | Daniel Stenberg |
2014-10-07 | curl_easy_getinfo.3: spell-fix | Daniel Stenberg |
2014-10-07 | GnuTLS: Implement public key pinning | moparisthebest |
2014-10-07 | SSL: implement public key pinning | moparisthebest |
2014-10-07 | multi_runsingle: fix possible memory leak | Daniel Stenberg |
2014-10-07 | ares::Curl_resolver_cancel: skip checking for NULL conn | Daniel Stenberg |
2014-10-07 | parseconfig: skip a NULL check | Daniel Stenberg |
2014-10-07 | multi-uv.c: call curl_multi_info_read() better | Waldek Kozba |
2014-10-06 | tool_go_sleep: use (void) to spell out we ignore the return value | Daniel Stenberg |
2014-10-06 | ssh_statemach_act: split out assignment from check | Daniel Stenberg |
2014-10-04 | curl_schannel.c: Fixed possible memory or handle leak | Marc Hoersken |