summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * zsh: Sort completions in LC_ALL=C orderSimon McVittie2021-06-241-42/+44
| * configure.ac: Remove trailing whitespaceSimon McVittie2021-06-241-1/+1
* | Merge pull request #436 from smcv/new-optionsColin Walters2021-06-243-3/+15
|\ \ | |/ |/|
| * bash: Sort completions in LC_ALL=C orderSimon McVittie2021-06-241-3/+5
| * bash: Include new options in completionsSimon McVittie2021-06-231-0/+3
| * Document --clearenv in man pageSimon McVittie2021-06-231-0/+6
| * Document --chmod in --helpSimon McVittie2021-06-231-0/+1
|/
* Merge pull request #434 from smcv/bind-mount-diagColin Walters2021-06-234-17/+148
|\
| * bind-mount: Factor out bind_mount_result_to_string()Simon McVittie2021-06-232-22/+48
| * bind_mount: Return an error code, and provide a way to display itSimon McVittie2021-06-233-17/+107
| * build: Warn if a switch over an enum does not handle all valuesSimon McVittie2021-06-231-0/+1
| * Handle all enum values in switchSimon McVittie2021-06-231-0/+13
| * build: Error if a switch lacks a default caseSimon McVittie2021-06-231-0/+1
|/
* Merge pull request #404 from smcv/utils-unit-testColin Walters2021-06-232-3/+232
|\
| * Add a simple unit test for utility codeSimon McVittie2021-06-232-3/+232
* | Merge pull request #429 from smcv/selinux-warningsColin Walters2021-06-232-3/+13
|\ \
| * | utils: Remove security_context_t casts for libselinux >= 2.3Simon McVittie2021-06-222-3/+13
* | | Merge pull request #401 from smcv/clearenvColin Walters2021-06-234-1/+26
|\ \ \ | |_|/ |/| |
| * | Add --clearenv optionSimon McVittie2021-06-224-0/+16
| * | test-run: Test --setenv, --unsetenvSimon McVittie2021-06-221-1/+10
| |/
* | Merge pull request #403 from RyuzakiKK/case_insensitive_fsSimon McVittie2021-06-234-10/+59
|\ \
| * | Add support for bind-mount on case-insensitive filesystemsLudovico de Nittis2021-02-164-10/+59
* | | Merge pull request #399 from smcv/python3Simon McVittie2021-06-231-1/+0
|\ \ \ | |_|/ |/| |
| * | Stop installing python-is-python2 for CISimon McVittie2021-06-101-1/+0
* | | Merge pull request #433 from smcv/libtest-coreColin Walters2021-06-224-14/+74
|\ \ \
| * | | libtest-core: Mention bubblewrap as a user of this fileSimon McVittie2021-06-181-0/+1
| * | | libtest-core: Update URL of rpm-ostreeSimon McVittie2021-06-181-1/+1
| * | | libtest-core: Add SPDX-License-IdentifierSimon McVittie2021-06-181-0/+2
| * | | libtest-core: Separate out bubblewrap-specific partsSimon McVittie2021-06-184-6/+44
| * | | libtest-core: Add assert_file_has_content_onceMatthew Leeds2021-06-181-0/+10
| * | | tests/libtest-core: support multiple literal checksJonathan Lebon2021-06-181-3/+6
| * | | libtest-core: Improve C.UTF-8 locale detectionSimon McVittie2021-06-181-4/+10
| |/ /
* | | Merge pull request #406 from smcv/create-permsColin Walters2021-06-223-28/+375
|\ \ \
| * | | Implement --perms and --chmodSimon McVittie2021-06-103-28/+375
* | | | Merge pull request #400 from smcv/descendantSimon McVittie2021-06-171-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix typos for "descendant" in man pageSimon McVittie2021-05-141-2/+2
* | | | Merge pull request #344 from mkrajnak/py3-tests-fixSimon McVittie2021-06-102-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Use python3 for userns-block-fd.pyMartin Krajnak2020-01-171-1/+1
| * | | tests: Use python3 for lockf-n.pyMartin Krajnak2020-01-171-1/+1
* | | | Merge pull request #410 from haraldkubota/zsh_completionSimon McVittie2021-06-104-1/+100
|\ \ \ \
| * | | | Typo fixHarald Kubota2021-04-251-1/+1
| * | | | Copy _bwrap zsh completion on installHarald Kubota2021-04-253-13/+23
| * | | | Fix --cap-add and --cap-drop completionsHarald Kubota2021-03-121-1/+10
| * | | | Add zsh completionHarald Kubota2021-03-121-0/+80
* | | | | Merge pull request #355 from TheJJ/fix-selinux-buildColin Walters2021-06-101-0/+1
|\ \ \ \ \
| * | | | | ensure pkg-config is foundJonas Jelten2020-12-131-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #428 from cgwalters/test-multi-argsColin Walters2021-06-101-1/+3
|\ \ \ \ \
| * | | | | tests: Use --args multiple timesColin Walters2021-06-101-1/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #409 from smcv/mount-onto-socketColin Walters2021-06-102-3/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't require mount point for a non-directory to be a regular fileSimon McVittie2021-05-142-3/+15
|/ / / /