summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #475 from smcv/mesonColin Walters2022-02-247-11/+37
|\ \
| * | meson: Improve compatibility with Meson 0.49Simon McVittie2022-02-201-1/+0
| * | Disable test-specifying-pidns.sh under 'meson dist' while I investigateSimon McVittie2022-02-202-1/+3
| * | meson: Actually build and run the testsSimon McVittie2022-02-201-0/+2
| * | tests: Fix compiler warnings for unused argumentsSimon McVittie2022-02-201-2/+2
| * | meson: Run test scripts from $srcdirSimon McVittie2022-02-201-2/+2
| * | meson: Make G_TEST_SRCDIR, G_TEST_BUILDDIR match AutotoolsSimon McVittie2022-02-201-2/+2
| * | meson: Run the Python test script with Python, not bashSimon McVittie2022-02-203-2/+19
| * | meson: Build the try-syscall helperSimon McVittie2022-02-191-0/+5
| * | meson: Build tests with equivalent of -I$(top_srcdir) -I$(top_builddir)Simon McVittie2022-02-192-0/+2
| * | meson.build: Remove unnecessary check for shSimon McVittie2022-02-191-1/+0
|/ /
* | Merge pull request #432 from smcv/mesonColin Walters2022-02-1814-1/+408
|\ \
| * | Add a Meson build systemSimon McVittie2022-02-1814-1/+408
| |/
* | Use HEAD to refer to other projects' default branches in documentationSimon McVittie2022-02-134-5/+5
* | workflows: Update for rename of default branch to mainSimon McVittie2022-02-131-2/+2
|/
* Merge pull request #459 from smcv/multiple-seccompSimon McVittie2022-01-315-42/+943
|\
| * tests: Exercise seccomp filtersSimon McVittie2022-01-313-0/+813
| * Allow loading more than one seccomp programSimon McVittie2022-01-312-23/+94
| * Generalize linked lists of LockFile and SetupOpSimon McVittie2022-01-311-19/+36
|/
* Merge pull request #466 from soenkehahn/patch-1Simon McVittie2022-01-311-1/+1
|\
| * Fix typoSönke Hahn2021-12-071-1/+1
* | Merge pull request #471 from mwleeds/argc-0-patchSimon McVittie2022-01-311-3/+3
|\ \ | |/ |/|
| * Handle argc == 0 betterPhaedrus Leeds2022-01-311-3/+3
|/
* Remove trailing whitespacemastera13460542021-10-143-3/+0
* Fix spellinga13460542021-10-143-3/+3
* bash: Fix shellcheck warningsa13460542021-10-146-23/+23
* bash: Invoke bash using /usr/bin/enva13460542021-10-145-5/+5
* bubblewrap: Avoid a -Wjump-misses-init false-positiveSimon McVittie2021-10-111-1/+1
* bind-mount: Be more const-correctSimon McVittie2021-10-111-1/+1
* die_with_error: Save errno soonerSimon McVittie2021-10-111-2/+2
* Merge pull request #457 from smcv/warn-on-nonrepeatableAlexander Larsson2021-10-113-5/+74
|\
| * main: Warn when non-repeatable options are repeatedSimon McVittie2021-10-101-0/+53
| * utils: Add warn()Simon McVittie2021-10-102-5/+21
|/
* Merge pull request #445 from smcv/remove-old-ciColin Walters2021-08-312-73/+0
|\
| * Remove obsolete .travis.ymlSimon McVittie2021-08-311-25/+0
| * Remove obsolete papr CISimon McVittie2021-08-311-48/+0
* | Add SPDX-License-Identifier for files that already specify licenseSimon McVittie2021-08-318-0/+8
* | tests: Use preferred spelling for SPDX license identifiersSimon McVittie2021-08-312-2/+2
|/
* Release v0.5.0v0.5.0Simon McVittie2021-08-201-1/+1
* Merge pull request #438 from smcv/testsColin Walters2021-06-285-115/+141
|\
| * tests: Split out tests involving fifos and sharing namespacesSimon McVittie2021-06-284-36/+58
| * tests: Use $() in preference to backquotesSimon McVittie2021-06-281-1/+1
| * tests: Remove a useless use of catSimon McVittie2021-06-281-1/+1
| * tests: Really clean up test temporary directorySimon McVittie2021-06-281-2/+2
| * libtest: Add directive and 'set -e' for better shellcheck diagnosticsSimon McVittie2021-06-281-0/+4
| * tests: Remove unnecessary nestingSimon McVittie2021-06-281-2/+1
| * tests: Quote more defensivelySimon McVittie2021-06-282-11/+11
| * Extract some common test setup into libtest.shSimon McVittie2021-06-282-72/+73
| * tests: Don't corrupt TAP outputSimon McVittie2021-06-281-6/+6
* | Merge pull request #440 from smcv/zshColin Walters2021-06-281-1/+1
|\ \