1. 87315e9 Catch SIGBUS in HeapWalker by Colin Cross · 5 years ago
  2. 3e1c604 Fix libmemunreachable vs hwasan conflict. by Evgenii Stepanov · 5 years ago
  3. f31c709 procinfo: Read inode number from /proc/<pid>/maps by Sandeep Patil · 6 years ago
  4. 3ca1976 Validate allocations against mappings by Colin Cross · 6 years ago
  5. d780dcb Reduce logging around segfaults by Colin Cross · 6 years ago
  6. 141fcfb Merge "Revert "Use ld when lld fails"" by Chih-hung Hsieh · 6 years ago
  7. 060056d Revert "Use ld when lld fails" by Chih-hung Hsieh · 6 years ago
  8. 747eb14 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  9. 02ab36e Do not construct std::function with Allocator argument by Pirama Arumuga Nainar · 6 years ago
  10. ed59ff4 Remove ashmem from system/core by Joel Fernandes · 6 years ago
  11. 95c34a7 bionic supplies PR_SET_VMA now. by Elliott Hughes · 6 years ago
  12. 3848890 Move libbacktrace off cutils. by Elliott Hughes · 6 years ago
  13. 1c1b6a0 libmemunreachable: fix docs formatting. by Elliott Hughes · 6 years ago
  14. 18f3685 Document using libmemunreachable on an app by Colin Cross · 6 years ago
  15. 0f837fe Merge "libprocinfo: add functions reading process map file." by Yabin Cui · 6 years ago
  16. ca71f17 Make memunreachable_test more robust against false negative leaks by Colin Cross · 6 years ago
  17. 3841acc libprocinfo: add functions reading process map file. by Yabin Cui · 6 years ago
  18. 40fdf3f Add test_suites lines. by Elliott Hughes · 6 years ago
  19. 29e54f8 Use ld when lld fails by Chih-Hung Hsieh · 6 years ago
  20. f013b62 Remove test_suites: ["vts"] from memunreachable_binder_test by Colin Cross · 6 years ago
  21. 51e6c25 Make memunreachable_binder_test suitable for VTS by Colin Cross · 6 years ago
  22. dc699a2 bpfmt. by Elliott Hughes · 6 years ago
  23. b650aef Add explanation for clone use by Daniel Colascione · 6 years ago
  24. 693d63f Add OWNERS. by Elliott Hughes · 7 years ago
  25. 80136a1 Silence static analyzer warnings about memory leaks by George Burgess IV · 7 years ago
  26. 180e5e7 Fix static analyzer warnings by George Burgess IV · 7 years ago
  27. b6ba817 Define current ABI string in android-base/macros.h by dimitry · 7 years ago
  28. cd15fc7 Remove LOCAL_CLANG and clang: true by Lennart Wieboldt · 7 years ago
  29. 454285d Merge "libmemunreachable: track kernel binder references" by Colin Cross · 7 years ago
  30. f572b91 libmemunreachable: track kernel binder references by Colin Cross · 7 years ago
  31. b9e74ba Add test config for memunreachable_test by Colin Cross · 7 years ago
  32. eac4ecc Fix ScopedSignalHandler by Colin Cross · 7 years ago
  33. 76464d9 Fix stack test on arm32 by Colin Cross · 7 years ago
  34. f3ce8bc libmemunreachable: turn off MEM_ALOGV messages by Colin Cross · 7 years ago
  35. a9939e9 Move libmemunreachable into namespace android by Colin Cross · 7 years ago
  36. a83881e libmemunreachable: clang-format everything by Colin Cross · 7 years ago
  37. 199c277 Merge "Shave a stack frame off asserts." by Elliott Hughes · 7 years ago
  38. 56731b4 Shave a stack frame off asserts. by Elliott Hughes · 7 years ago
  39. ce102dd Remove libmemunreachable from the VNDK. by Martijn Coenen · 7 years ago
  40. 72d3881 Add a helpful error message if GetUnreachableMemory fails by Colin Cross · 7 years ago
  41. 52eaeb4 Add vendor_available:true to libmemunreachable by Vijay Venkatraman · 7 years ago
  42. 9a4f572 Merge "Small test fixes." by Christopher Ferris · 7 years ago
  43. 47e02f4 Small test fixes. by Christopher Ferris · 7 years ago
  44. ae797ec Remove unused lambda captures by Yi Kong · 7 years ago
  45. 47dea71 Move all logging to use the async safe logging. by Christopher Ferris · 7 years ago
  46. ac22578 Move libc_logging to libasync_safe. by Christopher Ferris · 7 years ago
  47. 30f991f liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 8 years ago
  48. 36e0d39 Rely on the platform -std default. by Elliott Hughes · 8 years ago
  49. ff2dcd9 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
  50. 8b31627 Add missing include. by Dan Albert · 8 years ago
  51. 194edf7 Convert to Android.bp by Dan Willemsen · 8 years ago
  52. 6dc68cb Merge "Fix google-explicit-constructor warnings in system/core." by Chih-hung Hsieh · 8 years ago
  53. 223bb4e Suppress clang-tidy performance warnings in libmemunreachable. by Chih-Hung Hsieh · 8 years ago
  54. 034c475 Fix google-explicit-constructor warnings in system/core. by Chih-Hung Hsieh · 8 years ago
  55. 749ae2d Remove unnecessary ARRAY_SIZE macros. by Elliott Hughes · 8 years ago
  56. eabd510 Fix misc-macro-parentheses warnings in libion, libsparse, libmem* by Chih-Hung Hsieh · 8 years ago
  57. 7bdd6a8 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 8 years ago
  58. 1c563d9 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  59. 583a250 Silently ignore duplicate heap entries by Colin Cross · 8 years ago
  60. 0965c02 Handle segfaults while walking native heap by Colin Cross · 8 years ago
  61. 2c5d1d7 Add operator int() to unique_fd. by Elliott Hughes · 8 years ago
  62. 33e601a Fix mac build by Colin Cross · 8 years ago
  63. 0f10562 Add ABI to leak report by Colin Cross · 8 years ago
  64. c1228c7 Combine leaks with same stacktrace by Colin Cross · 8 years ago
  65. e4cbe0e Fix allocator::map template argument ordering by Colin Cross · 8 years ago
  66. d6b3a2a Fold leaks that are referenced by other leaks by Colin Cross · 8 years ago
  67. 54a1610 Compile some tests for the host by Colin Cross · 8 years ago
  68. b1b7923 libmemunreachable: fix long timeout on error by Colin Cross · 9 years ago
  69. bcb4ed3 imprecise mark and sweep native memory leak detector by Colin Cross · 9 years ago