summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy StartsWithASCII function.brettw2015-07-161-2/+3
* Revert of Sandbox: Make CreateRestrictedToken return a ScopedHandle. (patchse...thakis2015-07-168-142/+167
* Sandbox: Make CreateRestrictedToken return a ScopedHandle.rvargas2015-07-168-167/+142
* close ALPC ports in sbox integrations tests. This is the first step in lockin...liamjm2015-07-166-8/+39
* Add debug symbols to sbox_integration_tests.maruel2015-07-141-0/+9
* win: Fix unqualified lookups into dependent base classes.thakis2015-07-141-4/+4
* Convert sbox_validation_tests to run exclusively on Swarmingmaruel2015-07-112-0/+44
* Convert sbox_unittests to run exclusively on Swarmingmaruel2015-07-112-0/+44
* win/clang: Remove unused variables in 32-bit builds.thakis2015-07-102-4/+0
* Sandbox: Make PolicyBase::MakeTokens return ScopedHandesrvargas2015-07-103-21/+29
* Convert sbox_integration_tests to run exclusively on Swarmingmaruel2015-07-102-0/+48
* Sandbox: Remove raw handles from PolicyBase.rvargas2015-07-103-22/+16
* Sandbox: Update the constructor of TargetProcess to receive ScopedHandles.rvargas2015-07-103-8/+12
* Sandbox: Remove job_object from (IPCInfo::)ClientInfo.rvargas2015-07-104-15/+13
* Sandbox: Fix a violation to the syle plugin.rvargas2015-07-102-0/+9
* Sandbox: remove raw handles from SharedMemIPCServer::ServerControlrvargas2015-07-093-24/+24
* Remove -Wno-unused-private-field clang warning suppression.benwells2015-07-091-2/+0
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-082-5/+0
* clang/win: Re-enable -Wlogical-op-parentheses.sammc2015-07-082-3/+4
* Delete unused class.Nico Weber2015-07-074-355/+0
* Fix unused value warnings in sandbox/win.sammc2015-07-022-2/+1
* Fix some clang warnings with -Wmissing-braces in sandbox.dcheng2015-07-0214-105/+104
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-025-14/+15
* service_resolver_64: Correctly check all the bytes of the service code.mgiuca2015-07-011-2/+2
* Convert sandbox_mac_unittests to run exclusively on Swarmingthakis2015-07-012-0/+25
* Convert sandbox_linux_unittests to run exclusively on Swarmingmaruel2015-06-301-1/+0
* Add child processes created outside Job object as peer processes.wfh2015-06-301-0/+3
* Increase linux sandbox timeout for Chromecast build lab deviceshalliwell2015-06-301-2/+9
* Always initialize local handle variables.vchigrin2015-06-291-4/+4
* sandbox: Add MIPS signal definitions in linux_signal.hrickyz2015-06-201-0/+31
* Enable one PID namespace per process for NaCl processes.rickyz2015-06-195-10/+25
* Build ForkWithFlags and part of NamespaceSandbox under nonsfi newlib.rickyz2015-06-193-37/+56
* Cleanup: Remove various DoNothing functions and use base::DoNothing().thestig2015-06-182-7/+5
* MIPS: Use correct sigset and sigaction structures for MIPSGordana.Cmiljanovic2015-06-182-26/+51
* Fix integer truncation issue and check return codes for errors.forshaw2015-06-151-8/+10
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* use va_start, not [_]_crt_va_startscottmg2015-06-091-5/+2
* Add wfh to sandbox/win OWNERSwfh2015-06-091-0/+1
* vs2015: fix rename of _crt_va_startscottmg2015-06-081-0/+4
* Increase linux sandbox unittest timeout for Chromecasthalliwell2015-06-031-2/+2
* Change most uses of Pickle to base::Picklebrettw2015-06-032-9/+9
* Move UnixDomainSocket to base namespacebrettw2015-06-024-11/+11
* Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicksmiu2015-05-293-5/+5
* Move Tuple to base namespace.brettw2015-05-292-9/+9
* Reland of 'Fix for VS2015 thread safe statics breaking in the sandbox' with X...scottmg2015-05-292-14/+24
* Revert of Fix for VS2015 thread safe statics breaking in the sandbox (patchse...samuong2015-05-292-17/+14
* Fix for VS2015 thread safe statics breaking in the sandboxcpu2015-05-282-14/+17
* Non-SFI mode: Rename sandbox_nacl_nonsfi to sandbox_linux_nacl_nonsfi.hidehiko2015-05-272-88/+88
* Reland "Non-SFI mode: Build nacl_helper_nonsfi_unittests"hidehiko2015-05-253-0/+47
* Allow coarse clocks in clock_get{res,time} calls.ben2015-05-225-1/+33