1. 2fb0872 [Sanitizer] Unify summary reporting across all sanitizers. by Alexey Samsonov · 11 years ago
  2. e852e41 [lsan] Fix bug when discovering indirectly leaked objects. by Sergey Matveev · 11 years ago
  3. c519335 [lsan] Support ASan's stack-use-after-return mode in LSan. by Sergey Matveev · 11 years ago
  4. e86e35f [asan] Improve thread lifetime tracking on POSIX systems. by Sergey Matveev · 11 years ago
  5. 4430fdb [LSan] Don't report leaks with single-frame stack traces by Alexey Samsonov · 11 years ago
  6. 3354fa6 Revert r189347: it breaks on machines w/o installed debug versions of system libraries by Alexey Samsonov · 11 years ago
  7. a6b03c0 LSan: Check that dynamic linker library is properly symbolized by Alexey Samsonov · 11 years ago
  8. 5bd2174 Slightly improve lint checker script and fix a few style issues by Alexey Samsonov · 11 years ago
  9. 25aa255 [lsan] Add a regression test for building C code. by Sergey Matveev · 11 years ago
  10. 8d0c5ba [lsan] Add a stress test. by Sergey Matveev · 11 years ago
  11. cc5a4ac Enable pipefail for LSan tests by Alexey Samsonov · 11 years ago
  12. 41f1540 [lsan] Add leak_check_at_exit flag. by Sergey Matveev · 11 years ago
  13. f93fa97 [lsan] Add __lsan_do_leak_check() to the public interface. by Sergey Matveev · 11 years ago
  14. 577a4b5 [lsan] Fix test. by Sergey Matveev · 11 years ago
  15. c6ac98d [lsan] Handle fork() correctly. by Sergey Matveev · 11 years ago
  16. ad75ce5 [lsan] Fix build again. by Sergey Matveev · 11 years ago
  17. 0b5a1b7 [lsan] Fix build. by Sergey Matveev · 11 years ago
  18. b33cfeb [lsan] Add suppression support. by Sergey Matveev · 11 years ago
  19. 7ddf3c9 [lsan] Fix flaky test. by Sergey Matveev · 11 years ago
  20. 9fbfd96 [LSan] Add the way to disable LSan at link time by Alexey Samsonov · 11 years ago
  21. ac78d00 Revert to C-style callbacks for iteration over allocator chunks. by Sergey Matveev · 11 years ago
  22. 200afbd [asan] Move lsan_disabled out of thread context. by Sergey Matveev · 11 years ago
  23. c085fe8 [lsan] Move symbolization and reporting out of StopTheWorld callback. by Sergey Matveev · 11 years ago
  24. 441a216 Properly install LSan interface header, rely on sanitizer header presence in lit tests by Alexey Samsonov · 11 years ago
  25. b3b46da [lsan] Harmonized some naming inconsistencies. by Sergey Matveev · 11 years ago
  26. 4f0fd8e tsan: fix lint warnings by Dmitry Vyukov · 11 years ago
  27. cd571e0 [lsan] Implement __lsan_ignore_object(). by Sergey Matveev · 11 years ago
  28. 5e719a7 [lsan] Add __lsan_disable() and __lsan_enable(). by Sergey Matveev · 11 years ago
  29. 895659d [lsan] Run the leak detection tests under both ASan and LSan. by Sergey Matveev · 11 years ago