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
*
cons: rework API to utilize C++11
mdempsky
2014-10-15
4
-35
/
+124
*
SyscallIterator: cleanup tests too
mdempsky
2014-10-14
1
-143
/
+63
*
declare extern template classes sooner
mostynb
2014-10-14
1
-5
/
+11
*
seccomp-bpf: Remove legacy SandboxBPFPolicy class
mdempsky
2014-10-14
16
-108
/
+56
*
bpf_dsl: Move {Bool,Result}ExprImpl definition into separate header
mdempsky
2014-10-14
5
-34
/
+65
*
sandbox_bpf: Remove Traverse method.
rickyz
2014-10-14
2
-45
/
+0
*
sandbox_bpf: rework how unsafe traps are compiled/verified
mdempsky
2014-10-09
7
-179
/
+98
*
SyscallIterator: refactor internals
mdempsky
2014-10-08
2
-73
/
+62
*
replace OVERRIDE and FINAL with override and final in sandbox/
mostynb
2014-10-07
21
-127
/
+127
*
Fixes for more MSVC warnings, sandbox/ edition.
pkasting
2014-10-04
33
-249
/
+351
*
sandbox_bpf: convert remaining policies to use bpf_dsl
mdempsky
2014-10-04
5
-26
/
+46
*
sandbox: Fix uninitialized data in non-jumping bpf instructions
leecam
2014-10-03
2
-23
/
+22
*
Cleanup sandbox/ in advance of re-enabling some MSVC warnings.
pkasting
2014-10-02
10
-116
/
+67
*
Rename all isolate_dependency_* to files.
maruel
2014-10-01
2
-2
/
+1
*
Linux sandbox: Restrict sched_* syscalls on the GPU and ppapi processes.
rickyz
2014-09-29
3
-10
/
+14
*
Linux sandbox: Allow restricting sched_* on other processes.
rickyz
2014-09-26
5
-0
/
+160
*
Linux sandbox: fill all parameters when detecting seccomp syscall.
Julien Tinnes
2014-09-25
1
-12
/
+9
*
Remove implicit HANDLE conversions from sandbox.
rvargas
2014-09-25
8
-23
/
+24
*
sandbox: Avoid ~(flag1 | flag2 | ...) expressions
mdempsky
2014-09-23
2
-15
/
+14
*
sandbox: Convert remaining legacy tests to use policy classes
Matthew Dempsky
2014-09-23
10
-186
/
+169
*
Linux sandbox: Remove CodeGen::JoinInstructions.
rickyz
2014-09-18
3
-65
/
+25
*
[MIPS] Fix seccomp-bpf compile error for MIPS
Gordana.Cmiljanovic
2014-09-17
1
-0
/
+5
*
fix sandbox memory leak
cpu
2014-09-17
1
-11
/
+20
*
Decouple CodeGen from ErrorCode
mdempsky
2014-09-17
4
-46
/
+36
*
Large IWYU cleanup for seccomp-bpf
mdempsky
2014-09-16
21
-41
/
+67
*
Decouple Trap from ErrorCode
mdempsky
2014-09-16
6
-103
/
+105
*
Split AssembleFilter into comprehensible chunks
mdempsky
2014-09-16
2
-149
/
+205
*
Linux sandbox: Disallow get_robust_list and set_robust_list.
rickyz
2014-09-16
2
-1
/
+3
*
Linux sandbox: restrict clock_gettime() and clock_getres()
jln
2014-09-13
3
-1
/
+14
*
Convert sandbox_bpf_unittest.cc to use bpf_dsl
mdempsky
2014-09-13
7
-419
/
+461
*
Make "rt" library Linux-only in GN build.
Brett Wilson
2014-09-12
1
-1
/
+4
*
Add "rt" to libs of GN build linux sandbox unittests.
Brett Wilson
2014-09-12
1
-0
/
+2
*
Remove --find-inode-switch hack from chrome-sandbox
mdempsky
2014-09-12
6
-194
/
+3
*
Linux sandbox: fix MIPS Android compilation bug.
jln
2014-09-12
1
-0
/
+5
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/
thestig
2014-09-12
7
-7
/
+7
*
Linux sandbox: move RestrictClockID() to sandbox/
jln
2014-09-12
6
-0
/
+165
*
Enable futex tests on Android.
jln
2014-09-12
2
-5
/
+12
*
Linux sandbox: allow sigaltstack in Android baseline policy.
jln
2014-09-11
1
-4
/
+3
*
Linux sandbox: restrict {set,get}priority() in baseline policy.
Julien Tinnes
2014-09-11
4
-1
/
+54
*
Fix sbox_validation_tests for Server 2012R2
drbasic
2014-09-11
1
-1
/
+1
*
GN: Enable blink and (nearly) all of content in android build
James Robinson
2014-09-10
1
-29
/
+33
*
Reorganize sandbox operator new, add a comment.
Nico Weber
2014-09-10
1
-8
/
+14
*
bpf_dsl: fix argument-dependent lookup of BoolExpr operators
mdempsky
2014-09-10
2
-5
/
+8
*
Remove NT_PLACE, it's not really used.
thakis
2014-09-10
3
-3
/
+10
*
Sandbox: Don't CloseHandle after calling DuplicateHandle
rvargas
2014-09-10
1
-4
/
+0
*
sandbox: remove seccomp-bpf demo program
mdempsky
2014-09-09
3
-574
/
+0
*
Mark gtest and gmock as testonly in GN.
Brett Wilson
2014-09-08
1
-0
/
+1
*
NonSFI sandbox: restrict futex(2) operations.
jln
2014-09-08
1
-2
/
+0
*
win: Don't use precision with %wZ, it's ignored.
Nico Weber
2014-09-08
1
-2
/
+2
*
Added logging in PolicyBase::AddRule.
vitalybuka
2014-09-07
2
-78
/
+93
[next]