summaryrefslogtreecommitdiffstats
path: root/sandbox/win
Commit message (Expand)AuthorAgeFilesLines
* Fix inherited handles conflicting with handle trackerscottmg2015-09-022-0/+64
* fix typo in comment: reverToSelf() -> revertToSelf()liamjm2015-09-021-1/+1
* Revert of Fix inherited handles conflicting with handle tracker (patchset #5 ...pneubeck2015-09-022-60/+0
* Fix inherited handles conflicting with handle trackerscottmg2015-09-022-0/+60
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+4
* Add support for int 2e fallback system call stub in Win10.wfh2015-08-201-9/+52
* Sandbox: Reenable test that was flaking for being too slow.rvargas2015-08-141-2/+1
* Sandbox: Reenable tests that were flaking for being too slow.rvargas2015-08-141-4/+2
* Sandbox: Check on NTClose failure.rvargas2015-08-142-19/+9
* Remove remaining legacy SplitString calls.brettw2015-08-121-10/+9
* clang/win: Try to fix 64-bit build after https://codereview.chromium.org/1261...Nico Weber2015-08-081-0/+2
* Fix version check in ValidationSuitescottmg2015-08-061-2/+2
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-282-4/+3
* Annotate large GN targets for precompiled headersbrettw2015-07-281-0/+2
* Fix chromium style checker error on windows sandbox code.Nico Weber2015-07-285-3/+13
* Revert "Add precompiled headers to GN build for large targets."dpranke2015-07-281-2/+0
* Sandbox: Small cleanup for the path handling code.rvargas2015-07-277-66/+51
* Sandbox: Make Job store a ScopedHandle and not a raw handle.rvargas2015-07-279-171/+160
* Sandbox: Make Wow64 store ScopedHandles instead of raw handles.rvargas2015-07-272-16/+17
* Add precompiled headers to GN build for large targets.brettw2015-07-271-0/+2
* Sandbox: Remove ::CloseHandle from BrokerServices.rvargas2015-07-232-87/+91
* Sandbox: Update the interface of RestrictedToken to use DWORD.rvargas2015-07-232-30/+29
* Sandbox: store RestrictedToken::effective_token_ on a ScopedHandle.rvargas2015-07-212-127/+76
* Sandbox: Make CreateRestrictedToken return a ScopedHandle.rvargas2015-07-208-167/+142
* Disable DEP checking tests on 64-bit since it's always enabled.wfh2015-07-181-5/+7
* 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
* win: Fix unqualified lookups into dependent base classes.thakis2015-07-141-4/+4
* Convert sbox_validation_tests to run exclusively on Swarmingmaruel2015-07-111-0/+13
* Convert sbox_unittests to run exclusively on Swarmingmaruel2015-07-111-0/+13
* 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-101-0/+17
* 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
* Add child processes created outside Job object as peer processes.wfh2015-06-301-0/+3
* Always initialize local handle variables.vchigrin2015-06-291-4/+4
* Fix integer truncation issue and check return codes for errors.forshaw2015-06-151-8/+10