1. 31f78fd [ASan] Cache the OSX version to avoid calling sysctl() on every GetMacosVersion() call. by Alexander Potapenko · 11 years ago
  2. ad2ae54 [ASan] Add support for OS X Mavericks to GetMacosVersion. by Alexander Potapenko · 11 years ago
  3. f9262ae Fix broken header guard. by Richard Trieu · 11 years ago
  4. 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 11 years ago
  5. 83cb787 [sanitizer] Move ASan platform macros to sanitizer_common and rename them appropriately. by Evgeniy Stepanov · 11 years ago
  6. ec3a5a2 [ASan] Rename ReplaceCFAllocator to MaybeReplaceCFAllocator. by Alexander Potapenko · 12 years ago
  7. 4e0e50a Commit a leftover file from r166026: Add MACOS_VERSION_MOUNTAIN_LION. by Alexander Potapenko · 12 years ago
  8. 37c4853 Move the prototype of __CFInitialize to asan_mac.h so that asan_malloc_mac.cc may use it in the dynamic library mode. by Alexander Potapenko · 12 years ago
  9. 75b19eb Intercept CFAllocator for each thread in the program. by Alexander Potapenko · 12 years ago
  10. bf9f6fb A portable way to check whether __CFInitialize has been called: compare kCFAllocatorSystemDefault._base._cfisa to 0. by Alexander Potapenko · 12 years ago
  11. d079db6 Do not check for __CFRuntimeClassTableSize on non-10.6 systems, where this symbol is private. by Alexander Potapenko · 12 years ago
  12. 5cf832d [asan]: remove asan_mac.h by Alexey Samsonov · 12 years ago
  13. 64ce2db [asan]: start removing os-specific asan_mac.h - move inclusion of mac system header to asan_mac.cc by Alexey Samsonov · 12 years ago
  14. 6ebea22 [ASan] get rid of setjmp.h header in interceptors by Alexey Samsonov · 12 years ago
  15. 38dd4ed [ASan]: remove GetMacosVersion from asan_mac.h header by Alexey Samsonov · 12 years ago
  16. ebdbf7b AddressSanitizer: Don't include GrandCentralDispatch headers in asan headers on Mac by Alexey Samsonov · 13 years ago
  17. 5b29018 AddressSanitizer: start factoring out interception machinery by Alexey Samsonov · 13 years ago
  18. f2598fc AddressSanitizer: Add macro for definition/declaration of interceptors by Alexey Samsonov · 13 years ago
  19. 59dc578 Implement GetMacosVersion() to obtain the OS X version at runtime. by Alexander Potapenko · 13 years ago
  20. 431e517 Wrap CFStringCreateCopy to prevent copying constant CF strings. by Alexander Potapenko · 13 years ago
  21. 4dd8ba8 AddressSanitizer: fix recently introduced lint errors and broken test on Mac. by Alexey Samsonov · 13 years ago
  22. 3281209 This patch adds two methods, __asan_allocate_island and __asan_deallocate_island by Alexander Potapenko · 13 years ago
  23. d6567c5 [asan] flatten the asan-rt build slightly by Kostya Serebryany · 13 years ago
  24. 1e172b4 AddressSanitizer run-time library. Not yet integrated with the compiler-rt build system, but can be built using the old makefile. See details in README.txt by Kostya Serebryany · 13 years ago