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
*
add missing #include of <algorithm>, needed on VS2013 for std::min
scottmg@chromium.org
2013-09-12
1
-0
/
+2
*
Linux Sandbox: add RawSandboxDie()
jln@chromium.org
2013-09-06
4
-6
/
+22
*
Linux Sandbox: LOG error if a previous SIGSYS handler exists.
jln@chromium.org
2013-09-05
1
-1
/
+15
*
Linux sandbox: do not crash on spurious SIGSYS.
jln@chromium.org
2013-09-04
1
-12
/
+15
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
1
-2
/
+1
*
Do not use O_CLOEXEC for open() in the broker process.
jorgelo@chromium.org
2013-08-30
2
-19
/
+4
*
don't truncate pointers in fake _InterlockedCompareExchangePointer
jschuh@chromium.org
2013-08-29
1
-0
/
+12
*
Fix PVS assignment warning in DuplicateHandleProxyAction
jschuh@chromium.org
2013-08-15
1
-1
/
+1
*
Fixing arg type in fprintf.
finnur@chromium.org
2013-08-14
1
-1
/
+1
*
Remove wow_helper from 64-bit builds
jschuh@chromium.org
2013-08-03
1
-9
/
+13
*
Fix invalid check of ntstatus code.
etienneb@chromium.org
2013-07-31
1
-1
/
+1
*
Update include paths in sandbox for base/process changes.
rsesek@chromium.org
2013-07-23
2
-3
/
+2
*
Linux sandbox: clean temporary file creation
jln@chromium.org
2013-07-17
1
-29
/
+41
*
Linux sandbox unittests: make tests pass as root
jln@chromium.org
2013-07-16
1
-21
/
+28
*
Linux Sandbox: cleanup code around spurious SIGSYS detection.
jln@chromium.org
2013-07-12
1
-5
/
+4
*
Linux Sandbox unittests: fix Valgrind detection.
jln@chromium.org
2013-07-11
5
-19
/
+41
*
Linux Sandbox: forward declare Errorcode in sandbox_bpf_policy_forward.h
jln@chromium.org
2013-07-10
1
-2
/
+2
*
Avoid std::string copying in GetFileNameInWhitelist.
jorgelo@chromium.org
2013-07-09
1
-7
/
+12
*
sandbox_linux_unittests: ignore TSAN when counting threads.
jln@chromium.org
2013-07-03
4
-12
/
+23
*
Add compiler flags that prevent text relocations.
shashishekhar@chromium.org
2013-07-03
1
-0
/
+5
*
sandbox_linux_unittests: disable fork() tests under TSAN.
jln@chromium.org
2013-07-03
2
-2
/
+12
*
linux: make libc urandom override work for non-glibc too
mostynb@opera.com
2013-06-29
1
-16
/
+89
*
Revert 208924 "attempt to make the libc urandom override work fo..."
asvitkine@chromium.org
2013-06-27
1
-86
/
+19
*
attempt to make the libc urandom override work for non-glibc too
mostynb@opera.com
2013-06-27
1
-19
/
+86
*
Use non-array operator new for memory deleted by non-array delete.
bruening@google.com
2013-06-21
1
-4
/
+4
*
Sandbox: be defensive against compiler (de)optimizations when handling IPCs.
rvargas@chromium.org
2013-06-20
1
-14
/
+32
*
Linux: add a public content/ API to start a sandbox.
jln@chromium.org
2013-06-18
3
-6
/
+32
*
don't override libc code in a glibc-specific way when not using glibc
mostynb@opera.com
2013-06-13
1
-1
/
+3
*
Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.
avi@chromium.org
2013-06-11
13
-13
/
+13
*
Fix new[]/delete mismatches in sandbox handle code by switching to scoped_ptr...
bruening@chromium.org
2013-06-08
2
-4
/
+7
*
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
[next]