summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_win.cc
Commit message (Expand)AuthorAge
* Remove a FIXME now that I can't reproduce the problemTimur Iskhodzhanov2013-11-09
* [Sanitizers] Share some stack walking code between Windows and LinuxTimur Iskhodzhanov2013-11-09
* [Sanitizer] Presumable fix stack trace unwinding on WindowsAlexey Samsonov2013-11-07
* [Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...Alexey Samsonov2013-11-07
* [Sanitizer] Remove StackTrace::max_depth fieldAlexey Samsonov2013-10-12
* [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov2013-10-12
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* sanitizers: Make sure Visual Studio gets error reportsReid Kleckner2013-09-05
* [asan] Hopefully un-break the RTL on WindowsTimur Iskhodzhanov2013-09-03
* [Sanitizer] Add the way to find binary in PATHAlexey Samsonov2013-09-03
* [ASan] Use less shadow on Win 32-bitTimur Iskhodzhanov2013-07-16
* tsan: fix merge bugDmitry Vyukov2013-06-10
* tsan: fix windows crash (incorrect stack boundaries)Dmitry Vyukov2013-06-10
* tsan: fix windows mingw buildDmitry Vyukov2013-06-10
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-17
* Try to fix Windows build tooPeter Collingbourne2013-05-08
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-08
* [sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev2013-05-08
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-07
* Add a GetTid() implementation for WindowsTimur Iskhodzhanov2013-03-25
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [Sanitizer] Add default constructor for BlockingMutexAlexey Samsonov2013-03-14
* [Sanitizer] fix compilation for WindowsAlexey Samsonov2013-03-14
* [Sanitizer] Write a slightly better implementation of GetEnv() function on Wi...Alexey Samsonov2013-03-14
* [sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov2013-03-13
* [Sanitizer] Implement BlockingMutex::CheckLocked()Alexey Samsonov2013-03-11
* [Sanitizer] use raw syscall instead of _exit() function on LinuxAlexey Samsonov2013-02-20
* [Sanitizer] Make temporary filename depend on user IDAlexey Samsonov2013-02-18
* [ASan] Switch Windows to allocator v2, also fixing some build errorsTimur Iskhodzhanov2013-02-08
* asan/tsan: fix failing CHECK on windowsDmitry Vyukov2013-02-04
* [Sanitizer] extend internal libc with stat/fstat/lstat functionsAlexey Samsonov2013-02-04
* asan/tsan: fix compilation errors/bugs on Windows where long is 32-bit even i...Dmitry Vyukov2013-02-04
* [Sanitizer] use u32 instead of mode_t, which is defined in Darwin headersAlexey Samsonov2013-02-01
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-01
* asan: fix windows buildDmitry Vyukov2013-01-14
* asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov2013-01-14
* [Sanitizer] add missing header on WindowsAlexey Samsonov2012-12-19
* [Sanitizer] implement internal_isatty on WindowsAlexey Samsonov2012-12-19
* [asan] fix windows buildKostya Serebryany2012-12-13
* [sanitizer] introduce MmapFixedOrDie and use it in SizeClassAllocator64Kostya Serebryany2012-12-13
* Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...Alexander Potapenko2012-12-10
* [asan] get rid of some of the uses of kPageSize. The intent is to get rid of ...Kostya Serebryany2012-11-23
* [Sanitizer] add sanity checks for communication with external symbolizerAlexey Samsonov2012-11-09
* [Sanitizer] try to fix Windows bot - include stdlib.h for abort/_exit functionsAlexey Samsonov2012-11-08
* tsan: windows: less includes, better diagnostics for failed VirtualAlloc(), i...Dmitry Vyukov2012-11-06
* [Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determin...Alexey Samsonov2012-11-02
* [Sanitizer] Use kStderrFd constant instead of hardcoded 2Alexey Samsonov2012-11-02
* [Sanitizer] Remove unneeded returns after UNIMPLEMENTED macroAlexey Samsonov2012-10-09
* [Sanitizer] Hoist functions to get/set stack size and re-exec from memory-san...Alexey Samsonov2012-09-17
* [Sanitizer] implement readlink as syscall on LinuxAlexey Samsonov2012-09-05