index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sandbox
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix DCHECK_NT macro
hans@chromium.org
2013-05-30
1
-1
/
+1
*
Include stddef.h for the definition of size_t.
hans@chromium.org
2013-05-30
1
-0
/
+2
*
Linux: remove unmaintained SELinux code.
phajdan.jr@chromium.org
2013-05-17
5
-63
/
+0
*
Grab bag of clang fixes for Windows code
rnk@chromium.org
2013-05-17
1
-2
/
+4
*
Linux sandbox: fix O_CLOEXEC support.
jln@chromium.org
2013-05-01
2
-5
/
+19
*
sandbox_linux_unittests: fail if the kernel does not support BPF.
jln@chromium.org
2013-04-30
1
-0
/
+9
*
Remove seccomp-legacy: phase 2.
jln@chromium.org
2013-04-30
1
-9
/
+1
*
Linux sandbox: allow non racy use of O_CLOEXEC
jln@chromium.org
2013-04-26
2
-29
/
+26
*
Linux sandbox: support O_NONBLOCK and O_CLOEXEC
jln@chromium.org
2013-04-25
3
-18
/
+65
*
Re-enable the BrokerProcess.OpenFileRW test on Android.
palmer@chromium.org
2013-04-24
1
-11
/
+3
*
Linux sandbox: add access() brokering to the async-signal safe broker process.
jln@chromium.org
2013-04-24
4
-55
/
+305
*
Remove inline definition of SIZE_MAX in header.
thakis@chromium.org
2013-04-19
1
-10
/
+3
*
Fix small race in the sandbox
cpu@chromium.org
2013-04-19
4
-9
/
+4
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in sandbox.
dcheng@chromium.org
2013-04-12
9
-10
/
+10
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Linux Sandbox: assert monothreaded in tests
jln@chromium.org
2013-04-03
1
-7
/
+5
*
Update the remaining references to sys_string_conversions.h to its new location.
tfarina@chromium.org
2013-03-30
2
-3
/
+3
*
Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...
jam@chromium.org
2013-03-20
1
-0
/
+2
*
Android sandbox: workaround for restricted errno values.
jln@chromium.org
2013-03-11
2
-3
/
+37
*
The 'sandbox' target is always 'none'.
bungeman@chromium.org
2013-02-28
1
-1
/
+0
*
SECCOMP-BPF: Refactor the BPF sandbox API to use objects rather than "static"...
markus@chromium.org
2013-02-26
24
-990
/
+1071
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
SECCOMP-BPF: Added support for checking system call arguments against bit masks.
markus@chromium.org
2013-02-15
8
-55
/
+1041
*
Remove sandbox win64 warning
jschuh@chromium.org
2013-02-12
1
-7
/
+0
*
Ignore DEP and SEHOP flags on Win64
jschuh@chromium.org
2013-02-12
1
-0
/
+3
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
2
-2
/
+3
*
Disable ProcessMitigationsTest.CheckDep on Win64
jschuh@chromium.org
2013-02-07
1
-2
/
+2
*
Added a unittest to check that we can restrict syscall(__NR_clone)
markus@chromium.org
2013-02-07
1
-0
/
+55
*
Linux sandbox: add warning if running tests multithreaded.
jln@chromium.org
2013-02-05
2
-5
/
+22
*
Windows: Allow subprocesses to inherit non-console stdout/stderr
mseaborn@chromium.org
2013-02-03
8
-3
/
+142
*
Linux sandbox: Make the test run on Android as Native executable
jln@chromium.org
2013-02-02
3
-37
/
+67
*
SECCOMP-BPF: Refactoring in preparation for sandbox stacking.
markus@chromium.org
2013-01-26
11
-281
/
+539
*
Disabling nacl_win64 targets when building in target_arch!=ia32 mode.
bradnelson@google.com
2013-01-21
1
-30
/
+36
*
Linux sandbox: more internal timeout in unit tests.
jln@chromium.org
2013-01-20
1
-8
/
+32
*
Linux sandbox: add timeout to tests.
jln@chromium.org
2013-01-18
1
-0
/
+44
*
Linux Sandbox: ASSERT instead of EXPECT in broker tests.
jln@chromium.org
2013-01-18
1
-28
/
+40
*
Use SOCK_SEQPACKET for synchronous IPC.
glider@google.com
2013-01-18
1
-1
/
+1
*
Android make sandbox/linux/seccomp-bpf compile on i386
jln@chromium.org
2013-01-18
5
-42
/
+99
*
Android: remove x86 from sandbox/linux once again.
jln@chromium.org
2013-01-17
1
-1
/
+1
*
Android: create a generic android_ucontext.h
jln@chromium.org
2013-01-17
5
-6
/
+74
*
If the kernel lacks support for BPF filtering, we can still perform a couple
markus@chromium.org
2013-01-11
4
-85
/
+108
*
Linux Sandbox: handle O_CREAT properly in broker process.
jln@chromium.org
2013-01-09
2
-1
/
+13
*
Make the Windows sandbox support a normal x64 build
jschuh@chromium.org
2013-01-05
2
-26
/
+32
*
Base: Update ScopedProcessInformation to use ScopedHandle and restrict Receive()
rvargas@google.com
2013-01-03
1
-3
/
+4
*
Fix Android x86 build with a quick hack.
jln@chromium.org
2012-12-20
1
-2
/
+3
*
Revert 174135
jochen@chromium.org
2012-12-20
7
-752
/
+19
*
SECCOMP-BPF: Added support for checking system call arguments against bit masks.
markus@chromium.org
2012-12-20
7
-19
/
+752
*
Sandbox: Don't create an ScopedHandle with an invalid handle.
rvargas@chromium.org
2012-12-20
1
-1
/
+2
[next]