about summary refs log tree commit diff stats
AgeCommit message (Expand)Author
2024-03-26Prepare v0.9.0 HEAD v0.9.0 mainSimon McVittie
2024-03-26Merge pull request #624 from smcv/ssize-maxSimon McVittie
2024-03-25utils: Don't let ssize_t overflow when reading very large filesSimon McVittie
2024-03-20release-checklist: Plan to make future releases with meson distSimon McVittie
2024-02-15Merge pull request #623 from smcv/codeqlSimon McVittie
2024-02-15Merge pull request #556 from cgzones/allocSimon McVittie
2024-02-15Merge pull request #622 from smcv/exeextSimon McVittie
2024-02-15workflows: Upgrade codeql-action to v2Simon McVittie
2024-02-15Silence Automake warning for items in TESTS being renamedDavid M. Rogers
2024-02-15Merge pull request #621 from smcv/readme-sandbox-limitationsSimon McVittie
2024-02-15Document some potential pitfalls in sandboxingSimon McVittie
2024-02-05Merge pull request #619 from smcv/symlink-idempotentSimon McVittie
2024-02-02Avoid undefined behavior in reallocChristian Göttsche
2024-02-02Check for allocation size overflowsChristian Göttsche
2024-02-02Rework xcallocChristian Göttsche
2024-01-31bwrap(1): Document idempotent creation of symlinksSimon McVittie
2024-01-31tests: Add test coverage for #577Simon McVittie
2024-01-31Merge pull request #577 from jkaivo/mainSimon McVittie
2024-01-31Make --symlink idempotentJakob Kaivo
2024-01-29Merge pull request #615 from smcv/mount-enospcSimon McVittie
2024-01-03utils: Add a specialized function to print errno for mount(2)Simon McVittie
2024-01-03utils: Give warnv() the ability to log strerror() or similarSimon McVittie
2023-11-02Merge pull request #610 from WhyNotHugo/drop-py34Simon McVittie
2023-11-02Drop support for Python<3.4 in demo codeHugo Osvaldo Barrera
2023-10-02Merge pull request #603 from quag/nixos-recursive-test-fixSimon McVittie
2023-10-02Merge pull request #604 from quag/readme-test-addSimon McVittie
2023-10-02Merge pull request #602 from quag/ok_done_testingSimon McVittie
2023-10-01Make test "can pivot to new rootfs recursively" work on NixOSJonathan Wright
2023-10-01Add testing instructions to README.mdJonathan Wright
2023-10-01Replace last /bin/bash with bash in test-run.shJonathan Wright
2023-10-01Fix typo in test case name (prefxing instead of prefixing)Jonathan Wright
2023-10-01Fix MRs conflicting when they add unit testsJonathan Wright
2023-10-01Merge pull request #599 from swick/wip/mnt-symlink-testSimon McVittie
2023-10-01Merge pull request #600 from swick/wip/get-newroot-pathSimon McVittie
2023-10-01Merge pull request #598 from quag/argv0Simon McVittie
2023-09-30Add --argv0 optionJonathan Wright
2023-09-28utils: Move get_newroot_path to utilsSebastian Wick
2023-09-28tests: Skip test when host /mnt is a symlinkSebastian Wick
2023-05-04Merge pull request #554 from smcv/disable-userns-tests-rootSimon McVittie
2023-05-04Merge pull request #559 from cgzones/compilerSimon McVittie
2023-04-03bwrap.xml: Get umbrella project back in syncSebastian Pipping
2023-04-03bwrap.xml: Mention CVE-2017-5226 with --new-sessionSebastian Pipping
2023-04-03bwrap.xml: Get product intro back in syncSebastian Pipping
2023-04-03README.md: Mention --new-session in section "Sandboxing"Sebastian Pipping
2023-04-03README.md: Add --new-session to usage exampleSebastian Pipping
2023-04-03README.md: Improve readability of usage exampleSebastian Pipping
2023-03-30README, SECURITY: Clarify that bubblewrap does not define a security modelSimon McVittie
2023-03-02Merge pull request #558 from cgzones/closeSimon McVittie
2023-03-02Merge pull request #562 from cgzones/cap_exampleSimon McVittie
2023-03-02bwrap.1: mention example format of capabilityChristian Göttsche