1. 94b5036 [Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.h by Alexey Samsonov · 12 years ago
  2. 78381e4 [Sanitizer] fix compilation on Mac OS 10.6 - don't use O_CLOEXEC by Alexey Samsonov · 12 years ago
  3. b9a30e0 [Sanitizer] remove using namespace __sanitizer lines by Alexey Samsonov · 12 years ago
  4. 0a4c906 [Sanitizer] Use common defines for ASan and TSan runtime. Split defines between interface defines (can be visible in user code that includes interface ASan/TSan headers) and internal defines. by Alexey Samsonov · 12 years ago
  5. 8c8c8b0 [asan] change the order of tests in the asan_test binary. Makes the test runs 2x faster due to DEATH_TEST overhead (see asan issue 77) by Kostya Serebryany · 12 years ago
  6. 562e19e [TSan] Use internal_munmap from sanitizer_libc in TSan runtime. by Alexey Samsonov · 12 years ago
  7. 1f11d31 [Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitizer_libc: sscanf, munmap, memchr by Alexey Samsonov · 12 years ago
  8. 3f46cf4 [ASan] s/size_t/uptr in asan_mac.cc by Alexey Samsonov · 12 years ago
  9. 89345b0 [TSan] make TSan runtime use internal_{close,read,write} from sanitizer_libc by Alexey Samsonov · 12 years ago
  10. 2221f55 [ASan] use internal_{close,read,write} in ASan runtime. by Alexey Samsonov · 12 years ago
  11. a56aefd [Sanitizer] add internal_{close,read,write} functions to sanitizer_libc by Alexey Samsonov · 12 years ago
  12. 7f9c5a2 [TSan] use __sanitizer::internal_open in TSan run-time by Alexey Samsonov · 12 years ago
  13. 9552db7 [ASan] use internal_open from sanitizer_libc in ASan runtime by Alexey Samsonov · 12 years ago
  14. c5d4651 [Sanitizer] Add sanitizer_win.cc for windows-specific implementations of libc functions. Add internal_open. by Alexey Samsonov · 12 years ago
  15. 48aee68 [TSan] use __sanitizer::internal_mmap in TSan run-time by Alexey Samsonov · 12 years ago
  16. 6316c11 [ASan] Fix a typo in Makefile.old by Alexey Samsonov · 12 years ago
  17. 982cee4 [Sanitizer] Enable lint for sanitizer_common/ by Alexey Samsonov · 12 years ago
  18. ae4d9ca Created files sanitizer_linux.cc and sanitizer_mac.cc for platform-specific implementations of common functions. Turned asan_mmap into __sanitizer::internal_mmap. by Alexey Samsonov · 12 years ago
  19. 603c4be Remove file-type tags in .cc files in tsan/ and sanitizer_common/ by Alexey Samsonov · 12 years ago
  20. e5f5895 Remove file-type tags for .cc files in ASan run-time library by Alexey Samsonov · 12 years ago
  21. c0d78c1 [Sanitizer]: move internal_strcmp to sanitizer_common by Alexey Samsonov · 12 years ago
  22. 5f2fe37 [ASan] Use ASan option symbolize to turn on internal symbolizer (in development) by Alexey Samsonov · 12 years ago
  23. 3836ff2 [Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior conforming to manual) by Alexey Samsonov · 12 years ago
  24. 4e6c6c7 [Sanitizer_common] fix filenames in comments by Alexey Samsonov · 12 years ago
  25. ab5dbcc temporary include stdlib.h in symbolizer to fix Mac/Win build by Alexey Samsonov · 12 years ago
  26. cfd605e [asan] fix gcc build by Kostya Serebryany · 12 years ago
  27. 2f7d826 by Alexey Samsonov · 12 years ago
  28. f037f56 tsan: intercept longjmp() but die in it, greatly simplifies problem diagnostic by Dmitry Vyukov · 12 years ago
  29. 45c8d1b [asan] partial fix for windows build by Kostya Serebryany · 12 years ago
  30. b49879c [asan] partial fix for windows build by Kostya Serebryany · 12 years ago
  31. ee39255 [asan] more renaming by Kostya Serebryany · 12 years ago
  32. 3f4c387 [asan] more renaming by Kostya Serebryany · 12 years ago
  33. a13749b tsan: fix a typo by Dmitry Vyukov · 12 years ago
  34. 9aead37 [asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some renaming in asan rt. More to come. by Kostya Serebryany · 12 years ago
  35. b99941c Fix the wildcards for two output tests on Darwin. by Alexander Potapenko · 12 years ago
  36. 16e0075 [asan,tsan] rename files in sanitizer_common to have a common prefix (sanitizer_). by Kostya Serebryany · 12 years ago
  37. 20f60c5 tsan: suppress reports against source file names as well by Dmitry Vyukov · 12 years ago
  38. a87bdaa Be more verbose when installing the signals. by Alexander Potapenko · 12 years ago
  39. 6b6dc57 Fix a bug in parsing boolean flags: we used to take the first char of the key=value string by Alexander Potapenko · 12 years ago
  40. e4781f0 Be less verbose when parsing the default options. by Alexander Potapenko · 12 years ago
  41. b4b9fa7 tsan: prevent recursive signal handlers by Dmitry Vyukov · 12 years ago
  42. b3cedf9 [asan,tsan] Add a new directory compiler-rt/lib/sanitizer_common by Kostya Serebryany · 12 years ago
  43. ff20f17 Fixing ASan build on Win: don't use __asan_default_options by Alexey Samsonov · 12 years ago
  44. 4113f64 Do not define ___asan_default_options on Windows. by Alexander Potapenko · 12 years ago
  45. d389dd3 Fix atoi stub for linux introduced in r157573. This fixes compiler-rt build on linux. by Alexey Samsonov · 12 years ago
  46. c6df61b tsan: fix compiler warnings by Dmitry Vyukov · 12 years ago
  47. 411b2c9 tsan: fix race during pthread_join/detach by Dmitry Vyukov · 12 years ago
  48. 62f10e7 Rework the flags machinery a bit. by Alexander Potapenko · 12 years ago
  49. a27d6a7 More verbose check in AppendString. by Alexander Potapenko · 12 years ago
  50. 40565ce tsan: pass CFLAGS to tests by Dmitry Vyukov · 12 years ago
  51. 00a38b2 tsan: be more conservative wrt symbolizer output by Dmitry Vyukov · 12 years ago
  52. ec63f45 Add support for the GCOV_PREFIX_STRIP env variable which tries to strip off the first 'n' directories from the filename. by Bill Wendling · 12 years ago
  53. 84baff0 Add stub for 'atoi'. by Bill Wendling · 12 years ago
  54. 015b7e0 Simplify the logic that tries to open the GCDA file at all costs. Basically, if by Bill Wendling · 12 years ago
  55. 906d5a5 * A bit of cleanup of the 'recursive_mkdir'. No functionality change. by Bill Wendling · 12 years ago
  56. d350c35 tsan: increase /proc/self/maps max size (1M is far not enough) by Dmitry Vyukov · 12 years ago
  57. f54c0e3 asan/tsan: rename interceptors from __xsan_xxx to __interceptor_xxx by Dmitry Vyukov · 12 years ago
  58. 75d48f2 tsan: more robust detection of stack of main thread by Dmitry Vyukov · 12 years ago
  59. 769544e tsan: use DCHECK_GT/LT instead of plain DCHECK (better diagnostics) by Dmitry Vyukov · 12 years ago
  60. af154b8 tsan: do not clean stack/tls for main thread by Dmitry Vyukov · 12 years ago
  61. 170169a asan: remove static libraries on make clean by Dmitry Vyukov · 12 years ago
  62. de47cb8 Don't use 'strrchr', which isn't implemented here yet. by Bill Wendling · 12 years ago
  63. 5a240c5 Sync with old GCOV runtime library's file. by Bill Wendling · 12 years ago
  64. f2981f3 Typo fix. by Alexander Potapenko · 12 years ago
  65. fca72fd Factor ParseAsanOptions outside __asan_init by Alexander Potapenko · 12 years ago
  66. 3793123 Introduce the check_malloc_usable_size flag (on by default). by Alexander Potapenko · 12 years ago
  67. 789b6c5 tsan: do not call into libc in symbolizer and in other code (this causes recursion and crashes) by Dmitry Vyukov · 12 years ago
  68. 1070a5a tsan: output message about failure to intercept only if verbosity flag is passed by Dmitry Vyukov · 12 years ago
  69. d1a928e asan: fix tests by Dmitry Vyukov · 12 years ago
  70. 619e8bf Adding back a right parenthesis that was dropped in r157388. by Meador Inge · 12 years ago
  71. ea5bde9 tsan: compilation of tests with newest clang by Dmitry Vyukov · 12 years ago
  72. 5aa3f22 tsan: fix compilation with newest clang by Dmitry Vyukov · 12 years ago
  73. 580469d asan/tsan: weak interceptors by Dmitry Vyukov · 12 years ago
  74. 24567d4 tsan: add a flag to control RunningOnValgrind() return value by Dmitry Vyukov · 12 years ago
  75. c99f700 Move AsanShadowRangeIsAvailable() from mac to posix. by Evgeniy Stepanov · 12 years ago
  76. f1ee2cd Use zero-based shadow by default on Android. by Evgeniy Stepanov · 12 years ago
  77. ed23418 asan: fix typo in comment by Dmitry Vyukov · 12 years ago
  78. adfb650 tsan: add shadow memory flush + fix few bugs by Dmitry Vyukov · 12 years ago
  79. e294d09 tsan: fix sizeof sigset_t by Dmitry Vyukov · 12 years ago
  80. b9bcdb3 tsan: fix makefile allow to build custom configurations by Dmitry Vyukov · 12 years ago
  81. 9d2ffc2 tsan: reduce per-thread memory usage by Dmitry Vyukov · 12 years ago
  82. 76ac572 [asan] nuke some old unused code by Kostya Serebryany · 12 years ago
  83. 6f350e0 [asan] increase the stack size limit to 256M (yes, that happens); also CHECK that the stack size is less than that on a non-main thread by Kostya Serebryany · 12 years ago
  84. 2612773 tsan: simple memory profiler by Dmitry Vyukov · 12 years ago
  85. 9003eae [asan] use -fno-builtin to build asan-rt on Mac by Kostya Serebryany · 12 years ago
  86. f4226ae [asan] use -fPIE -fno-builtin for building asan-rt by Kostya Serebryany · 12 years ago
  87. e4d141d [asan] fix one test on 32-bit Mac 10.7; enable another test on Mac by Kostya Serebryany · 12 years ago
  88. 05906a7 tsan: implement malloc/free hooks by Dmitry Vyukov · 12 years ago
  89. 8c505ef [ASan] Make for-Windows RTL compileable using Clang++ by Timur Iskhodzhanov · 12 years ago
  90. 6d6acaa tsan: do not assume non-recursive signal handlers by Dmitry Vyukov · 12 years ago
  91. e784ad4 tsan: replace CHECK with CHECK_EQ for better diagnostics by Dmitry Vyukov · 12 years ago
  92. d91d067 tsan: better, more realistic handling of signals by Dmitry Vyukov · 12 years ago
  93. efd9582 tsan: add more checks for OOM conditions tests like to try to malloc((size_t)-1) by Dmitry Vyukov · 12 years ago
  94. 7b8bee1 tsan: check for overflow in malloc() by Dmitry Vyukov · 12 years ago
  95. 7d38634 tsan: fix potential NULL deref by Dmitry Vyukov · 12 years ago
  96. b7b6b1c tsan: remove shutdown code by Dmitry Vyukov · 12 years ago
  97. 069ce82 tsan: detect accesses to freed memory http://codereview.appspot.com/6214052 by Dmitry Vyukov · 12 years ago
  98. 3547924 [tsan] fix dependency rules in Makefile.old by Kostya Serebryany · 12 years ago
  99. 7b664bf tsan: ValgrindSlowdown() should be weak for some time by Dmitry Vyukov · 12 years ago
  100. dc2f032 tsan: add ValgrindSlowdown() "dynamic annotation" by Dmitry Vyukov · 12 years ago