summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-095-14/+1
* Add sbox tests related to warming up of locales.liamjm2015-09-096-1/+141
* Correct PROCESS_BASIC_INFORMATION for 64 bit Windows.rickyz2015-09-097-9/+81
* sandbox/linux/bpf_dsl: eliminate implicit dependency on C++ compiler behaviormdempsky2015-09-081-2/+5
* sandbox/linux/bpf_dsl: remove ErrorCode intermediary representationmdempsky2015-09-0411-599/+141
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-035-1/+14
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-025-14/+1
* 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
* sandbox/linux: remove ad-hoc bpf_dsl verifiermdempsky2015-08-3112-228/+19
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-312-0/+9
* Add Linux build packaging targets to GNbrettw2015-08-281-3/+3
* Add NamespaceSandbox::LaunchProcessWithOptions.rickyz2015-08-273-22/+100
* Fix forwarding of XPC messages to launchd on 10.10 and higher.rsesek2015-08-272-0/+17
* sandbox/linux/bpf_dsl: add golden files for compiled test policiesmdempsky2015-08-2620-28/+627
* build: On Android, disable LTO for specific targets only when targeting GCC.pcc2015-08-261-1/+1
* sandbox/linux/bpf_dsl: add DumpBPF::StringPrintProgrammdempsky2015-08-242-86/+140
* sandbox/linux: move ErrorCode into bpf_dslmdempsky2015-08-2019-218/+282
* Add support for int 2e fallback system call stub in Win10.wfh2015-08-201-9/+52
* sandbox/linux: refactor bpf_dsl dependency on die.hmdempsky2015-08-2010-25/+76
* 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
* Only prime NSS in the sandbox for NSS ports.davidben2015-08-111-1/+2
* 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
* ThreadHelpers unit tests were racytoyoshim2015-07-293-29/+81
* Make use of '// static' consistent.ajose2015-07-281-1/+1
* 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
* Set a new TLS when using CLONE_VM.rickyz2015-07-242-3/+52
* PlatformThreadHandle: remove public id() interfacetoyoshim2015-07-241-1/+1
* Sandbox: Remove ::CloseHandle from BrokerServices.rvargas2015-07-232-87/+91
* Revert of Set a new TLS when using CLONE_VM. (patchset #4 id:80001 of https:/...glider2015-07-232-46/+3
* Use sys/types.h instead of sys/cdefs to pull in __BIONIC__.rickyz2015-07-232-8/+1
* Sandbox: Update the interface of RestrictedToken to use DWORD.rvargas2015-07-232-30/+29
* Set a new TLS when using CLONE_VM.rickyz2015-07-232-3/+46
* Add GN isolate support for a bunch of unittests.dpranke2015-07-221-0/+9
* bpf_dsl: handle negative int32_t valuesmdempsky2015-07-223-6/+37
* Refactor the OS compatiblity layer.rsesek2015-07-224-143/+144
* Sandbox: store RestrictedToken::effective_token_ on a ScopedHandle.rvargas2015-07-212-127/+76