- 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
-
- Sep 07, 2017
-
-
Daniel Stenberg authored
Closes #1868
-
- Sep 02, 2017
-
-
Max Dymond authored
Automake gets confused if you want to use C++ static libraries with C code - basically we need to involve the clang++ linker. The easiest way of achieving this is to rename the C code as C++ code. This gets us a bit further along the path and ought to be compatible with Google's version of clang.
-
- Sep 01, 2017
-
-
Max Dymond authored
- Start with the basic code from the ossfuzz project. - Rewrite fuzz corpora to be binary files full of Type-Length-Value data, and write a glue layer in the fuzzing function to convert corpora into CURL options. - Have supporting functions to generate corpora from existing tests - Integrate with Makefile.am
-
- Aug 16, 2017
-
-
Daniel Stenberg authored
Closes #1790
-
Max Dymond authored
closes #1747
-
- Aug 14, 2017
-
-
Daniel Stenberg authored
to make sure they keep building warning-free Closes #1777
-
- Aug 12, 2017
-
-
Daniel Stenberg authored
Could've prevented #1755
-
- Aug 10, 2017
-
-
Daniel Stenberg authored
Help-by: Jay Satiro Closes #1753
-
- Aug 04, 2017
-
-
Marcel Raad authored
This makes the builds more reproducible as travis is currently rolling out trusty as default dist [1]. Specifically, this avoids coverage check failures when trusty is used as seen in [2] until we figure out what's wrong. [1] https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming [2] https://github.com/curl/curl/pull/1692 Closes https://github.com/curl/curl/pull/1725
-
- Aug 03, 2017
-
-
Daniel Stenberg authored
(to make the full line appear nicer on travis web UI)
-
Daniel Stenberg authored
Closes #1706
-
- Aug 02, 2017
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 13, 2017
-
-
Max Dymond authored
Install libidn2 to increase test coverage (IDN tests) Closes https://github.com/curl/curl/pull/1673
-
- Jul 12, 2017
-
-
Marcel Raad authored
... to get warnings also on Linux/GCC and OSX/clang. Closes https://github.com/curl/curl/pull/1666
-
Max Dymond authored
Install libssh2 to increase test coverage (SFTP, SCP)
-
- Jul 07, 2017
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Closes #1653
-
Daniel Stenberg authored
-
Daniel Stenberg authored
I added a selection of torture and event tests that run "fast enough"
-
- Jul 04, 2017
-
-
Daniel Stenberg authored
Closes #1642
-
Daniel Stenberg authored
... to better detect and fault on compiler warnings/errors Closes #1637
-
- Jun 21, 2017
-
-
Marcel Raad authored
- switch debug and release configurations so that we get an optimized build with GCC 4.3+ as required by typecheck-gcc - enable warnings-as-errors for release builds (which have warnings disabled) Closes https://github.com/curl/curl/pull/1595
-
Simon Warta authored
-
- Jun 20, 2017
-
-
Daniel Stenberg authored
-
- Jun 06, 2017
-
-
Daniel Stenberg authored
typecheck-gcc and other things require optimized builds Closes #1544
-
- Jun 03, 2017
-
-
Daniel Stenberg authored
Closes #1534
-
- Mar 22, 2017
-
-
Daniel Stenberg authored
-
- Aug 03, 2016
-
-
Sergei Nikulov authored
Fixes #943
-
- Aug 01, 2016
-
-
Sergei Nikulov authored
Apparently due to a broken homebrew install fixes #934 Closes #939
-
- Jul 28, 2016
-
-
Jay Satiro authored
Didn't work. This reverts commit 50723585.
-
Jay Satiro authored
CI is failing due to missing libtoolize, so I'm trying this.
-
- Aug 21, 2015
-
-
Jactry Zeng authored
-
- Aug 20, 2015
-
-
Rémy Léone authored
http://docs.travis-ci.com/user/migrating-from-legacy Closes #388
-