1. b8e1c4c scudo: Add a dump of primary allocation sizes to malloc_info output. by Peter Collingbourne · 4 years, 3 months ago
  2. a67bad2 scudo: Table driven size classes for Android allocator. by Peter Collingbourne · 4 years, 3 months ago
  3. 3067ba4 scudo: Instead of exporting a pointer to the allocator, export the allocator directly. NFCI. by Peter Collingbourne · 4 years, 3 months ago
  4. 2acfdcb [scudo][standalone] 32-bit improvement by Kostya Kortchinsky · 4 years, 3 months ago
  5. 6aaf843 scudo: Delete unused class ScudoByteMap. NFCI. by Peter Collingbourne · 4 years, 3 months ago
  6. f786f0c [GWP-ASan] Crash Handler API. by Mitch Phillips · 4 years, 3 months ago
  7. 05db361 [scudo][standalone] Fix a race in the secondary release by Kostya Kortchinsky · 4 years, 3 months ago
  8. 498babb scudo: Simplify getClassIdBySize() logic. NFCI. by Peter Collingbourne · 4 years, 3 months ago
  9. b8b13a6 scudo: Use more size classes in the malloc_free_loop benchmarks. by Peter Collingbourne · 4 years, 3 months ago
  10. 992d171 [scudo][standalone] Change default Android config by Kostya Kortchinsky · 4 years, 3 months ago
  11. 68aade0 [scudo][standalone] Release secondary memory on purge by Kostya Kortchinsky · 4 years, 3 months ago
  12. 48150a8 [scudo][standalone] Revert some perf-degrading changes by Kostya Kortchinsky · 4 years, 3 months ago
  13. af82d19 [scudo][standalone] Fix Android logging by Kostya Kortchinsky · 4 years, 3 months ago
  14. aafbde8 [scudo][standalone] Secondary & general other improvements by Kostya Kortchinsky · 4 years, 3 months ago
  15. 2fcf775 [gwp-asan] Implement malloc_iterate. by Evgenii Stepanov · 4 years, 3 months ago
  16. fa34342 [GWP-ASan] enable/disable and fork support. by Evgenii Stepanov · 4 years, 4 months ago
  17. 1816e45 [scudo][standalone] Reduce Android region sizes to 128MB by Kostya Kortchinsky · 4 years, 4 months ago
  18. 3d91aa4 [scudo][standalone] Allow sched_getaffinity to fail by Kostya Kortchinsky · 4 years, 4 months ago
  19. 905233e scudo: Add initial memory tagging support. by Peter Collingbourne · 4 years, 5 months ago
  20. 6595381 [scudo][standalone] Fork support by Kostya Kortchinsky · 4 years, 4 months ago
  21. 57864d6 [scudo][standalone] Support __BIONIC__ by Kostya Kortchinsky · 4 years, 5 months ago
  22. 3292bb4 [scudo][standalone] Implement TSD registry disabling by Kostya Kortchinsky · 4 years, 5 months ago
  23. b564ba8 [GWP-ASan] [Scudo] ifdef entire GWP-ASan tests. by Mitch Phillips · 4 years, 5 months ago
  24. 4e8fae6 [Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone. by Mitch Phillips · 4 years, 5 months ago
  25. bb6fbad scudo: Tweak how we align UserPtr. NFCI. by Peter Collingbourne · 4 years, 5 months ago
  26. 74db8e4 scudo: Move getChunkFromBlock() allocated check into caller. NFCI. by Peter Collingbourne · 4 years, 5 months ago
  27. d5acfb0 [scudo][standalone] Define hasHardwareCRC32 for other archs by Kostya Kortchinsky · 4 years, 5 months ago
  28. 0b5a2d8 scudo: Add a basic malloc/free benchmark. by Peter Collingbourne · 4 years, 5 months ago
  29. 8abb96d scudo: Fix one of the C wrapper tests on Android. by Peter Collingbourne · 4 years, 5 months ago
  30. 9a1c204 scudo: Fix the build of wrappers_c_test.cpp on Android. by Peter Collingbourne · 4 years, 6 months ago
  31. 4d09e3c [scudo][standalone] Add chunk ownership function by Kostya Kortchinsky · 4 years, 5 months ago
  32. 609e14d scudo: Limit the number of bytes tested in a realloc test. by Peter Collingbourne · 4 years, 5 months ago
  33. 097d80d scudo: Replace a couple of macros with their expansions. by Peter Collingbourne · 4 years, 5 months ago
  34. 1b632a9 scudo: Call setCurrentTSD(nullptr) when bringing down the TSD registry in tests. by Peter Collingbourne · 4 years, 5 months ago
  35. 0004600 [scudo][standalone] Make tests work on Fuchsia by Kostya Kortchinsky · 4 years, 5 months ago
  36. f50ac5f [scudo][standalone] Fix for releaseToOS prior to init by Kostya Kortchinsky · 4 years, 6 months ago
  37. f44c153 [scudo][standalone] Minor optimization & improvements by Kostya Kortchinsky · 4 years, 6 months ago
  38. f22ae80 scudo: Only use the Android reserved TLS slot when building libc's copy of the allocator. by Peter Collingbourne · 4 years, 6 months ago
  39. a327457 scudo: Switch from std::random_shuffle to std::shuffle in a test. by Peter Collingbourne · 4 years, 6 months ago
  40. ca96c80 [scudo][standalone] Enabled SCUDO_DEBUG for tests + fixes by Kostya Kortchinsky · 4 years, 6 months ago
  41. 6d8ee75 [scudo][standalone] Match function name change to bionic name change. by Christopher Ferris · 4 years, 6 months ago
  42. 43bb7d0 [scudo][standalone] Fix Secondary bug w/ freelist by Kostya Kortchinsky · 4 years, 6 months ago
  43. 5a561bc [scudo][standalone] Add a free list to the Secondary by Kostya Kortchinsky · 4 years, 6 months ago
  44. 1058270 [scudo][standalone] Lists fix by Kostya Kortchinsky · 4 years, 6 months ago
  45. f612bf2 [scudo][standalone] Consolidate lists by Kostya Kortchinsky · 4 years, 6 months ago
  46. 3a30064 scudo: Update TLS_SLOT_SANITIZER value. by Peter Collingbourne · 4 years, 7 months ago
  47. fcef0de [scudo][standalone] Get statistics in a char buffer by Kostya Kortchinsky · 4 years, 7 months ago
  48. b9e3276 [scudo][standalone] Correct releaseToOS behavior by Kostya Kortchinsky · 4 years, 7 months ago
  49. 753595c [scudo][standalone] Make malloc_info return a minimal XML by Kostya Kortchinsky · 4 years, 7 months ago
  50. 1f5b418 [scudo][standalone] Android related improvements by Kostya Kortchinsky · 4 years, 8 months ago
  51. 9c70f5c [scudo][standalone] Fix malloc_iterate by Kostya Kortchinsky · 4 years, 9 months ago
  52. 8140a52 [scudo][standalone] Add more stats to mallinfo by Kostya Kortchinsky · 4 years, 9 months ago
  53. 18007f7 [scudo][standalone] Minor corrections by Kostya Kortchinsky · 4 years, 9 months ago
  54. c315c7c compiler-rt: Rename .cc file in lib/scudo/standalone/tests to .cpp by Nico Weber · 4 years, 9 months ago
  55. 76322d9 compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp by Nico Weber · 4 years, 9 months ago
  56. ef3b149 [scudo][standalone] Optimization pass by Kostya Kortchinsky · 4 years, 10 months ago
  57. fdd7ffb [scudo][standalone] NFC corrections by Kostya Kortchinsky · 4 years, 10 months ago
  58. 03c5482 [scudo][standalone] Merge Spin & Blocking mutex into a Hybrid one by Kostya Kortchinsky · 4 years, 10 months ago
  59. bfe7005 [scudo][standalone] Potential fix for missing sized delete by Kostya Kortchinsky · 4 years, 10 months ago
  60. 6c2ddd7 [scudo][standalone] Introduce the C & C++ wrappers [fixed] by Kostya Kortchinsky · 4 years, 11 months ago
  61. 6984dd1 Revert r364332 "[scudo][standalone] Introduce the C & C++ wrappers" by Hans Wennborg · 4 years, 11 months ago
  62. 393ce6b [scudo] Correct a behavior on the shared TSD registry by Kostya Kortchinsky · 4 years, 11 months ago
  63. dfe2e74 [scudo][standalone] Introduce the C & C++ wrappers by Kostya Kortchinsky · 4 years, 11 months ago
  64. b8628f4 [scudo][standalone] Fuchsia related changes by Kostya Kortchinsky · 4 years, 11 months ago
  65. 2d4e23a [scudo][standalone] Introduce the combined allocator by Kostya Kortchinsky · 5 years ago
  66. 87f1726 [scudo][standalone] Unmap memory in tests by Kostya Kortchinsky · 5 years ago
  67. 3f75fa5 [scudo][standalone] Introduce the thread specific data structures by Kostya Kortchinsky · 5 years ago
  68. 133e86e [scudo][standalone] Introduce the Primary(s) and LocalCache by Kostya Kortchinsky · 5 years ago
  69. 8bd577b [scudo][standalone] Introduce the chunk header by Kostya Kortchinsky · 5 years ago
  70. e3310c8 [scudo][standalone] Introduce the Quarantine by Kostya Kortchinsky · 5 years ago
  71. 3587d20 [compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_create by Petr Hosek · 5 years ago
  72. 070d078 [scudo][standalone] Add the memory reclaiming mechanism by Kostya Kortchinsky · 5 years ago
  73. 1ea33a7 [scudo][standalone] Introduce the SizeClassMap by Kostya Kortchinsky · 5 years ago
  74. f8e5316 [scudo][standalone] Introduce the Secondary allocator by Kostya Kortchinsky · 5 years ago
  75. f974ea4 [scudo][standalone] Add flags & related parsers by Kostya Kortchinsky · 5 years ago
  76. 5f63f10 [scudo][standalone] Add error reports by Kostya Kortchinsky · 5 years ago
  77. 6a74e5b [scudo][standalone] Add string utility functions by Kostya Kortchinsky · 5 years ago
  78. 35331f1 [scudo][standalone] Implement checksumming functions by Kostya Kortchinsky · 5 years ago
  79. 28f4323 [scudo][standalone] Adding a stats class by Kostya Kortchinsky · 5 years ago
  80. aeea0e1 [scudo][standalone] Add bytemap classes by Kostya Kortchinsky · 5 years ago
  81. e3fc5f3 [scudo][standalone] Add a standalone vector class by Kostya Kortchinsky · 5 years ago
  82. b4f1782 [scudo][standalone] Introduce platform specific code & mutexes by Kostya Kortchinsky · 5 years ago
  83. 32db36a [scudo] Initial standalone skeleton check-in by Kostya Kortchinsky · 5 years ago
  84. 1f4ed74 Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  85. fbf62ea Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  86. 4c5b9d7 Update year in license files by Hans Wennborg · 5 years ago
  87. 77b21fa Update copyright year to 2018. by Paul Robinson · 6 years ago
  88. a41eeb8 Update copyright year to 2016. by Paul Robinson · 8 years ago
  89. 5c26947 Update copyright year to 2015. by Alexey Samsonov · 9 years ago
  90. ef34878 Move Android ucontext.h out of third_party. by Evgeniy Stepanov · 10 years ago
  91. c24e956 Update license.txt to point to the new code in third_party/android. by Evgeniy Stepanov · 10 years ago
  92. e73a3e1 Update the copyright credits -- Happy new year 2014! by NAKAMURA Takumi · 10 years ago
  93. 9ff5582 Update the copyright coredits -- Happy new year 2013! by NAKAMURA Takumi · 11 years ago
  94. fe470a1 [asan] move lib/asan/interception to lib/interception so that other tools (e.g. tsan) can use it by Kostya Serebryany · 12 years ago
  95. cdcc011 Update source code links in LICENSE.TXT. by Evgeniy Stepanov · 12 years ago
  96. ddd5806 Happy new year 2012! by NAKAMURA Takumi · 12 years ago
  97. d89f11c add/update LICENSE.TXT files for the third_party code used by asan by Kostya Serebryany · 12 years ago
  98. 89fe201 compiler_rt is now dual licensed under MIT and UIUC license. by Chris Lattner · 13 years ago
  99. 3da0871 Initial import of compiler-rt. - by Daniel Dunbar · 15 years ago