- Dec 03, 2018
-
-
Daniel Gustafsson authored
The extended warning for checking incorrect COPYRIGHTYEAR is quite expensive to run, so rather than expecting every developer to do it we ensure it's turned on locally for Travis.
-
- Nov 02, 2018
-
-
Daniel Stenberg authored
on Linux. To make sure the test suite runs with its newly build tool and doesn't require an external one present. Bug: #3198 Closes #3200
-
- Nov 01, 2018
-
-
Daniel Stenberg authored
... using clang Closes #3190
-
- Oct 29, 2018
-
-
Daniel Stenberg authored
Closes #3182
-
- Oct 27, 2018
-
-
Marcel Raad authored
This is required for gnutls-serv, which enables a few more tests. Closes https://github.com/curl/curl/pull/2958
-
- Oct 18, 2018
-
-
Daniel Stenberg authored
Closes #3144
-
- Oct 12, 2018
-
-
Daniel Stenberg authored
and remove BOM from projects/wolfssl_override.props Closes #3126
-
- Sep 29, 2018
-
-
Daniel Stenberg authored
Due to an issue with travis (https://github.com/travis-ci/travis-ci/issues/9956) we've been using Xcode 9.2 for darwinssl builds for a while. Now xcode 10 is offered as an alternative and as it builds curl+darwinssl fine that seems like a better choice. Closes #3062
-
- Sep 13, 2018
-
-
Yiming Jing authored
-
- Sep 06, 2018
-
-
Daniel Stenberg authored
-
- Aug 15, 2018
-
-
Daniel Stenberg authored
... since the gcc-8 ones seem to fail frequently. Follow-up from b8520719 Closes #2886
-
- Aug 14, 2018
-
-
Daniel Stenberg authored
Since they started to fail almost 100% since a few days. Closes #2876
-
Marcel Raad authored
Closes https://github.com/curl/curl/pull/2869
-
- Aug 13, 2018
-
-
Kamil Dudka authored
... when curl is built from distribution tarball Closes #2856
-
- Aug 10, 2018
-
-
Marcel Raad authored
Follow-up to 2de63ab1 and 0b87c963. Closes https://github.com/curl/curl/pull/2862
-
- Aug 07, 2018
-
-
Daniel Stenberg authored
... as building on 10.13.x before 10.13.4 leads to link errors. Assisted-by: Nick Zitzmann Fixes #2835 Closes #2845
-
- Jul 30, 2018
-
-
Daniel Stenberg authored
... to make sure the examples are all checked. Closes #2811
-
- Jun 27, 2018
-
-
Daniel Stenberg authored
... since default uses the threaded one and we test the c-ares build already. Closes #2689
-
- Jun 17, 2018
-
-
Daniel Stenberg authored
... run a few more tortured based and run all tests event-based. Closes #2664
-
- Jun 03, 2018
-
-
Viktor Szakats authored
Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL.
-
- May 10, 2018
-
-
Daniel Stenberg authored
Closes #2558
-
- May 09, 2018
-
-
Daniel Stenberg authored
Assisted-by: Dan Fandrich Closes #2528
-
- May 04, 2018
-
-
Daniel Stenberg authored
Closes #2531
-
- Apr 30, 2018
-
-
Daniel Stenberg authored
It seems to not be detected by default anymore (which is a bug I believe) Closes #2541
-
- Apr 10, 2018
-
-
Daniel Stenberg authored
closes #2471
-
Daniel Stenberg authored
Extra-eye-on-this-by: Marcel Raad Closes #2478
-
Marcel Raad authored
This works now and precise is in the process of being decommissioned. Closes https://github.com/curl/curl/pull/2476
-
- Mar 26, 2018
-
-
Jay Satiro authored
This is a workaround for an unsolved travis issue that is causing CI instances to sporadically fail due to 'unable to connect' issues during apt stage. Ref: https://github.com/travis-ci/travis-ci/issues/8507 Ref: https://github.com/travis-ci/travis-ci/issues/9112#issuecomment-376305909
-
- Mar 22, 2018
-
-
Sergei Nikulov authored
-
- Feb 28, 2018
-
-
Marcel Raad authored
Update clang to version 3.9 and GCC to version 6. Closes https://github.com/curl/curl/pull/2345
-
- Feb 15, 2018
-
-
Daniel Stenberg authored
... to verify it builds and works fine. Ref: https://curl.haxx.se/mail/lib-2017-09/0031.html Closes #1872
-
- Dec 02, 2017
-
-
Jay Satiro authored
.. since now mac osx image expects pip2 or pip3, and doesn't know pip: 0.01s$ pip install --user cpp-coveralls /Users/travis/.travis/job_stages: line 57: pip: command not found Ref: https://github.com/travis-ci/travis-ci/issues/8829 Closes https://github.com/curl/curl/pull/2133
-
- Dec 01, 2017
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-
- Nov 30, 2017
-
-
Daniel Stenberg authored
Uses a separate build without --enable-debug and no valgrind. The debug option causes far too many warnings in boringssl's headers (C++ comments, trailing commas etc). Valgrind triggers some false positive errors in thread-local data used by boringssl. Closes #2118
-
- Nov 05, 2017
-
-
Patrick Monnerat authored
-
- Oct 23, 2017
-
-
Max Dymond authored
We don't expect any steps to fail in travis. Exit the script if they do. Closes #1966
-
- Oct 04, 2017
-
-
Max Dymond authored
Use the external curl-fuzzer repository for fuzzing. Closes #1923
-
- Sep 18, 2017
-
-
Daniel Stenberg authored
- openssl is already installed and causes warnings when trying to install again - libidn isn't used these days, and homebrew doesn't seem to have a libidn2 package to replace with easily Closes #1895
-
- Sep 15, 2017
-
-
Isaac Boukris authored
Closes https://github.com/curl/curl/pull/1687
-
- Sep 10, 2017
-
-
Daniel Stenberg authored
-