- 12 Dec, 2017 1 commit
-
-
Tim Rühsen authored
* .travis.sh: Likewise * .travis_setup.sh: Likewise * COPYING: Likewise * COPYING.LESSER: Likewise * bootstrap: Likewise * include/wget/wget.h: Likewise * include/wget/wgetver.h.in: Likewise * libwget/atom_url.c: Likewise * libwget/iri.c: Likewise
-
- 08 Sep, 2017 1 commit
-
-
Didik Setiawan authored
* .gitlab-ci.yml: Add Libmicrohttpd package for CI testing using Debian/gcc, Fedora/clang and MinGW64 * .travis.sh: Add Libmicrohttpd package for OSX/clang * .travis_setup.sh: Add Libmicrohttpd package for Debian/gcc and clang * README.md: Add info which mentioning Libmicrohttpd as optional requirement * configure.ac: Check for Libmicrohttpd availability
-
- 10 Jul, 2017 1 commit
-
-
Akash Rawal authored
* .travis.sh: Print fuzz/test-suite.log on failure * .travis.yml: Install libunistring-dev
-
- 06 Jun, 2017 1 commit
-
-
Akash Rawal authored
* .gitlab-ci.yml: Separate sanitizer build from `make distcheck` and use clang++ as c++ compiler in clang/Fedora build * .travis.sh: Use clang++ as c++ compiler if CC=clang and disable sanitizer builds (unstable on Travis-CI) * .travis.yml: Add lzip package * .travis_setup.sh: Likewise
-
- 04 Jun, 2017 1 commit
-
-
Akash Rawal authored
-
- 29 Apr, 2017 1 commit
-
-
Tim Rühsen authored
* .travis.sh: == -> = * .travis_setup.sh: Likewise * contrib/gen_option_diff.sh: Likewise
-
- 29 Mar, 2017 1 commit
-
-
Tim Rühsen authored
-
- 07 Oct, 2016 1 commit
-
-
Darshit Shah authored
* .travis.sh: Rewrite for clarity and speed. Testing shows that valgrind and ASan don't play well together. So split their executions. * .travis.yml: Enable ccache for builds. Also try to update libc6 if possible * .travis.yml: Do not run on OSX with CC=gcc. This is because on OSX, gcc is only a wrapper around clang. * .travis_setup.sh: Cosmetic changes only * Makefile.am (check-coverage): Explcicitly disable valgrind tests when checking coverage * tests/libtest.c (wget_test): Use a provided suppressions file for valgrind. This is required since the valgrind version on Travis seems to be out of sync with libc. This causes valgrind to report a memory bug falsely. * tests/valgrind-suppressions: New file with some valgrind suppressions. Included suppressions are for a valgrind/libc bug and to suppress reachable memory messages from within gnutls
-
- 06 Oct, 2016 2 commits
-
-
Darshit Shah authored
This reverts commit 75daf2cd. I screwed up. Pushed to the wrong repository
-
Darshit Shah authored
-
- 29 Sep, 2016 1 commit
-
-
Tim Rühsen authored
-
- 25 Sep, 2016 1 commit
-
-
Darshit Shah authored
* .travis.sh: Run `make check-coverage` when running with CC=gcc * .travis.yml: Use the newer trusty tahir builds for updated packages * .travis.yml: Refactor. Split out the OSX installation steps into .travis_setup.sh . .travis_setup.sh: Same * Makefile.am: Add --ignore-errors source to lcov command line
-
- 23 Jul, 2016 1 commit
-
-
Darshit Shah authored
* .travis.sh: Enable UBSan and ASan sanitizers on Travis
-
- 08 Jul, 2016 1 commit
-
-
Ander Juaristi authored
* bootstrap.conf: add SKIP_PO=1, so that we don't have to pass the --skip-po flag every time we run bootstrap. * README.md, contrib/check-hard, contrib/mingw, docs/mainpage.md, .travis.sh: amend references to autogen.sh. * autogen.sh: Removed * .gitignore: Add build-aux * po/Makevars: Remove auto-generated file from repo
-
- 24 Jan, 2016 3 commits
-
-
Tim Rühsen authored
* .travis.yml: Do not install valgrind in OS X * .travis.sh: Disable valgrind tests for OS X
-
Tim Rühsen authored
* .travis.yml: Add valgrind to packages * .travis.sh: Output tests/test.log
-
Tim Rühsen authored
* .travis.sh: Add --enable-valgrind-tests to ./configure, export VALGRIND_TESTS=1 * .travis.yml: Install valgridn on Mac OS X * tests/libtest.c: Add --max-threads=1 --prefer-family=ipv4 to wget2 command
-
- 22 Jan, 2016 1 commit
-
-
Tim Rühsen authored
* .travis.sh: Remove 'allow_failures', Call .travis.sh script, Install needed packages via 'brew', Remove configuration, building, testing * .travis.sh: Add configuration, building, testing
-
- 08 Jan, 2016 1 commit
-
-
Darshit Shah authored
* .travis.yml: Container based architecture doesn't allow Sudo. Migrate file to support container based architecture * .travis.sh: Same
-
- 09 Jul, 2015 1 commit
-
-
Tim Rühsen authored
-