index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sanitizer_common
/
sanitizer_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a FIXME now that I can't reproduce the problem
Timur Iskhodzhanov
2013-11-09
1
-2
/
+0
*
[Sanitizers] Share some stack walking code between Windows and Linux
Timur Iskhodzhanov
2013-11-09
1
-13
/
+6
*
[Sanitizer] Presumable fix stack trace unwinding on Windows
Alexey Samsonov
2013-11-07
1
-1
/
+1
*
[Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...
Alexey Samsonov
2013-11-07
1
-5
/
+1
*
[Sanitizer] Remove StackTrace::max_depth field
Alexey Samsonov
2013-10-12
1
-2
/
+1
*
[Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()
Alexey Samsonov
2013-10-12
1
-7
/
+5
*
[Sanitizer] Refactor symbolization interface: use class instead of several fu...
Alexey Samsonov
2013-09-10
1
-0
/
+5
*
sanitizers: Make sure Visual Studio gets error reports
Reid Kleckner
2013-09-05
1
-0
/
+18
*
[asan] Hopefully un-break the RTL on Windows
Timur Iskhodzhanov
2013-09-03
1
-1
/
+2
*
[Sanitizer] Add the way to find binary in PATH
Alexey Samsonov
2013-09-03
1
-0
/
+4
*
[ASan] Use less shadow on Win 32-bit
Timur Iskhodzhanov
2013-07-16
1
-0
/
+6
*
tsan: fix merge bug
Dmitry Vyukov
2013-06-10
1
-4
/
+0
*
tsan: fix windows crash (incorrect stack boundaries)
Dmitry Vyukov
2013-06-10
1
-0
/
+11
*
tsan: fix windows mingw build
Dmitry Vyukov
2013-06-10
1
-1
/
+5
*
[nolibc] Move all platforms to internal_getpid.
Peter Collingbourne
2013-05-17
1
-1
/
+1
*
Try to fix Windows build too
Peter Collingbourne
2013-05-08
1
-5
/
+5
*
[nolibc] Change internal syscall API to remove reliance on libc's errno.
Peter Collingbourne
2013-05-08
1
-7
/
+9
*
[sanitizer] Move GetStackTrace from ASan to sanitizer_common.
Sergey Matveev
2013-05-08
1
-1
/
+29
*
[sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.
Sergey Matveev
2013-05-07
1
-0
/
+10
*
Add a GetTid() implementation for Windows
Timur Iskhodzhanov
2013-03-25
1
-1
/
+7
*
[sanitizer] Replace more platform checks with SANITIZER_ constants.
Evgeniy Stepanov
2013-03-19
1
-1
/
+4
*
[Sanitizer] Add default constructor for BlockingMutex
Alexey Samsonov
2013-03-14
1
-0
/
+6
*
[Sanitizer] fix compilation for Windows
Alexey Samsonov
2013-03-14
1
-2
/
+2
*
[Sanitizer] Write a slightly better implementation of GetEnv() function on Wi...
Alexey Samsonov
2013-03-14
1
-11
/
+30
*
[sanitizer] Move GetTlsSize code from TSan to sanitizer_common.
Evgeniy Stepanov
2013-03-13
1
-0
/
+7
*
[Sanitizer] Implement BlockingMutex::CheckLocked()
Alexey Samsonov
2013-03-11
1
-0
/
+4
*
[Sanitizer] use raw syscall instead of _exit() function on Linux
Alexey Samsonov
2013-02-20
1
-4
/
+4
*
[Sanitizer] Make temporary filename depend on user ID
Alexey Samsonov
2013-02-18
1
-0
/
+4
*
[ASan] Switch Windows to allocator v2, also fixing some build errors
Timur Iskhodzhanov
2013-02-08
1
-0
/
+5
*
asan/tsan: fix failing CHECK on windows
Dmitry Vyukov
2013-02-04
1
-4
/
+2
*
[Sanitizer] extend internal libc with stat/fstat/lstat functions
Alexey Samsonov
2013-02-04
1
-0
/
+12
*
asan/tsan: fix compilation errors/bugs on Windows where long is 32-bit even i...
Dmitry Vyukov
2013-02-04
1
-2
/
+2
*
[Sanitizer] use u32 instead of mode_t, which is defined in Darwin headers
Alexey Samsonov
2013-02-01
1
-1
/
+1
*
[Sanitizer] make internal_open have the same interface as libc version
Alexey Samsonov
2013-02-01
1
-1
/
+9
*
asan: fix windows build
Dmitry Vyukov
2013-01-14
1
-0
/
+1
*
asan/tsan: move blocking mutex from asan to sanitizer_common
Dmitry Vyukov
2013-01-14
1
-0
/
+37
*
[Sanitizer] add missing header on Windows
Alexey Samsonov
2012-12-19
1
-0
/
+1
*
[Sanitizer] implement internal_isatty on Windows
Alexey Samsonov
2012-12-19
1
-1
/
+1
*
[asan] fix windows build
Kostya Serebryany
2012-12-13
1
-1
/
+1
*
[sanitizer] introduce MmapFixedOrDie and use it in SizeClassAllocator64
Kostya Serebryany
2012-12-13
1
-0
/
+6
*
Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...
Alexander Potapenko
2012-12-10
1
-0
/
+4
*
[asan] get rid of some of the uses of kPageSize. The intent is to get rid of ...
Kostya Serebryany
2012-11-23
1
-0
/
+8
*
[Sanitizer] add sanity checks for communication with external symbolizer
Alexey Samsonov
2012-11-09
1
-0
/
+4
*
[Sanitizer] try to fix Windows bot - include stdlib.h for abort/_exit functions
Alexey Samsonov
2012-11-08
1
-0
/
+1
*
tsan: windows: less includes, better diagnostics for failed VirtualAlloc(), i...
Dmitry Vyukov
2012-11-06
1
-4
/
+12
*
[Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determin...
Alexey Samsonov
2012-11-02
1
-0
/
+4
*
[Sanitizer] Use kStderrFd constant instead of hardcoded 2
Alexey Samsonov
2012-11-02
1
-1
/
+1
*
[Sanitizer] Remove unneeded returns after UNIMPLEMENTED macro
Alexey Samsonov
2012-10-09
1
-12
/
+0
*
[Sanitizer] Hoist functions to get/set stack size and re-exec from memory-san...
Alexey Samsonov
2012-09-17
1
-0
/
+13
*
[Sanitizer] implement readlink as syscall on Linux
Alexey Samsonov
2012-09-05
1
-0
/
+5
[next]