summaryrefslogtreecommitdiffstats
path: root/sandbox/win
Commit message (Expand)AuthorAgeFilesLines
* Move bit_cast from base/macros.h to its own headertapted2016-01-144-0/+4
* Fix 64-bit truncation found by VS 2015brucedawson2016-01-061-2/+2
* Fix include presubmit warning in Wow64.cctapted2016-01-041-1/+1
* Clean up header files.avi2015-12-263-0/+3
* Make base a static ibrarybrettw2015-12-221-1/+5
* Switch to standard integer types in sandbox/.avi2015-12-22118-455/+654
* Fix build.Avi Drissman2015-12-211-0/+2
* Revert of Switch to standard integer types in sandbox/. (patchset #3 id:40001...petewil2015-12-21118-652/+455
* Fix build.Avi Drissman2015-12-211-0/+2
* Switch to standard integer types in sandbox/.avi2015-12-21118-455/+652
* Revert of Make base a static ibrary (patchset #3 id:40001 of https://coderevi...phoglund2015-12-181-5/+1
* Added protection against mapping image sections between processes.forshaw2015-12-181-1/+1
* Make base a static ibrarybrettw2015-12-181-1/+5
* clang/win: Fix build after https://codereview.chromium.org/1456663003Nico Weber2015-12-121-1/+1
* Make dispatcher a member of PolicyBase.rickyz2015-12-126-143/+215
* Use volatile to prevent heap-to-stack promotion in an ASan testrnk2015-12-101-1/+1
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-101-1/+1
* Fixing remaining VC++ 2015 64-bit build breaksbrucedawson2015-12-102-3/+6
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-1013-169/+217
* [Sandbox service resolver hooks] Remove the RET hijacking in ntdll.pennymac2015-12-092-18/+9
* Reland of clang/win: Enable -Wunused-value completely. (patchset #1 id:1 of h...thakis2015-12-071-1/+1
* clang/win: Make sandbox_nt_util.cc build with -Wunused-value in release.thakis2015-12-072-4/+3
* Revert of clang/win: Enable -Wunused-value completely. (patchset #3 id:40001 ...thakis2015-12-051-1/+1
* clang/win: Enable -Wunused-value completely.thakis2015-12-051-1/+1
* Remove kuint32max.avi2015-12-045-129/+170
* Fixes for 1324523008 which was reverted. (Due to GetUserDefaultLocaleName bei...liamjm2015-12-036-8/+207
* Remove kuint16max.avi2015-12-012-11/+17
* Revert of Remove kuint16max. (patchset #7 id:120001 of https://codereview.chr...avi2015-12-012-17/+11
* Remove kuint16max.avi2015-12-012-11/+17
* Cleanup: Correctly spell success(ful).thestig2015-11-231-1/+1
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Revert "Fix inherited handles conflicting with handle tracker"rickyz2015-11-172-64/+0
* Remove shared_handles.{cc,h}rickyz2015-10-304-179/+0
* Do not set include_dirs in direct_dependent_settings.rickyz2015-10-281-12/+0
* Fix IsFunctionAService() for Windows 10 WOW64drbasic2015-10-214-12/+84
* Fix order of initialization warning in target_process.cc.Hans Wennborg2015-10-131-3/+3
* Rework target process creation to minimize creation routesforshaw2015-10-136-93/+62
* Enforce WARN_UNUSED_RESULT attribute on Windowsdcheng2015-10-102-2/+4
* win: Remove uses of UNREFERENCED_PARAMETER.thakis2015-10-067-74/+40
* Make SharedMemoryHandle a class on windows.erikchen2015-09-253-9/+11
* Sandbox: Remove myself from ownersrvargas2015-09-241-1/+0
* Replace calls to rand_s with calls to RtlGenRandom.wfh2015-09-187-6/+102
* Get rid of the token cache.rickyz2015-09-182-79/+3
* Fixes to possible GetLastError bugsbrucedawson2015-09-174-4/+12
* Sandbox: Reenable tests that were disabled "temporarily" 2 years ago.rvargas2015-09-101-2/+2
* Revert "Add sbox tests related to warming up of locales."Balazs Engedy2015-09-096-141/+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
* Fix inherited handles conflicting with handle trackerscottmg2015-09-022-0/+64
* fix typo in comment: reverToSelf() -> revertToSelf()liamjm2015-09-021-1/+1