summaryrefslogtreecommitdiff
path: root/lib/interception/interception.h
Commit message (Expand)AuthorAge
* Make some pthread_mutex_* and pthread_cond_* interceptors common.Alexey Samsonov2013-10-16
* [ASan] Remove the explicit function prototypes for intercepted functions on W...Timur Iskhodzhanov2013-09-10
* [libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appe...Alexander Potapenko2013-05-20
* add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany2013-02-27
* [ASan] Refactoring: nuke the redundant function declarations in asan_intercep...Alexander Potapenko2013-02-21
* [asan] fix x32 build (H.J. Lu)Kostya Serebryany2013-02-14
* [sanitizer] OFF_T on Mac is u64.Evgeniy Stepanov2013-02-07
* [sanitizer] Fix wrong size of OFF_T on 32-bit platforms.Evgeniy Stepanov2013-02-07
* [ASan] Delete the code related to static runtime on OS X.Alexander Potapenko2013-02-05
* [Sanitizer] include sanitizer_common headers when building interception libraryAlexey Samsonov2013-01-30
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-30
* [sanitizer] Common *scanf interceptors.Evgeniy Stepanov2013-01-18
* [sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off...Kostya Serebryany2012-12-13
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-24
* [ASan] fix interception macro for Android buildAlexey Samsonov2012-09-12
* [Sanitizer] get rid of empty DEFAULT_CONVENTION in interception lib to remove...Alexey Samsonov2012-09-11
* Commit the source and CMake changes that will allow to build ASan runtimeAlexander Potapenko2012-08-17
* [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point...Alexey Samsonov2012-08-02
* [ASan] cleanup: trailing semicolons, trailing colons in enumsAlexey Samsonov2012-06-28
* [Sanitizer] fight more semicolons in macro definitions (to please mac cmake b...Alexey Samsonov2012-06-28
* Lots of trivial changes to remove extraneous semicolons throughout ASan.Chandler Carruth2012-06-25
* asan/tsan: rename interceptors from __xsan_xxx to __interceptor_xxxDmitry Vyukov2012-05-28
* asan/tsan: weak interceptorsDmitry Vyukov2012-05-24
* [asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany2012-05-15