Age | Commit message (Expand) | Author |
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 |
2019-04-07 | test: urlapi: urlencode characters above 0x7f correctly | Jakub Zakrzewski |
2019-04-07 | urlapi: urlencode characters above 0x7f correctly | Jakub Zakrzewski |
2019-04-07 | multi_runsingle(): fix use-after-free | Even Rouault |
2019-04-06 | pipelining: removed | Daniel Stenberg |
2019-04-06 | tests: make Impacket (SMB server) Python 3 compatible | cclauss |
2019-04-06 | cmake: set SSL_BACKENDS | Simon Warta |
2019-04-06 | cmake: don't run SORT on empty list | Simon Warta |
2019-04-05 | configure: fix default location for fish completions | Eli Schwartz |
2019-04-05 | ftplistparser: fix LGTM alert "Empty block without comment" | Marcel Raad |
2019-04-05 | transfer: fix LGTM alert "Comparison is always true" | Marcel Raad |
2019-04-04 | smtp: fix compiler warning | Rikard Falkeborn |
2019-04-04 | VS projects: use Unicode for VC10+ | Marcel Raad |
2019-04-03 | RELEASE-NOTES: synced | Daniel Gustafsson |
2019-04-03 | documentation: Fix several typos | Tim Rühsen |
2019-04-02 | vauth/oauth2: Fix OAUTHBEARER token generation | Mert Yazıcıoğlu |