summaryrefslogtreecommitdiff
path: root/lib/asan/asan_win.cc
Commit message (Expand)AuthorAge
* [asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev2013-10-14
* [ASan] Fix a compile-time warningTimur Iskhodzhanov2013-09-23
* [ASan] Add DLL thunks for the new stack UAR interfaceTimur Iskhodzhanov2013-09-23
* [sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev2013-05-08
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-19
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [ASan] minor changes to swapcontext handling: don't clear shadow memory if co...Alexey Samsonov2013-01-17
* asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov2013-01-14
* asan: fix FIXME on windowsDmitry Vyukov2013-01-11
* [asan] fix win buildKostya Serebryany2012-12-13
* [ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov2012-11-23
* [ASan] Add extern C for __asan_symbolize on WindowsAlexey Samsonov2012-10-02
* [Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...Alexey Samsonov2012-10-02
* [asan] fix Windows buildKostya Serebryany2012-08-28
* [asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany2012-08-28
* If the program is linked to a dynamic ASan runtime which is not present in DY...Alexander Potapenko2012-08-24
* [ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler def in favor of __asa...Alexey Samsonov2012-08-22
* Intercept CFAllocator for each thread in the program.Alexander Potapenko2012-07-23
* [Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...Alexey Samsonov2012-06-19
* [Sanitizer] move ShadowRangeIsAvailable and several defines to common runtimeAlexey Samsonov2012-06-15
* [Sanitizer] move atomic ops, min/max and sort to commnon runtimeAlexey Samsonov2012-06-15
* [Sanitizer] move more portability wrappers to common runtime: sleep, _exit, a...Alexey Samsonov2012-06-15
* [Sanitizer] move DumpProcessMap and DisableCoreDumper to common runtimeAlexey Samsonov2012-06-15
* [Sanitizer] move rest of mmap routines to common sanitizer runtimeAlexey Samsonov2012-06-14
* [Sanitizer] move portable GetEnv to common sanitizer runtimeAlexey Samsonov2012-06-14
* [ASan] don't include deleted headerAlexey Samsonov2012-06-14
* [Sanitizer] factor out GetThreadStackTopAndBottom from ASan runtime to common.Alexey Samsonov2012-06-07
* [Sanitizer] Switch to common mmap/munmap routines in ASan run-time.Alexey Samsonov2012-06-06
* [asan] make tid u32 instead of intKostya Serebryany2012-06-06
* [asan] start compacting the allocator header, the goal is to make it 16 bytes...Kostya Serebryany2012-06-06
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-06
* [ASan] use internal_{close,read,write} in ASan runtime.Alexey Samsonov2012-06-05
* [ASan] use internal_open from sanitizer_libc in ASan runtimeAlexey Samsonov2012-06-05
* [asan] partial fix for windows buildKostya Serebryany2012-05-31
* [asan] more renamingKostya Serebryany2012-05-31
* [asan] more renamingKostya Serebryany2012-05-31
* [ASan] Make for-Windows RTL compileable using Clang++Timur Iskhodzhanov2012-05-21
* [asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exitKostya Serebryany2012-04-06
* [ASan/Win] Fix lint warningTimur Iskhodzhanov2012-04-05
* [ASan/Win] Fix build by using inline assembly instead of an unavailable intri...Timur Iskhodzhanov2012-04-05
* [asan] make __asan::Deallocate immune to racy double-free (issue #57)Kostya Serebryany2012-04-05
* Introduce the use_sigaltstack flag (off by default), which enables using alte...Alexander Potapenko2012-04-05
* [ASan/Win] Eliminate a couple of FIXMEs, add NORETURN to CheckFailed/UNIMPLEM...Timur Iskhodzhanov2012-03-13
* [ASan] Add back the support for /MT; intercept statically-linked functionsTimur Iskhodzhanov2012-03-12
* [ASan] Use WriteFile instead of fwrite in AsanWriteTimur Iskhodzhanov2012-03-11
* [asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownershipKostya Serebryany2012-03-10
* [ASan] Intercept CreateThread on WindowsTimur Iskhodzhanov2012-02-24
* AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h insteadAlexey Samsonov2012-02-22
* [ASan] Intercept functions on Windows - first versionTimur Iskhodzhanov2012-02-22
* Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posi...Alexander Potapenko2012-02-22