summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common.h
Commit message (Expand)AuthorAge
* Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne2013-10-24
* tsan: be silent if verbosity=0Dmitry Vyukov2013-10-15
* [lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev2013-10-14
* [sanitizer] Define kPthreadDestructorIterations on POSIX systems.Sergey Matveev2013-10-11
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-04
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* sanitizers: Make sure Visual Studio gets error reportsReid Kleckner2013-09-05
* [lsan] Colorize LSan reports.Sergey Matveev2013-09-03
* [Sanitizer] Add the way to find binary in PATHAlexey Samsonov2013-09-03
* [sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev2013-08-26
* [sanitizer] Handle Die() in StopTheWorld.Sergey Matveev2013-08-26
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-13
* [ASan] Use less shadow on Win 32-bitTimur Iskhodzhanov2013-07-16
* [Sanitizer] Rename InternalVector to InternalMmapVectorAlexey Samsonov2013-06-14
* [Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov2013-06-11
* tsan: fix windows mingw buildDmitry Vyukov2013-06-10
* Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov2013-05-29
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-17
* [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...Peter Collingbourne2013-05-17
* [sanitizer] Generic sorting in sanitizer_common.Sergey Matveev2013-05-13
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-08
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-07
* Revert r180599 "[sanitizer] Clear LD_PRELOAD when forking an external symboli...Sergey Matveev2013-04-26
* [sanitizer] Clear LD_PRELOAD when forking an external symbolizer.Sergey Matveev2013-04-26
* Revert r180082 and add a test for SetEnv functionAlexey Samsonov2013-04-23
* [Sanitizer] Delete unused functionAlexey Samsonov2013-04-23
* [Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov2013-04-05
* [libsanitizer] Added data() and capacity() getters to InternalVector.Alexander Potapenko2013-04-01
* [Sanitizer] Follow-up for r178238 - replace DCHECKs with regular CHECKsAlexey Samsonov2013-03-29
* [Sanitizer] Minor enhancements in InternalVector containerAlexey Samsonov2013-03-28
* tsan: add SetEnv() function that can be used in frontendsDmitry Vyukov2013-03-25
* tsan: use a single background thread for memory profiler and memory flush (an...Dmitry Vyukov2013-03-21
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [libsanitizer] StopTheWorld in sanitizer_commonAlexander Potapenko2013-03-15
* [sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov2013-03-13
* [Sanitizer] Add methods back() and pop_back() to InternalVector. Patch by Ser...Alexey Samsonov2013-03-05
* [sanitizer] A low-level vector implementation to be used in leak checking cod...Kostya Serebryany2013-02-26
* [asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ...Kostya Serebryany2013-02-26
* [Sanitizer] use raw syscall instead of _exit() function on LinuxAlexey Samsonov2013-02-20
* [Sanitizer] Make temporary filename depend on user IDAlexey Samsonov2013-02-18
* [ASan] Move functions using BitScan/clzl to sanitizer_commonTimur Iskhodzhanov2013-02-08
* [asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany2013-02-06
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-01
* [sanitizer] make the error messages from sanitizer_common contain the actual ...Kostya Serebryany2013-01-31
* [asan/tsan] when unmapping a chunk of user memory, apply madvise(MADV_DONTNEE...Kostya Serebryany2012-12-27
* [asan] more asan_allocator2 code: actually un/poison shadow on malloc/free Kostya Serebryany2012-12-14
* [sanitizer] introduce MmapFixedOrDie and use it in SizeClassAllocator64Kostya Serebryany2012-12-13
* [asan] more code for asan_allocator2: basic Allocate/Deallocate codeKostya Serebryany2012-12-11
* Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...Alexander Potapenko2012-12-10
* [sanitizer] implement SanitizerSetThreadName/SanitizerGetThreadName. Just for...Kostya Serebryany2012-12-07