1. 16b3d60 Move libbinderwrapper's headers into libbinderwrapper. by Elliott Hughes · 9 years ago
  2. b4ebb58 Merge changes I0a00b3d4,I19cb0694 by Treehugger Robot · 9 years ago
  3. 0fccd01 adb: let `adb push` follow symlinks. by Josh Gao · 9 years ago
  4. e202478 base: add parameter that controls O_NOFOLLOW in file functions. by Josh Gao · 9 years ago
  5. 8d3bebf Merge "Fix darwin build break." by Josh Gao · 9 years ago
  6. 59e3f75 Fix darwin build break. by Josh Gao · 9 years ago
  7. 1e63aa2 Merge changes Ie15fcb8f,I0a895911 by Treehugger Robot · 9 years ago
  8. 317c113 base: add quick_exit emulation. by Josh Gao · 9 years ago
  9. 65a1eb8 Merge "Base: Fix dangling-else in CHECK_STROP" by Treehugger Robot · 9 years ago
  10. 4cb2e80 base: extract mutex.h from logging.cpp. by Josh Gao · 9 years ago
  11. 48cc354 Base: Fix dangling-else in CHECK_STROP by Andreas Gampe · 9 years ago
  12. c266c33 Merge "Fix zygote energy-aware scheduler tuning bug" by Treehugger Robot · 9 years ago
  13. 89c9c7e Merge "Remove crash_reporter and metricsd" by Bill Yi · 9 years ago
  14. 9c89836 Merge "Remove deprecated libnetutils DHCPv4 code" by Treehugger Robot · 9 years ago
  15. f8f436b Remove deprecated libnetutils DHCPv4 code by Erik Kline · 9 years ago
  16. 6a2a67f Remove crash_reporter and metricsd by Christopher Wiley · 9 years ago
  17. 41e1c04 Merge changes I9ab41b56,I61e4ca9b by Dan Stoza · 9 years ago
  18. 1ecb2dc Merge "Base: Add AbortFunction for logging" by Treehugger Robot · 9 years ago
  19. 5d79a13 Base: Add AbortFunction for logging by Andreas Gampe · 9 years ago
  20. bf172a1 Add color mode enums by Courtney Goeltzenleuchter · 9 years ago
  21. 739058e add android_flex_layout for describing all flexible formats. by Lajos Molnar · 9 years ago
  22. 7b45381 Fix zygote energy-aware scheduler tuning bug by TuHailong · 9 years ago
  23. fc4d495 Merge "Base: Add INTERNAL_FATAL to logging severity" by Treehugger Robot · 9 years ago
  24. ac71b59 Base: Add INTERNAL_FATAL to logging severity by Andreas Gampe · 9 years ago
  25. b005888 Merge "Clean up the libbase logging test." by Treehugger Robot · 9 years ago
  26. 0fc85de Clean up the libbase logging test. by Elliott Hughes · 9 years ago
  27. cbf40af Merge "Teach debuggerd about SIGSYS SYS_SECCOMP signals." by Treehugger Robot · 9 years ago
  28. 2975996 Merge "Tag hostapd binary with CAP_NET_ADMIN | CAP_NET_RAW" by Christopher Wiley · 9 years ago
  29. 0334f03 Teach debuggerd about SIGSYS SYS_SECCOMP signals. by Elliott Hughes · 9 years ago
  30. e8f873a Tag hostapd binary with CAP_NET_ADMIN | CAP_NET_RAW by Christopher Wiley · 9 years ago
  31. 520c43e Merge "Base: Fix logging_test" by Treehugger Robot · 9 years ago
  32. 9518353 Base: Fix logging_test by Andreas Gampe · 9 years ago
  33. f02cb9b Merge "Split fstab mount into 2 phases" by Wei Wang · 9 years ago
  34. 9dc0c8d Split fstab mount into 2 phases by Wei Wang · 9 years ago
  35. 5ef06c3 Merge "Precise command constants on adb/protoxol.txt" by Treehugger Robot · 9 years ago
  36. e01ba15 Merge "liblog: don't bother keeping FD around once it's mapped." by Treehugger Robot · 9 years ago
  37. 05b731c Merge "Use android::base::Readlink in init." by Treehugger Robot · 9 years ago
  38. f2c99b2 Merge changes I38c76bb2,I81a55e92 by Treehugger Robot · 9 years ago
  39. 69a1bee Merge "Allow setting oom_score_adj for services spawned from init" by Marco Nelissen · 9 years ago
  40. a70505d logd: clear all from non system user status request by Mark Salyzyn · 9 years ago
  41. 42fba51 logd: crash in prune mLastWorstPidOfSystem by Mark Salyzyn · 9 years ago
  42. 22c5a94 Merge "Revert "init: create /dev/urandom, /dev/random in first stage."" by Josh Gao · 9 years ago
  43. 015a72c Revert "init: create /dev/urandom, /dev/random in first stage." by Josh Gao · 9 years ago
  44. 0e6c31b Merge "Fix adb." by Josh Gao · 9 years ago
  45. 26a9191 Fix adb. by Elliott Hughes · 9 years ago
  46. dc4e908 Merge changes from topic 'adb_cmd_socket' by Treehugger Robot · 9 years ago
  47. d7d1cf5 Merge "libcutils: try all addresses in socket_network_client_timeout." by Treehugger Robot · 9 years ago
  48. 42d6735 Merge "init: create /dev/urandom, /dev/random in first stage." by Treehugger Robot · 9 years ago
  49. ba89ab2 libcutils: try all addresses in socket_network_client_timeout. by Josh Gao · 9 years ago
  50. 616a75e adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 9 years ago
  51. 7e79d34 adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 9 years ago
  52. eedfd31 adb: add helper to get the ~/.android directory. by Josh Gao · 9 years ago
  53. 8629bc3 Merge "Base: assume and use C++11 in libbase" by Treehugger Robot · 9 years ago
  54. c1ad43a Base: assume and use C++11 in libbase by Andreas Gampe · 9 years ago
  55. 7161ca7 Merge "base: use _NSGetExecutablePath in GetExecutablePath" by Josh Gao · 9 years ago
  56. fa6544d base: use _NSGetExecutablePath in GetExecutablePath by Josh Gao · 9 years ago
  57. e2020be Merge "Add android::base::GetExecutablePath, switch adb and fastboot over." by Josh Gao · 9 years ago
  58. 2361c89 liblog: don't bother keeping FD around once it's mapped. by Narayan Kamath · 9 years ago
  59. 848d667 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 9 years ago
  60. 962e8f3 Allow setting oom_score_adj for services spawned from init by Marco Nelissen · 9 years ago
  61. 8feca68 init: create /dev/urandom, /dev/random in first stage. by Josh Gao · 9 years ago
  62. e522ca6 Merge "Base: add more thread annotations" by Treehugger Robot · 9 years ago
  63. 41d0788 Use android::base::Readlink in init. by Elliott Hughes · 9 years ago
  64. 3369320 Merge "Add description of 'namespace' option." by Treehugger Robot · 9 years ago
  65. 3b978ef Merge "base: disallow close() on unique_fd." by Josh Gao · 9 years ago
  66. a99735a Base: add more thread annotations by Andreas Gampe · 9 years ago
  67. b1d9544 Merge "sdcard: Fix bad merge" by Treehugger Robot · 9 years ago
  68. 3e87e2b Add description of 'namespace' option. by Jorge Lucangeli Obes · 9 years ago
  69. 8d21ffd Merge "Add android::base::Readlink." by Treehugger Robot · 9 years ago
  70. 9eda45b Add android::base::Readlink. by Elliott Hughes · 9 years ago
  71. 2e93e28 sdcard: Fix bad merge by Daniel Rosenberg · 9 years ago
  72. b32cc46 Merge changes I0af0ad24,I942c92fd,Ibc8920dd,Icfce9c1e,I1c6cc616, ... by Treehugger Robot · 9 years ago
  73. 7e9bee4 DO NOT MERGE: Split 'generating' and 'pulling' in 2 messages. by Felipe Leme · 9 years ago
  74. d9694c9 DO NOT MERGE: Ignore bugreportz output when it's not supported. by Felipe Leme · 9 years ago
  75. 4bcaeac DO NOT MERGE: Deprecated 'adb bugreport' with flat files. by Felipe Leme · 9 years ago
  76. d4a4e63 DO NOT MERGE: Minor improvements on bugreport generation. by Felipe Leme · 9 years ago
  77. 75eaa48 DO NOT MERGE: Removed extra 'pulling file' message. by Felipe Leme · 9 years ago
  78. 7c2ecbe DO NOT MERGE: Show bugreport progress. by Felipe Leme · 9 years ago
  79. dc64476 DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to use a callback. by Felipe Leme · 9 years ago
  80. a4e1912 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 9 years ago
  81. f836878 DO NOT MERGE: use 'cmd' command for install-multiple by Todd Kennedy · 9 years ago
  82. e58f510 DO NOT MERGE: Ensure the target sees a proper EOD marker during restore by Christopher Tate · 9 years ago
  83. 9c59f25 Precise command constants on adb/protoxol.txt by Eyal Lezmy · 9 years ago
  84. 913bd5d Merge "Fix access check" by John Reck · 9 years ago
  85. a134c5a base: disallow close() on unique_fd. by Josh Gao · 9 years ago
  86. 44f2631 Merge "Convert to Android.bp" by Treehugger Robot · 9 years ago
  87. 649e41c Merge "Update for kernel headers v4.7.2." by Christopher Ferris · 9 years ago
  88. 9dc1de5 Merge "Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORS" by Treehugger Robot · 9 years ago
  89. 539ed97 Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORS by Andreas Gampe · 9 years ago
  90. 9e54afa Merge "adb: factor out socket specification." by Treehugger Robot · 9 years ago
  91. 460970d Update for kernel headers v4.7.2. by Christopher Ferris · 9 years ago
  92. f507a9f Convert to Android.bp by Dan Willemsen · 9 years ago
  93. a8357b6 Fix access check by John Reck · 9 years ago
  94. 01aa2b6 Merge "Replace libziparchive-host with libziparchive" by Colin Cross · 9 years ago
  95. d27d91e Replace libziparchive-host with libziparchive by Colin Cross · 9 years ago
  96. f841762 adb: factor out socket specification. by Josh Gao · 9 years ago
  97. 7a759f5 Merge changes from topic 'utf' by Martijn Coenen · 9 years ago
  98. 60a12d6 libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 by Sergio Giro · 9 years ago
  99. f495efd Unicode: specify destination length in utf8_to_utf16 methods by Sergio Giro · 9 years ago
  100. 74cfd46 Merge changes I0ee130db,I33d356fd by Josh Gao · 9 years ago