Age | Commit message (Expand) | Author |
2019-12-05 | curl_setup: fix `CURLRES_IPV6` condition | Marcel Raad |
2019-12-03 | curl_setup: disable IPv6 resolver without `getaddrinfo` | Marcel Raad |
2019-12-01 | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro |
2019-11-26 | TLS: add BearSSL vtls implementation | Michael Forney |
2019-08-20 | cleanup: remove DOT_CHAR completely | Daniel Stenberg |
2019-07-31 | plan9: add support for running on Plan 9 | lufia |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |
2019-06-10 | wolfssl: refer to it as wolfSSL only | Daniel Stenberg |
2019-05-22 | PolarSSL: deprecate support step 1. Removed from configure. | Daniel Stenberg |
2019-05-06 | ssh: define USE_SSH if SSH is enabled (any backend) | Daniel Stenberg |
2019-03-15 | configure: add --with-amissl | Chris Young |
2019-02-28 | Secure Transport: no more "darwinssl" | Daniel Stenberg |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2018-11-01 | axtls: removed | Daniel Stenberg |
2018-10-09 | curl_setup: define NOGDI on Windows | Marcel Raad |
2018-09-13 | vtls: add a MesaLink vtls backend | Yiming Jing |
2018-08-13 | http: fix for tiny "HTTP/0.9" response | Daniel Stenberg |
2018-07-09 | lib/curl_setup.h: remove unicode character | Jay Satiro |
2018-07-09 | lib/curl_setup.h: remove unicode bom from 8272ec50f02 | Daniel Stenberg |
2018-07-09 | curl_setup: include <winerror.h> before <windows.h> | Marcel Raad |
2018-05-31 | configure: check for declaration of getpwuid_r | Bernhard Walle |
2018-04-07 | curl_setup: provide a CURL_SA_FAMILY_T type if none exists | Daniel Stenberg |
2018-03-20 | vauth/cleartext: fix integer overflow check | Daniel Stenberg |
2018-01-31 | curl_setup: move the precautionary define of SIZEOF_TIME_T | Daniel Stenberg |
2018-01-30 | time: support > year 2038 time stamps for system with 32bit long | Daniel Stenberg |
2018-01-25 | parsedate: fix date parsing for systems with 32 bit long | Daniel Stenberg |
2018-01-24 | Fix small typo. | Gisle Vanem |
2018-01-08 | progress: calculate transfer speed on milliseconds if possible | Daniel Stenberg |
2017-10-27 | curl_setup.h: oops, shorten the too long line | Daniel Stenberg |
2017-10-27 | curl_setup: Improve detection of CURL_WINDOWS_APP | Martin Storsjo |
2017-09-05 | openssl: Integrate Peter Wu's SSLKEYLOGFILE implementation | Jay Satiro |
2017-08-17 | system.h: remove all CURL_SIZEOF_* defines | Daniel Stenberg |
2017-08-15 | cmake: remove dead code for CURL_DISABLE_RTMP | Benbuck Nason |
2017-08-01 | curl_setup: Define CURL_NO_OLDIES for building libcurl | Jay Satiro |
2017-07-11 | curl_setup: always define WIN32_LEAN_AND_MEAN on Windows | Marcel Raad |
2017-06-15 | curl_setup.h: error out on CURL_WANTS_CA_BUNDLE_ENV use | Daniel Stenberg |
2017-06-15 | lib/curl_setup.h: remove CURL_WANTS_CA_BUNDLE_ENV | Daniel Stenberg |
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg |
2017-05-01 | curl_setup: Ensure no more than one IDN lib is enabled | Jay Satiro |
2017-04-21 | mbedtls: enable NTLM (& SMB) even if MD4 support is unavailable | Dan Fandrich |
2017-04-03 | include: curl/system.h is a run-time version of curlbuild.h | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-10-31 | idn: switch to libidn2 use and IDNA2008 support | Daniel Stenberg |
2016-09-12 | mbedtls: switch off NTLM in build if md4 isn't available | Tony Kelman |
2016-08-21 | win: Basic support for Universal Windows Platform apps | Marco Deckel |
2016-08-03 | mbedtls: Added support for NTLM | Bill Nagel |
2016-06-07 | resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOS | Luo Jinghua |
2016-04-20 | sendf.c: added ability to call recv() before send() as workaround | Karlson2k |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-02-09 | openssl: remove most BoringSSL #ifdefs. | David Benjamin |