1. 37612b1 Merge "crash_dump: print the identity of tracers." by Treehugger Robot · 8 years ago
  2. e70ea7d crash_dump: print the identity of tracers. by Josh Gao · 8 years ago
  3. 2498f31 Merge "init: only set ro.boottime.<service> properties once." by Tom Cherry · 8 years ago
  4. 60322c2 Merge "adb: fix deadlock in kick_all_transports." by Treehugger Robot · 8 years ago
  5. 1d432dd Merge "ueventd: fix subsystem list logic issues" by Tom Cherry · 8 years ago
  6. e24dd89 init: only set ro.boottime.<service> properties once. by Tom Cherry · 8 years ago
  7. 6ba1bee ueventd: fix subsystem list logic issues by Tom Cherry · 8 years ago
  8. a644398 Merge "init: replace panic() with LOG(FATAL)" by Tom Cherry · 8 years ago
  9. 425099f Merge "Fix bug #37284906, adb shell crashes on windows with invalid options. For example, "adb.exe shell -list" crashes without this fix. Test: adb.exe shell -list-packages" by Huihong Luo · 8 years ago
  10. 90121ee Fix bug #37284906, adb shell crashes on windows with invalid options. by Huihong Luo · 8 years ago
  11. 644db06 Merge "init: fix copy/paste mistake" by Treehugger Robot · 8 years ago
  12. a99341e init: replace panic() with LOG(FATAL) by Tom Cherry · 8 years ago
  13. 9860b3b init: fix copy/paste mistake by Tom Cherry · 8 years ago
  14. 990c408 adb: fix deadlock in kick_all_transports. by Josh Gao · 8 years ago
  15. b2c423b Merge "Skip unnecessary sleep during shutdown" by Wei Wang · 8 years ago
  16. 3283ccc Skip unnecessary sleep during shutdown by Wei Wang · 8 years ago
  17. 801786c Merge "Fix a potential memory leak" by Treehugger Robot · 8 years ago
  18. fcaa383 Fix a potential memory leak by Ting-Yuan Huang · 8 years ago
  19. fffdf6f Merge "Pass in message_version_ received from the secure side." by Treehugger Robot · 8 years ago
  20. e8085b4 Merge "Decrease size of LogBufferElements to 32 bytes." by Christopher Ferris · 8 years ago
  21. 59e4d3b Merge changes I7f00c5f0,Idc18f331,I1e7d3a88 by Tom Cherry · 8 years ago
  22. 20be869 init: use Result<T> for the parsing functions by Tom Cherry · 8 years ago
  23. d26214b init: use Result<T> for builtin functions by Tom Cherry · 8 years ago
  24. 02fbfb2 init: introduce Result<T> for return values and error handling by Tom Cherry · 8 years ago
  25. 4e0ae77 Merge "init: split security functions out of init.cpp" by Tom Cherry · 8 years ago
  26. 6329155 init: split security functions out of init.cpp by Tom Cherry · 8 years ago
  27. 0c851fd Merge "Compare new unwinder to old unwinder in debuggerd." by Christopher Ferris · 8 years ago
  28. fc5e548 Merge "Add demangling of function name." by Christopher Ferris · 8 years ago
  29. 58ce9ec Merge "Enable non-secure side to receive messages > 4K" by Treehugger Robot · 8 years ago
  30. 3502978 Merge "debuggerd_handler: print pid and process name." by Treehugger Robot · 8 years ago
  31. 8e4b901 Pass in message_version_ received from the secure side. by Jocelyn Bohr · 8 years ago
  32. f800d03 Merge "init: fix format issue" by Treehugger Robot · 8 years ago
  33. c552ec3 Compare new unwinder to old unwinder in debuggerd. by Christopher Ferris · 8 years ago
  34. c997f41 debuggerd_handler: print pid and process name. by Josh Gao · 8 years ago
  35. d6e2acc Add demangling of function name. by Christopher Ferris · 8 years ago
  36. b9c2915 Merge "init: Add readahead built-in command" by Treehugger Robot · 8 years ago
  37. abe046d init: fix format issue by Tom Cherry · 8 years ago
  38. 7e966d9 Decrease size of LogBufferElements to 32 bytes. by Christopher Ferris · 8 years ago
  39. 030550d init: Add readahead built-in command by Wei Wang · 8 years ago
  40. e75a878 Merge "Fix another set of bugs." by Christopher Ferris · 8 years ago
  41. 355f1de Fix another set of bugs. by Christopher Ferris · 8 years ago
  42. 7a13fee Enable non-secure side to receive messages > 4K by Jocelyn Bohr · 8 years ago
  43. 24db3c3 Merge "Add HSM AID." by Treehugger Robot · 8 years ago
  44. cf04e61 Add HSM AID. by Andrew Scull · 8 years ago
  45. 8bcf482 Merge "bootstat: switch from root.root to system.log" by Treehugger Robot · 8 years ago
  46. 82c0b39 Merge "Don't try to strip a shell script" by Treehugger Robot · 8 years ago
  47. d7cc49e Merge changes If1cffa85,I9011a959 by Tom Cherry · 8 years ago
  48. c34577a Don't try to strip a shell script by Dan Willemsen · 8 years ago
  49. 9cb512f Merge "Include asan options from data partition." by Treehugger Robot · 8 years ago
  50. 3906fdb init: move property_service.cpp to libinit by Tom Cherry · 8 years ago
  51. 6c02a58 init: statically link libselinux to init_tests by Tom Cherry · 8 years ago
  52. 1ed3866 Merge "Small clean ups" by Christopher Ferris · 8 years ago
  53. 5f70ea4 Merge "logcat: transition to Android.bp" by Mark Salyzyn · 8 years ago
  54. 6330951 Include asan options from data partition. by Ryan Campbell · 8 years ago
  55. e515706 bootstat: switch from root.root to system.log by Mark Salyzyn · 8 years ago
  56. 1239004 Small clean ups by Christopher Ferris · 8 years ago
  57. ff5eb95 logcat: transition to Android.bp by Mark Salyzyn · 8 years ago
  58. c4ee6b6 Merge "logcat: fix error propagation." by Treehugger Robot · 8 years ago
  59. 681ec0f logcat: fix error propagation. by Mark Salyzyn · 8 years ago
  60. f650812 Merge "ueventd: add test to ensure selabel_lookup() is thread safe" by Tom Cherry · 8 years ago
  61. 630305f ueventd: add test to ensure selabel_lookup() is thread safe by Tom Cherry · 8 years ago
  62. 445c02d Merge "fastboot: Add --disable-verity and --disable-verification options." by Treehugger Robot · 8 years ago
  63. 1f5227e Merge "Add AID for LoWPAN subsystem" by Treehugger Robot · 8 years ago
  64. 270deed fastboot: Add --disable-verity and --disable-verification options. by David Zeuthen · 8 years ago
  65. e2719af Add AID for LoWPAN subsystem by Robert Quattlebaum · 8 years ago
  66. 966864c Merge "Fix clang-tidy performance warnings in system/core." by Chih-hung Hsieh · 8 years ago
  67. 29c8f65 Merge "init: more unique_fd, less goto" by Tom Cherry · 8 years ago
  68. 7016daf init: more unique_fd, less goto by Tom Cherry · 8 years ago
  69. 4bf5fda Merge "libcutils: write trace event into socket in container" by Treehugger Robot · 8 years ago
  70. 0a53b5c Merge "Return correct error code when finish input length is too long." by Treehugger Robot · 8 years ago
  71. a5846d3 Return correct error code when finish input length is too long. by Jocelyn Bohr · 8 years ago
  72. 4a0d11c Fix clang-tidy performance warnings in system/core. by Chih-Hung Hsieh · 8 years ago
  73. c455820 Merge "Add support for the new unwind method." by Christopher Ferris · 8 years ago
  74. 9f20fd6 Merge changes from topic 'libcutils_private_headers' by Yifan Hong · 8 years ago
  75. 0e6be85 Add support for the new unwind method. by Christopher Ferris · 8 years ago
  76. 4a3a808 libcutils: write trace event into socket in container by Earl Ou · 8 years ago
  77. bb85a91 Merge "cutils: update property_get to use diagnose_if." by Treehugger Robot · 8 years ago
  78. c4c809d Merge "Stop asking for old versions of C++ in system/core." by Treehugger Robot · 8 years ago
  79. 76f29c5 Merge "Fix reference to out of scope local in adb_thread_setname." by Treehugger Robot · 8 years ago
  80. d952dce Remove private headers from libcutils.vendor by Yifan Hong · 8 years ago
  81. 298cb51 Move android_filesystem_config.h => fs_config.h by Yifan Hong · 8 years ago
  82. 859eeaa Merge "Revert "base: work around thread safety analysis bug."" by Josh Gao · 8 years ago
  83. efe00c1 Revert "base: work around thread safety analysis bug." by Josh Gao · 8 years ago
  84. b48a324 Merge "base: work around thread safety analysis bug." by Josh Gao · 8 years ago
  85. 9e7262c Merge "Make sure freeaddrinfo is always called on failure." by Treehugger Robot · 8 years ago
  86. 7e5a745 cutils: update property_get to use diagnose_if. by George Burgess IV · 8 years ago
  87. dc60880 Merge "libappfuse: use an explicit buffer size" by Treehugger Robot · 8 years ago
  88. 3dc9358 base: work around thread safety analysis bug. by Josh Gao · 8 years ago
  89. 1497614 libappfuse: use an explicit buffer size by George Burgess IV · 8 years ago
  90. 05fddcb Stop asking for old versions of C++ in system/core. by Elliott Hughes · 8 years ago
  91. 57e76fb Merge "Remove TODOs for std::string removal." by Treehugger Robot · 8 years ago
  92. e39bac5 Fix reference to out of scope local in adb_thread_setname. by Elliott Hughes · 8 years ago
  93. 69bcbc9 Make sure freeaddrinfo is always called on failure. by Elliott Hughes · 8 years ago
  94. 00cd3b6 Merge "Add comments to "public.libraries.*.txt"." by Treehugger Robot · 8 years ago
  95. 614b80e Merge "Allow mips to build." by Christopher Ferris · 8 years ago
  96. 366ae62 Allow mips to build. by Christopher Ferris · 8 years ago
  97. 0085e7b Merge "init: use unique_fd in builtins.cpp" by Tom Cherry · 8 years ago
  98. 6b6ac6f Merge "Revert "Add support for the new unwind method."" by Christopher Ferris · 8 years ago
  99. 158c964 Revert "Add support for the new unwind method." by Christopher Ferris · 8 years ago
  100. 35e5f32 Merge "Add support for the new unwind method." by Christopher Ferris · 8 years ago