| Commit message (Expand) | Author | Age | Files | Lines |
* | Sandbox: Re-enable a test that should be working for a long time. | rvargas | 2015-01-14 | 1 | -2/+1 |
* | Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess. | rickyz | 2015-01-13 | 3 | -124/+6 |
* | MultiProcessTest: Update SpawnChild* to return a Process. | rvargas | 2015-01-12 | 2 | -21/+18 |
* | Revert of Linux Sandbox: move init processes to new session id. (patchset #1 ... | jln | 2015-01-12 | 2 | -12/+1 |
* | Fix some sandbox memory leaks | wfh | 2015-01-12 | 1 | -10/+8 |
* | Change Credentials to a static class. | rickyz | 2015-01-09 | 3 | -65/+39 |
* | Update {virtual,override,final} for sandbox/ to follow C++11 style. | dcheng | 2015-01-09 | 3 | -3/+3 |
* | Linux Sandbox: move init processes to new session id. | jln | 2015-01-07 | 2 | -1/+12 |
* | Revert of Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchPr... | mek | 2015-01-07 | 3 | -6/+124 |
* | Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess. | rickyz | 2015-01-07 | 3 | -124/+6 |
* | Fix ARM build of sandbox_linux_unittests. | mazda | 2015-01-07 | 1 | -2/+2 |
* | Fix sandbox IPC shared memory leak. | jbauman | 2015-01-07 | 1 | -0/+3 |
* | replace COMPILE_ASSERT with static_assert in sandbox/ | mostynb | 2015-01-06 | 17 | -34/+40 |
* | Remove the open directory fd check. | rickyz | 2015-01-06 | 3 | -14/+13 |
* | Remove deprecated methods from Pickle. | avi | 2014-12-28 | 2 | -8/+5 |
* | Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h... | avi | 2014-12-28 | 2 | -5/+8 |
* | Disable ASan instrumentation for sandbox::(anonymous namespace)::CloneAndLong... | glider | 2014-12-28 | 1 | -0/+7 |
* | Revert of Revert "Update legacy Tuple-using code." (patchset #1 id:1 of https... | avi | 2014-12-23 | 2 | -9/+9 |
* | Revert "Update legacy Tuple-using code." | Avi Drissman | 2014-12-23 | 2 | -9/+9 |
* | Be explicit about not wanting a trigraph. | thakis | 2014-12-23 | 1 | -1/+3 |
* | Standardize usage of virtual/override/final specifiers in sandbox/. | dcheng | 2014-12-23 | 5 | -16/+16 |
* | Remove deprecated methods from Pickle. | Avi Drissman | 2014-12-22 | 2 | -8/+5 |
* | Update legacy Tuple-using code. | Avi Drissman | 2014-12-22 | 2 | -9/+9 |
* | Changes to the handling of impersonation levels for Windows pipes. | forshaw | 2014-12-18 | 8 | -19/+79 |
* | [MIPS64] Fix sandbox compile error for MIPS64 | Gordana.Cmiljanovic | 2014-12-18 | 3 | -2/+1272 |
* | Fix sandbox target in Windows GN build and enable it. | vchigrin | 2014-12-17 | 1 | -0/+9 |
* | Add a ForkWithFlags wrapper using the libc clone wrapper. | rickyz | 2014-12-17 | 3 | -14/+135 |
* | Revert "Use the libc clone wrapper in sys_clone." | oshima | 2014-12-16 | 3 | -58/+18 |
* | Use the libc clone wrapper in sys_clone. | rickyz | 2014-12-16 | 3 | -18/+58 |
* | Revert of Fix sandbox target in Windows GN build and enable it. (patchset #1 ... | samuong | 2014-12-16 | 1 | -6/+0 |
* | Fix sandbox target in Windows GN build and enable it. | vchigrin | 2014-12-16 | 1 | -0/+6 |
* | Renumbering sandbox policy actions to fix bug found by VC++'s /analyze. | brucedawson | 2014-12-11 | 1 | -5/+5 |
* | Add a syscall wrapper for prlimit64. | rickyz | 2014-12-09 | 3 | -3/+19 |
* | Fix format string to handle pointers correctly. | brucedawson | 2014-12-06 | 1 | -2/+4 |
* | Fix some minor typos: abandonned -> abandoned | sungmann.cho | 2014-12-05 | 2 | -2/+2 |
* | [Android] Get renderers working again under seccomp-bpf. | rsesek | 2014-12-04 | 1 | -0/+13 |
* | gn format // (the rest, except mojo) | scottmg | 2014-12-03 | 4 | -23/+40 |
* | sandbox: sandbox_linux_unittests enforces TSYNC on ChromeOS | leecam | 2014-12-03 | 1 | -2/+12 |
* | Revert "Disable SANDBOX_*_TEST on ChromeOS" | leecam | 2014-12-02 | 1 | -3/+0 |
* | sandbox: Fix DeathMessage so CHECK messages are caught in all builds | leecam | 2014-12-02 | 1 | -0/+10 |
* | CodeGen: reuse far jumps when possible | mdempsky | 2014-12-02 | 3 | -16/+61 |
* | Disable SANDBOX_*_TEST on ChromeOS | bshe | 2014-11-28 | 1 | -0/+3 |
* | Linux sandbox: set policy in constructor | jln | 2014-11-27 | 6 | -36/+20 |
* | Linux sandbox: Use ScopedFD in SandboxBPF | jln | 2014-11-26 | 6 | -53/+101 |
* | sandbox: Extend Broker to support improved file permissions | leecam | 2014-11-26 | 14 | -188/+892 |
* | Extract CountOpenFds and HasOpenDirectory from credentials.cc | hidehiko | 2014-11-26 | 9 | -162/+222 |
* | Linux sandbox: do not detect seccomp on Valgrind. | jln | 2014-11-26 | 1 | -0/+9 |
* | bpf_dsl: remove some PolicyCompiler dependencies on ErrorCode | mdempsky | 2014-11-26 | 7 | -143/+139 |
* | Linux sandbox: cleanup the SandboxBPF class | jln | 2014-11-26 | 2 | -118/+93 |
* | Linux sandbox: change seccomp detection and initialization. | jln | 2014-11-25 | 6 | -324/+123 |