1. 9ea3e3c Disable or filter some more tests which often flake under Fuchsia. by Wez · 7 years ago
  2. 4416579 Rename buildflag_header targets in base for consistency by Scott Violet · 8 years ago
  3. d0ecd6a remove valgrind checks from //base by Mostyn Bramley-Moore · 8 years ago
  4. a16212a5 Convert NULL and 0 to nullptr in base using clang-tidy. by Ivan Kotenkov · 8 years ago
  5. 3038b2f allocator/Windows: delete the old non-unified allocator-shim by primiano · 8 years ago
  6. bc1c109 Disable SecurityTest.NewOverflow under msan. by thakis · 8 years ago
  7. a71e1c4d Enable SecurityTest.NewOverflow on Linux now that valgrind is gone by thakis · 9 years ago
  8. 4d7b56b4 Reland of nable SecurityTest.NewOverflow on Windows, with clang fix (patchset #1 id:1 of https://codereview.chromium.org/2692183002/ ) by thakis · 9 years ago
  9. 906ce68 Revert of Reenable SecurityTest.NewOverflow on Windows, with clang fix (patchset #2 id:20001 of https://codereview.chromium.org/2694873002/ ) by gcasto · 9 years ago
  10. 9b14da5b Reenable SecurityTest.NewOverflow on Windows, with clang fix by thakis · 9 years ago
  11. 4f46a46 Revert of Re-enable SecurityTest.NewOverFlow on Windows. (patchset #2 id:40001 of https://codereview.chromium.org/2679153002/ ) by thakis · 9 years ago
  12. 86930c79 Fix comment. by siggi · 9 years ago
  13. 82681d8 Re-enable SecurityTest.NewOverFlow on Windows. by siggi · 9 years ago
  14. 25fea6ff Re-enable SecurityTest.NewOverflow on Mac. by rsesek · 9 years ago
  15. 093de9b Convert //base to use std::unique_ptr by dcheng · 9 years ago
  16. db5935f Move base::FreeDeleter into its own header. by dcheng · 9 years ago
  17. bfaeb59 Memory Sheriff: Disable SecurityTest.NewOverflow on Linux by tommycli · 10 years ago
  18. 9b6f4293 Switch to standard integer types in base/. by avi · 10 years ago
  19. a18eb52 Enable SecurityTest.NewOverflow under ThreadSanitizer by glider · 10 years ago
  20. 1bf9399 Add support for base::UncheckedMalloc on Windows. by wfh · 10 years ago
  21. 189ce1f win: Get SecurityTest.CallocOverflow passing again after clang r235553. by thakis · 10 years ago
  22. d38072d clang/win: Fix SecurityTest.CallocOverflow in -Os builds. by thakis · 10 years ago
  23. 33fd64c clang/win: Prevent clang from optimizing away a malloc in a test. by Nico Weber · 11 years ago
  24. 74a449ca Restore the allocator shim on Windows. Add 2Gb limit on allocations via the shim. Remove tcmalloc from Windows. by wfh · 11 years ago
  25. be940e9 Enable MSVC warning for unused locals. by Peter Kasting · 11 years ago
  26. 17727ff Disable SecurityTest.NewOverflow as it fails on 10.8 by John Abd-El-Malek · 11 years ago
  27. e3177dd5 Move file_util to base/files/ directory. by [email protected] · 11 years ago
  28. 6c65f2b Define ADDRESS_SANITIZER whenever ASan is used by [email protected] · 11 years ago
  29. ab68db2d remove redundant ifdefs by [email protected] · 11 years ago
  30. aee2f33 Use SYZYASAN instead of ADDRESS_SANITIZER. by [email protected] · 11 years ago
  31. 5fcce3f7 Add use_allocator instead of linux_use_tcmalloc to switch the allocator. by [email protected] · 11 years ago
  32. c158a36 Fix SecurityTest.CallocOverflow when it's SyzyASan instrumented. by [email protected] · 12 years ago
  33. 1d51882f Fixes for -Wunused-function on Linux, Android and ChromeOS by [email protected] · 12 years ago
  34. e877a06 Disable SecurityTest.NewOverflow under ThreadSanitizer v2 by [email protected] · 12 years ago
  35. 50a3d9c Re-enable SecurityTest.CallocOverflow by [email protected] · 12 years ago
  36. 7d899e9a Revert 227219 "Revert 226920 "Roll Clang 188423:191856."" by [email protected] · 12 years ago
  37. 65930a847 Revert 227006 "Revert 226984 "Disable CallocOverflow under Mac/A..." by [email protected] · 12 years ago
  38. d60566a Revert 226920 "Roll Clang 188423:191856." by [email protected] · 12 years ago
  39. f33ebee Revert 226984 "Disable CallocOverflow under Mac/ASAN" by [email protected] · 12 years ago
  40. 1736fed9e Revert 226978 "Revert 226920 "Roll Clang 188423:191856."" by [email protected] · 12 years ago
  41. 4c7cc61 Disable CallocOverflow under Mac/ASAN by [email protected] · 12 years ago
  42. b6213ab8 Revert 226920 "Roll Clang 188423:191856." by [email protected] · 12 years ago
  43. d19d40d Roll Clang 188423:191856. by [email protected] · 12 years ago
  44. 949536b Reenable the tcmalloc SecurityTests in base_unittests on Windows by [email protected] · 12 years ago
  45. aa2c776 Disable tcmalloc security tests on Windows by [email protected] · 12 years ago
  46. 6bc8b7684 Enable SecurityTest.CallocOverflow under ASan on Mac. by [email protected] · 12 years ago
  47. df191bf base/security: re-enable security check on ASAN by [email protected] · 12 years ago
  48. 1cdfdb7 Base Security: fix-up overflow tests by [email protected] · 12 years ago
  49. 47db588 Revert 192031 "Base Security: fix-up overflow tests" by [email protected] · 12 years ago
  50. aec8d21 Base Security: fix-up overflow tests by [email protected] · 12 years ago
  51. 6084078 Make CallocDiesOnOOM return false under TSan, MSan and ASan. Their allocators return NULL in the case of an overflow. by [email protected] · 12 years ago
  52. d6a6cea Base: account for calloc aborting in security unittests by [email protected] · 13 years ago
  53. 8f185eb Disable SecurityTest.NewOverflow on Win64 by [email protected] · 13 years ago
  54. fe394f3 Security unittests: add more compiler barriers by [email protected] · 13 years ago
  55. 547683f Linux: grow a unique random mapping in ASLR by [email protected] · 13 years ago
  56. ffd994b Revert 180514: It breaks the windows compile. by [email protected] · 13 years ago
  57. 06d1ac6 Linux: grow a unique random mapping in ASLR by [email protected] · 13 years ago
  58. 5bd87aa Revert 180486 by [email protected] · 13 years ago
  59. 44fd796 Linux: grow a unique random mapping in ASLR by [email protected] · 13 years ago
  60. 1b556f8 TCMalloc: support userland ASLR on Linux and Chrome OS by [email protected] · 13 years ago
  61. 9c4729b Base: add a security test to check for new[] or calloc() overflowing. by [email protected] · 13 years ago
  62. b3a14a7 Revert 178928 by [email protected] · 13 years ago
  63. 9dd40c83 Base: add a security test to check for new[] or calloc() overflowing by [email protected] · 13 years ago
  64. 604eb05 base: Convert scoped_arrays to the new scoped_ptr style. by [email protected] · 13 years ago
  65. b5bf9a13 TCMalloc: restrict maximum size of memory allocations by [email protected] · 13 years ago