Age | Commit message (Expand) | Author |
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 |
2016-02-04 | URLs: follow GitHub project rename (also Travis CI) | Viktor Szakats |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-12-07 | lwip: Fix compatibility issues with later versions | Gisle Vanem |
2015-11-28 | curl_setup.h: undef freeaddrinfo in c-ares block to fix build | Daniel Stenberg |
2015-11-11 | curl_setup.h: Removed duplicate CURL_DISABLE_RTSP when HTTP_ONLY defined | Steve Holme |
2015-10-20 | vtls: added support for mbedTLS | Jonas Minnberg |
2015-09-10 | curl_sspi: fix possibly undefined CRYPT_E_REVOKED | Jay Satiro |
2015-06-02 | curl_setup: Change fopen text macros to use 't' for MSDOS | Jay Satiro |
2015-06-01 | curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT | Jay Satiro |
2015-03-05 | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg |
2015-01-26 | curl_setup: Disable SMB/CIFS support when HTTP only | Brad Spencer |
2015-01-22 | BoringSSL: fix build for non-configure builds | Daniel Stenberg |
2015-01-22 | BoringSSL: detected by configure, switches off NTLM | Daniel Stenberg |
2014-12-08 | compile: warn on unused return code from Curl_client_write() | Daniel Stenberg |
2014-12-07 | ntlm: Use Windows Crypt API | Bill Nagel |
2014-12-05 | OS400: enable NTLM authentication | Patrick Monnerat |