summaryrefslogtreecommitdiff
path: root/lib/interception/interception.h
AgeCommit message (Expand)Author
2017-12-14[Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski
2017-12-06[Sanitizers] Use SANITIZER_* macros in lib/interceptionKamil Rytarowski
2017-09-13[Fuchsia] Magenta -> ZirconPetr Hosek
2017-08-04Add NetBSD support in interception.hKamil Rytarowski
2017-08-01[sanitizer_common] Fuchsia support for interceptorsVitaly Buka
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-07-27[compiler-rt] Fix warnings in interception codeEtienne Bergeron
2016-07-22Revert "fix https://reviews.llvm.org/D22610" and "[compiler-rt] Fix memmove/m...Bruno Cardoso Lopes
2016-07-21fix https://reviews.llvm.org/D22610Etienne Bergeron
2015-03-16[ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov
2014-08-22[ASan/Win] Land the trivial bits of -MD RTL support (PR20214)Timur Iskhodzhanov
2014-07-10Make sanitizers' interceptors non-weak on FreeBSDViktor Kutuzov
2014-05-22[ASan/Win] Use the new function interception approach to handle function wrap...Timur Iskhodzhanov
2014-02-24[sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Ku...Kostya Serebryany
2013-10-16Make some pthread_mutex_* and pthread_cond_* interceptors common.Alexey Samsonov
2013-09-10[ASan] Remove the explicit function prototypes for intercepted functions on W...Timur Iskhodzhanov
2013-05-20[libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appe...Alexander Potapenko
2013-02-27add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany
2013-02-21[ASan] Refactoring: nuke the redundant function declarations in asan_intercep...Alexander Potapenko
2013-02-14[asan] fix x32 build (H.J. Lu)Kostya Serebryany
2013-02-07[sanitizer] OFF_T on Mac is u64.Evgeniy Stepanov
2013-02-07[sanitizer] Fix wrong size of OFF_T on 32-bit platforms.Evgeniy Stepanov
2013-02-05[ASan] Delete the code related to static runtime on OS X.Alexander Potapenko
2013-01-30[Sanitizer] include sanitizer_common headers when building interception libraryAlexey Samsonov
2013-01-30[sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov
2013-01-18[sanitizer] Common *scanf interceptors.Evgeniy Stepanov
2012-12-13[sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off...Kostya Serebryany
2012-09-24[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov
2012-09-12[ASan] fix interception macro for Android buildAlexey Samsonov
2012-09-11[Sanitizer] get rid of empty DEFAULT_CONVENTION in interception lib to remove...Alexey Samsonov
2012-08-17Commit the source and CMake changes that will allow to build ASan runtimeAlexander Potapenko
2012-08-02[Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point...Alexey Samsonov
2012-06-28[ASan] cleanup: trailing semicolons, trailing colons in enumsAlexey Samsonov
2012-06-28[Sanitizer] fight more semicolons in macro definitions (to please mac cmake b...Alexey Samsonov
2012-06-25Lots of trivial changes to remove extraneous semicolons throughout ASan.Chandler Carruth
2012-05-28asan/tsan: rename interceptors from __xsan_xxx to __interceptor_xxxDmitry Vyukov
2012-05-24asan/tsan: weak interceptorsDmitry Vyukov
2012-05-15[asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany