Age | Commit message (Expand) | Author |
2015-10-23 | build: Fix mingw ssl gdi32 order | Jay Satiro |
2015-10-20 | vtls: added support for mbedTLS | Jonas Minnberg |
2015-10-18 | configure: add PSL to the list of features | Daniel Stenberg |
2015-10-17 | cookies: Add support for Mozilla's Publix Suffix List | Tim Rühsen |
2015-10-07 | configure: build silently by default | Daniel Stenberg |
2015-09-22 | gnutls: Support CURLOPT_KEYPASSWD | Mike Crowe |
2015-08-30 | configure: check for HMAC_Update in openssl | Daniel Stenberg |
2015-08-22 | configure: detect latest boringssl | Daniel Stenberg |
2015-08-22 | configure: change functions to detect openssl (clones) | Daniel Stenberg |
2015-08-10 | Revert "configure: disable libidn by default" | Daniel Stenberg |
2015-07-25 | configure: check if OpenSSL linking wants -ldl | Daniel Stenberg |
2015-07-24 | configure: add --disable-rt option | Michał Fita |
2015-06-29 | configure: disable libidn by default | Daniel Stenberg |
2015-05-18 | Require nghttp2 v1.0.0 | Tatsuhiro Tsujikawa |
2015-04-26 | configure: follow-up fix for krb5-config | Daniel Stenberg |
2015-04-20 | configure --with-nss: remove unneeded libs from the fallback | Mostyn Bramley-Moore |
2015-04-17 | configure --with-nss: drop redundant if statement | Kamil Dudka |
2015-04-17 | configure --with-nss=PATH: query pkg-config if available | Kamil Dudka |
2015-04-11 | cyassl: Include the CyaSSL build config | Jay Satiro |
2015-03-30 | configure: Use KRB5CONFIG for krb5-config | Dagobert Michelsen |
2015-03-26 | build: link curl to openssl libraries when openssl support is enabled | Paul Howarth |
2015-03-19 | cyassl: detect the library as renamed wolfssl | Dan Fandrich |
2015-03-05 | configure: follow-up fix from 709cf76f6 | Daniel Stenberg |
2015-03-05 | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg |
2015-01-22 | configure: remove detection of the old yassl emulation API | Daniel Stenberg |
2015-01-22 | BoringSSL: fix build for non-configure builds | Daniel Stenberg |
2015-01-22 | configure: fix BoringSSL detection and detect libresssl | Daniel Stenberg |
2015-01-22 | BoringSSL: detected by configure, switches off NTLM | Daniel Stenberg |
2015-01-18 | ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAP | Steve Holme |
2014-12-27 | code/docs: Use correct case for IPv4 and IPv6 | Steve Holme |
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme |
2014-12-26 | configure: Use camel case for UNIX sockets feature output | Steve Holme |
2014-12-07 | smb: Build with SSPI enabled | Bill Nagel |
2014-12-04 | libcurl: add UNIX domain sockets support | Peter Wu |
2014-12-02 | configure: Fixed inclusion of SMB when no crypto engines available | Steve Holme |
2014-11-29 | smb: Added configuration options for SMB | Bill Nagel |
2014-11-15 | tool: Use Kerberos for supported features | Michael Osipov |
2014-11-11 | configure: Fixed inclusion of krb5 when CURL_DISABLE_CRYPTO_AUTH is defined | Steve Holme |
2014-11-10 | configure: assume krb5 when gss-api works | Daniel Stenberg |
2014-11-09 | libssh2: detect features based on version, not configure checks | Daniel Stenberg |
2014-11-09 | configure: Fixed NTLM missing from features when CURL_DISABLE_HTTP defined | Steve Holme |
2014-11-07 | configure: Added krb5 to the supported features | Steve Holme |
2014-10-29 | configure.ac: remove checks for OpenSSL NPN/ALPN funcs again | Daniel Stenberg |
2014-08-26 | Compile with latest nghttp2 | Tatsuhiro Tsujikawa |
2014-08-25 | configure.ac: Add support for recent GSS-API implementations for HP-UX | Michael Osipov |
2014-07-23 | configure/features: Add feature and version info for GSS-API and SPNEGO | Michael Osipov |
2014-07-18 | build: link curl to NSS libraries when NSS support is enabled | Alessandro Ghedini |
2014-07-16 | Remove all traces of FBOpenSSL SPNEGO support | David Woodhouse |
2014-07-14 | configure: respect host tool prefix for krb5-config | Michał Górny |
2014-07-13 | netrc: fixed thread safety problem by using getpwuid_r if available | Dan Fandrich |