summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Creating branches/google/testing and tags/google/testing/2017-11-14 from r317716google/testingDavid L. Jones2017-11-1531-95/+398
|\
| * [ThinLTO] Ensure sanitizer passes are runTeresa Johnson2017-11-081-0/+6
| * Implement flock for Windows in compiler-rtMarco Castelluccio2017-11-081-3/+55
| * [sanitizer] Add Scudo to the sanitizer lint checks.Kostya Kortchinsky2017-11-084-6/+9
| * Always use prctl(PR_SET_PTRACER)Sylvestre Ledru2017-11-081-2/+8
| * Revert "[scudo] Make getNumberOfCPUs Fuchsia compliant"Reid Kleckner2017-11-086-40/+8
| * [sanitizer] Asm implementation of syscall() for arm32.Evgeniy Stepanov2017-11-082-0/+143
| * (NFC) Rename GetMax{,User}VirtualAddress.Evgeniy Stepanov2017-11-0711-11/+11
| * [sanitizer] Fix sanitizer_common compile errors on gcc trunkVitaly Buka2017-11-072-2/+3
| * [scudo] Make getNumberOfCPUs Fuchsia compliantKostya Kortchinsky2017-11-076-8/+40
| * [WebAssembly] Include GENERIC_TF_SOURCES in wasm buildsSam Clegg2017-11-071-2/+6
| * tsan: allow usage of global vars with ctors in interceptorsDmitry Vyukov2017-11-071-13/+32
| * Update sanitizer_allocator to use new API.Kostya Kortchinsky2017-11-075-21/+33
| * [LSan] Detect dynamic loader by its base address.Alex Shlyapnikov2017-11-064-22/+58
| * [Sanitizers] Check pthread_setcancel{state|type} interceptor arguments for !=...Alex Shlyapnikov2017-11-061-2/+2
| * Fix CMake definitions of tsan runtime to make it installed by "install-compil...Mehdi Amini2017-11-041-2/+4
| * [scudo] Rearrange #include orderKostya Kortchinsky2017-11-031-3/+3
| * [Sanitizers] Call NanoTime() conditionally.Alex Shlyapnikov2017-11-031-1/+4
| * Late fixup in _lwp_exit on TSan/NetBSDKamil Rytarowski2017-11-031-1/+1
| * Correct detection of a thread terminationKamil Rytarowski2017-11-031-4/+17
| * Disable detection of on_exit()/TSan on NetBSDKamil Rytarowski2017-11-031-2/+5
* | Creating branches/google/testing and tags/google/testing/ from r317203David L. Jones2017-11-101289-10614/+37098
|\ \ | |/
| * [fuzzer] Fix nested mallocsVitaly Buka2017-11-021-3/+26
| * [fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka2017-11-012-0/+120
| * [scudo] Fix standlone build -lrt requirementKostya Kortchinsky2017-11-011-1/+2
| * [scudo] Implement stricter separation of C vs C++Kostya Kortchinsky2017-11-0121-49/+64
| * [fuzzer] Fix threaded stack printingVitaly Buka2017-11-013-0/+63
| * Revert "[fuzzer] Fix threaded stack printing and nested mallocs"Vitaly Buka2017-11-015-197/+0
| * [fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka2017-10-312-0/+120
| * [fuzzer] Fix threaded stack printing and nested mallocsVitaly Buka2017-10-313-0/+77
| * [sanitizer][Fuchsia] Add a missing semicolonPetr Hosek2017-10-301-1/+1
| * Fix warning + death test + failing test on Windows (D39072).Kostya Kortchinsky2017-10-302-9/+7
| * [sanitizer] Fixing an error introduced in D39072Kostya Kortchinsky2017-10-301-1/+1
| * Introduce ReservedAddressRange to sanitizer_common.Kostya Kortchinsky2017-10-305-0/+165
| * Fix clang warnings in winasan codeReid Kleckner2017-10-301-3/+3
| * [asan] Intercept heap routines in VS2010 CRTReid Kleckner2017-10-301-0/+1
| * [XRay] [compiler-rt] fix build by including errno.h into FDR modeMartin Pelikan2017-10-281-0/+1
| * [XRay][compiler-rt] Remove more STL dependenices from FDR modeDean Michael Berris2017-10-272-53/+42
| * [scudo] Allow to specify the maximum number of TSDs at compile timeKostya Kortchinsky2017-10-272-6/+8
| * [LSan] Disable a couple of failing tests on PPC64 (pending investigation).Alex Shlyapnikov2017-10-272-2/+2
| * [LSan] Enable LSan tests on PPC64 Linux.Alex Shlyapnikov2017-10-263-2/+7
| * [Sanitizers] Set default allocator_release_to_os_interval_ms to 5 secondsAlex Shlyapnikov2017-10-262-7/+13
| * [sanitizer] Fix internal symbolized build on Debian 9Vitaly Buka2017-10-261-2/+2
| * [LSan] Adjust LSan allocator limits for PPC64.Alex Shlyapnikov2017-10-261-2/+9
| * [libFuzzer] trying to make a test more stable on MacKostya Serebryany2017-10-251-1/+1
| * [scudo] Remove comment about security of the 32-bit allocatorKostya Kortchinsky2017-10-251-3/+0
| * [msan] Intercept __strxfrm_l.Evgeniy Stepanov2017-10-253-2/+43
| * Try to unbreak Linux sanitizersKamil Rytarowski2017-10-252-0/+6
| * [sanitizer] Random shuffling of chunks for the 32-bit Primary AllocatorKostya Kortchinsky2017-10-254-26/+61
| * [Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov2017-10-2510-87/+298