aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-28Secure Transport: no more "darwinssl"Daniel Stenberg
2019-02-27AppVeyor: add classic MinGW buildMarcel Raad
2019-02-27AppVeyor: add MinGW-w64 buildMarcel Raad
2019-02-27cookies: only save the cookie file if the engine is enabledDaniel Stenberg
2019-02-27cacertinmem.c: use multiple certificates for loading CA-chainDaVieS
2019-02-27urldata: convert bools to bitfields and move to endDaniel Stenberg
2019-02-27curl.h: use __has_declspec_attribute for shared buildsDon J Olmstead
2019-02-27curl: display --version features sorted alphabeticallyDaniel Stenberg
2019-02-26runtests: detect "schannel" as an alias for "winssl"Daniel Stenberg
2019-02-26AppVeyor: update to Visual Studio 2017Marcel Raad
2019-02-26AppVeyor: switch VS 2015 builds to VS 2017 imageMarcel Raad
2019-02-26AppVeyor: explicitly select worker imageMarcel Raad
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2019-02-26cookies: fix NULL dereference if flushing cookies with no CookieInfo setMichael Wallner
2019-02-26AppVeyor: re-enable test 500Marcel Raad
2019-02-26AppVeyor: remove redundant buildsMarcel Raad
2019-02-25RELEASE-NOTES: syncedDaniel Stenberg
2019-02-25OpenSSL: add support for TLS ASYNC stateBernd Mueller
2019-02-25acinclude: add additional libraries to check for LDAP supportMichael Felt
2019-02-25schannel: support CALG_ECDH_EPHEM algorithmgeorgeok
2019-02-24multi: call multi_done on connect timeoutsDaniel Stenberg
2019-02-23examples: remove recursive calls to curl_multi_socket_actionDaniel Stenberg
2019-02-23configure: remove CURL_CHECK_FUNC_FDOPEN callMarcel Raad
2019-02-23wolfssl: stop custom-adding curvesDaniel Stenberg
2019-02-22configure: remove the unused fdopen macroDaniel Stenberg
2019-02-22url: change conn shutdown order to unlink data as last stepJay Satiro
2019-02-22Fix strict-prototypes GCC warningMarcel Raad
2019-02-21tests: Fixed XML validation errors in some test files.Dan Fandrich
2019-02-20TODO: Allow SAN names in HTTP/2 server pushDaniel Stenberg
2019-02-20RELEASE-NOTES: syncedDaniel Stenberg
2019-02-20curl: remove MANUAL from -M outputDaniel Stenberg
2019-02-20http2: verify :athority in push promise requestsDaniel Stenberg
2019-02-20singlesocket: fix the 'sincebefore' placementDaniel Stenberg
2019-02-19connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg
2019-02-19cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat
2019-02-19x509asn1: cleanup and unify code layoutDaniel Stenberg
2019-02-19curl_multi_remove_handle.3: use at any time, just not from within callbacksDaniel Stenberg
2019-02-19http: make adding a blank header thread-safeDaniel Stenberg
2019-02-19unit1651: survive curl_easy_init() failsDaniel Stenberg
2019-02-18rand: Fix a mismatch between comments in source and header.Frank Gevaerts
2019-02-18x509asn1: replace single char with an arrayPatrick Monnerat
2019-02-18examples/http2-serverpush: add some sensible error checksDaniel Stenberg
2019-02-18easy: fix win32 init to work without CURL_GLOBAL_WIN32Jay Satiro
2019-02-17cookie: Add support for cookie prefixesDaniel Gustafsson
2019-02-16mbedtls: release sessionid resources on errorDaniel Gustafsson
2019-02-16cli tool: refactor encoding conversion sequence for switch case fallthrough.Patrick Monnerat
2019-02-16version.c: silent scan-build even when librtmp is not enabledPatrick Monnerat
2019-02-15RELEASE-NOTES: syncedDaniel Stenberg
2019-02-15Curl_now: figure out windows version in win32_initDaniel Stenberg
2019-02-15unit1307: just fail without FTP supportMarcel Raad