Age | Commit message (Expand) | Author |
2019-04-14 | md5: Code style to return CURLE_OK rather than numeric 0 | Steve Holme |
2019-04-14 | md5: Corrected code style for some pointer arguments | Steve Holme |
2019-04-13 | travis: update some builds to xenial | Marcel Raad |
2019-04-13 | test: make tests and test scripts use socksd for SOCKS | Daniel Stenberg |
2019-04-13 | socksd: new SOCKS 4+5 server for tests | Daniel Stenberg |
2019-04-13 | singleipconnect: show port in the verbose "Trying ..." message | Daniel Stenberg |
2019-04-13 | CURLOPT_ADDRESS_SCOPE: fix range check and more | tmilburn |
2019-04-13 | urlapi: stricter CURLUPART_PORT parsing | Daniel Stenberg |
2019-04-13 | winbuild: Support MultiSSL builds | Jan-E |
2019-04-12 | travis: remove mesalink builds (temporarily?) | Daniel Stenberg |
2019-04-12 | openssl: mark connection for close on TLS close_notify | Daniel Stenberg |
2019-04-12 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-04-11 | vauth/cleartext: Update the PLAIN login function signature to match RFC 4616 | Steve Holme |
2019-04-11 | test1906: verify CURLOPT_CURLU + CURLOPT_PORT usage | Daniel Stenberg |
2019-04-11 | url: always clone the CUROPT_CURLU handle | Daniel Stenberg |
2019-04-11 | CURLOPT_DNS_USE_GLOBAL_CACHE: remove | Daniel Stenberg |
2019-04-11 | travis: install libgnutls28-dev only for --with-gnutls build | Marcel Raad |
2019-04-11 | travis: install libnss3-dev only for --with-nss build | Marcel Raad |
2019-04-11 | travis: install libssh2-dev only for --with-libssh2 build | Marcel Raad |
2019-04-11 | travis: install libssh-dev only for --with-libssh build | Marcel Raad |
2019-04-11 | travis: install krb5-user only for --with-gssapi build | Marcel Raad |
2019-04-11 | travis: install lcov only for the coverage job | Marcel Raad |
2019-04-11 | travis: install clang only when needed | Marcel Raad |
2019-04-11 | AppVeyor: enable testing for WinSSL build | Marcel Raad |
2019-04-11 | build: fix Codacy/CppCheck warnings | Marcel Raad |
2019-04-11 | polarssl_threadlock: remove conditionally unused code | Marcel Raad |
2019-04-11 | lib557: initialize variables | Marcel Raad |
2019-04-11 | lib509: add missing include for strdup | Marcel Raad |
2019-04-11 | README.md: fix no-consecutive-blank-lines Codacy warning | Marcel Raad |
2019-04-11 | tests/server/util: fix Windows Unicode build | Marcel Raad |
2019-04-11 | curl_easy_getinfo.3: fix minor formatting mistake | Daniel Stenberg |
2019-04-11 | xattr: skip unittest on unsupported platforms | Daniel Gustafsson |
2019-04-11 | emailL Added reference to RFC8314 for implicit TLS | Steve Holme |
2019-04-10 | README: Schannel, stop calling it "winssl" | Steve Holme |
2019-04-10 | cmake: clear CMAKE_REQUIRED_LIBRARIES after each use | Jakub Zakrzewski |
2019-04-10 | cmake: avoid linking executable for some tests with cmake 3.6+ | Jakub Zakrzewski |
2019-04-10 | cmake: minor cleanup | Jakub Zakrzewski |
2019-04-08 | build-openssl.bat: Fixed support for OpenSSL v1.1.0+ | Steve Holme |
2019-04-08 | build-openssl.bat: Perfer the use of if statements rather than goto (where po... | Steve Holme |
2019-04-08 | build-openssl.bat: Perform the install for each build type directly after the... | Steve Holme |
2019-04-08 | build-openssl.bat: Split the install of static and shared build types | Steve Holme |
2019-04-08 | build-openssl.bat: Split the building of static and shared build types | Steve Holme |
2019-04-08 | build-openssl.bat: Move the installation into a separate function | Steve Holme |
2019-04-08 | build-openssl.bat: Move the build step into a separate function | Steve Holme |
2019-04-08 | build-openssl.bat: Move the OpenSSL configuration into a separate function | Steve Holme |
2019-04-08 | build-openssl.bat: Fixed the BUILD_CONFIG variable not being initialised | Steve Holme |
2019-04-08 | socks: fix error message | Daniel Stenberg |
2019-04-08 | config.d: clarify that initial : and = might need quoting [skip ci] | Daniel Stenberg |
2019-04-08 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-04-07 | socks5: user name and passwords must be shorter than 256 | Daniel Stenberg |