Age | Commit message (Expand) | Author |
2019-03-01 | docs: update max-redirs.d phrasing | Ԝеѕ |
2019-03-01 | ssh: fix Condition '!status' is always true | Daniel Stenberg |
2019-02-28 | test578: make it read data from the correct test | Daniel Stenberg |
2019-02-28 | Curl_easy: remove req.maxfd - never used! | Daniel Stenberg |
2019-02-28 | http: set state.infilesize when sending formposts | Daniel Stenberg |
2019-02-28 | INSTALL: refer to the current TLS library names and configure options | Daniel Stenberg |
2019-02-28 | FAQ: minor updates and spelling fixes | Daniel Stenberg |
2019-02-28 | GOVERNANCE.md: minor spelling fixes | Daniel Stenberg |
2019-02-28 | Secure Transport: no more "darwinssl" | Daniel Stenberg |
2019-02-27 | AppVeyor: add classic MinGW build | Marcel Raad |
2019-02-27 | AppVeyor: add MinGW-w64 build | Marcel Raad |
2019-02-27 | cookies: only save the cookie file if the engine is enabled | Daniel Stenberg |
2019-02-27 | cacertinmem.c: use multiple certificates for loading CA-chain | DaVieS |
2019-02-27 | urldata: convert bools to bitfields and move to end | Daniel Stenberg |
2019-02-27 | curl.h: use __has_declspec_attribute for shared builds | Don J Olmstead |
2019-02-27 | curl: display --version features sorted alphabetically | Daniel Stenberg |
2019-02-26 | runtests: detect "schannel" as an alias for "winssl" | Daniel Stenberg |
2019-02-26 | AppVeyor: update to Visual Studio 2017 | Marcel Raad |
2019-02-26 | AppVeyor: switch VS 2015 builds to VS 2017 image | Marcel Raad |
2019-02-26 | AppVeyor: explicitly select worker image | Marcel Raad |
2019-02-26 | strerror: make the strerror function use local buffers | Daniel Stenberg |
2019-02-26 | cookies: fix NULL dereference if flushing cookies with no CookieInfo set | Michael Wallner |
2019-02-26 | AppVeyor: re-enable test 500 | Marcel Raad |
2019-02-26 | AppVeyor: remove redundant builds | Marcel Raad |
2019-02-25 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-02-25 | OpenSSL: add support for TLS ASYNC state | Bernd Mueller |
2019-02-25 | acinclude: add additional libraries to check for LDAP support | Michael Felt |
2019-02-25 | schannel: support CALG_ECDH_EPHEM algorithm | georgeok |
2019-02-24 | multi: call multi_done on connect timeouts | Daniel Stenberg |
2019-02-23 | examples: remove recursive calls to curl_multi_socket_action | Daniel Stenberg |
2019-02-23 | configure: remove CURL_CHECK_FUNC_FDOPEN call | Marcel Raad |
2019-02-23 | wolfssl: stop custom-adding curves | Daniel Stenberg |
2019-02-22 | configure: remove the unused fdopen macro | Daniel Stenberg |
2019-02-22 | url: change conn shutdown order to unlink data as last step | Jay Satiro |
2019-02-22 | Fix strict-prototypes GCC warning | Marcel Raad |
2019-02-21 | tests: Fixed XML validation errors in some test files. | Dan Fandrich |
2019-02-20 | TODO: Allow SAN names in HTTP/2 server push | Daniel Stenberg |
2019-02-20 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-02-20 | curl: remove MANUAL from -M output | Daniel Stenberg |
2019-02-20 | http2: verify :athority in push promise requests | Daniel Stenberg |
2019-02-20 | singlesocket: fix the 'sincebefore' placement | Daniel Stenberg |
2019-02-19 | connection: never reuse CONNECT_ONLY conections | Daniel Stenberg |
2019-02-19 | cli tool: fix mime post with --disable-libcurl-option configure option | Patrick Monnerat |
2019-02-19 | x509asn1: cleanup and unify code layout | Daniel Stenberg |
2019-02-19 | curl_multi_remove_handle.3: use at any time, just not from within callbacks | Daniel Stenberg |
2019-02-19 | http: make adding a blank header thread-safe | Daniel Stenberg |
2019-02-19 | unit1651: survive curl_easy_init() fails | Daniel Stenberg |
2019-02-18 | rand: Fix a mismatch between comments in source and header. | Frank Gevaerts |
2019-02-18 | x509asn1: replace single char with an array | Patrick Monnerat |
2019-02-18 | examples/http2-serverpush: add some sensible error checks | Daniel Stenberg |