1. 50cdc5a [Sanitizer] Fix Go build by Alexey Samsonov · 11 years ago
  2. 2fb0872 [Sanitizer] Unify summary reporting across all sanitizers. by Alexey Samsonov · 11 years ago
  3. 47fcd76 Hoist the addition of the prefix "SUMMARY: " from by Nick Lewycky · 11 years ago
  4. 8f4cece tsan: be silent if verbosity=0 by Dmitry Vyukov · 11 years ago
  5. b48c2b2 tsan: use sanitizer::CommonFlags in tsan by Dmitry Vyukov · 11 years ago
  6. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  7. 7847d77 [Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files by Alexey Samsonov · 11 years ago
  8. 923bac7 sanitizers: Make sure Visual Studio gets error reports by Reid Kleckner · 11 years ago
  9. 90629fb [sanitizer] Handle Die() in StopTheWorld. by Sergey Matveev · 11 years ago
  10. 0b694fc [nolibc] Move all platforms to internal_getpid. by Peter Collingbourne · 11 years ago
  11. 0c547de [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate library by Peter Collingbourne · 11 years ago
  12. 15bb32b [sanitizer] Generic sorting in sanitizer_common. by Sergey Matveev · 11 years ago
  13. 9578a3e [nolibc] Change internal syscall API to remove reliance on libc's errno. by Peter Collingbourne · 11 years ago
  14. 3614c16 [libsanitizer] StopTheWorld in sanitizer_common by Alexander Potapenko · 11 years ago
  15. f882247 [Sanitizer] use raw syscall instead of _exit() function on Linux by Alexey Samsonov · 12 years ago
  16. 1d333c5 [msan] add strip_path_prefix flag; print error summary; don't crash while printing summary if debug info is missing. The tests will follow later once we establish the lit-like tests for msan. by Kostya Serebryany · 12 years ago
  17. 2f588f9 [tsan] print error summary line by Kostya Serebryany · 12 years ago
  18. 2673fd8 [asan] print a short one-line report summary after the full report. Currently, works only if symbolization happens in-process. by Kostya Serebryany · 12 years ago
  19. ee7cc44 [Sanitizer] make internal_open have the same interface as libc version by Alexey Samsonov · 12 years ago
  20. 859778a [sanitizer] make the error messages from sanitizer_common contain the actual tool name by Kostya Serebryany · 12 years ago
  21. 9b42f52 Fixup for r172828: use InternalScopedBuffer in favor of large stack buffers by Alexey Samsonov · 12 years ago
  22. dedba5d [ASan] Fix the log_path option to use different log files for parent and child processes after fork(). by Alexander Potapenko · 12 years ago
  23. e3c35c7 asan: fix format string in CHECK by Dmitry Vyukov · 12 years ago
  24. 321e125 [asan] more sceleton code for asan_allocator2 by Kostya Serebryany · 12 years ago
  25. 2574257 Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which should be used by by Alexander Potapenko · 12 years ago
  26. 3617ad7 tsan: fix lint warning and make output tests more robust by Dmitry Vyukov · 12 years ago
  27. 2dae63a Remove unused variable. by Bill Wendling · 12 years ago
  28. cc75259 [tsan] add MmapAlignedOrDie by Kostya Serebryany · 12 years ago
  29. f67ec2b [asan] get rid of some of the uses of kPageSize. The intent is to get rid of it completely to support platforms with multiple possible page sizes. by Kostya Serebryany · 12 years ago
  30. 84d57b4 [Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determine whether error reports are printed to terminal by Alexey Samsonov · 12 years ago
  31. a517641 [Sanitizer] move unit test for Printf from tsan to sanitizer_common by Alexey Samsonov · 12 years ago
  32. f3457cb [Sanitizer] Use kStderrFd constant instead of hardcoded 2 by Alexey Samsonov · 12 years ago
  33. ac8564e [Sanitizer]: add __sanitizer_set_report_fd function to alter file descriptor for error reports by Alexey Samsonov · 12 years ago
  34. 81dfbb7 [asan] add asan option log_path=PATH to let users redirect asan reports to a file PATH.PID instead of stderr by Kostya Serebryany · 12 years ago
  35. 591616d [Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runtimes: implement tool-specific Die and CheckFailed functions via callbacks by Alexey Samsonov · 12 years ago
  36. 0dc3177 [Sanitizer] implement straightforward nlogn sorting, as qsort() may call malloc, which leads to deadlock in ASan allocator by Alexey Samsonov · 12 years ago
  37. 00d345c tsan/asan: kill STL by Dmitry Vyukov · 12 years ago
  38. 4c49666 [Sanitizer] move atomic ops, min/max and sort to commnon runtime by Alexey Samsonov · 12 years ago
  39. cffe2f5 [Sanitizer] Move ReadFileToBuffer to sanitizer_common. by Alexey Samsonov · 12 years ago
  40. 230c3be [Sanitizer] Move more functions/constants to sanitizer_common. by Alexey Samsonov · 12 years ago