1. 7eaef8a Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 8 years ago
  2. 85a78f1 Merge "Precise command constants on adb/protoxol.txt" by Treehugger Robot · 8 years ago
  3. d659510 Merge "liblog: don't bother keeping FD around once it's mapped." by Treehugger Robot · 8 years ago
  4. 31ea863 Merge "Use android::base::Readlink in init." by Treehugger Robot · 8 years ago
  5. 3aaca7d Merge changes I38c76bb2,I81a55e92 by Treehugger Robot · 8 years ago
  6. b7aef30 Merge "Allow setting oom_score_adj for services spawned from init" by Marco Nelissen · 8 years ago
  7. 43a5f31 logd: clear all from non system user status request by Mark Salyzyn · 8 years ago
  8. 1eefca2 logd: crash in prune mLastWorstPidOfSystem by Mark Salyzyn · 8 years ago
  9. 37686d4 Merge "Revert "init: create /dev/urandom, /dev/random in first stage."" by Josh Gao · 8 years ago
  10. 4c8a76e Revert "init: create /dev/urandom, /dev/random in first stage." by Josh Gao · 8 years ago
  11. 50d6065 Merge "Fix adb." by Josh Gao · 8 years ago
  12. 7f4ab76 Fix adb. by Elliott Hughes · 8 years ago
  13. 1f5a49f Merge changes from topic 'adb_cmd_socket' by Treehugger Robot · 8 years ago
  14. f3d4303 Merge "libcutils: try all addresses in socket_network_client_timeout." by Treehugger Robot · 8 years ago
  15. 9baf4e9 Merge "init: create /dev/urandom, /dev/random in first stage." by Treehugger Robot · 8 years ago
  16. 78cc20f libcutils: try all addresses in socket_network_client_timeout. by Josh Gao · 8 years ago
  17. 9c869b5 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
  18. 924d35a adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 8 years ago
  19. e0b7502 adb: add helper to get the ~/.android directory. by Josh Gao · 8 years ago
  20. 43824e7 Merge "Base: assume and use C++11 in libbase" by Treehugger Robot · 8 years ago
  21. 2284713 Base: assume and use C++11 in libbase by Andreas Gampe · 8 years ago
  22. 8e7ae1e Merge "base: use _NSGetExecutablePath in GetExecutablePath" by Josh Gao · 8 years ago
  23. 7307f09 base: use _NSGetExecutablePath in GetExecutablePath by Josh Gao · 8 years ago
  24. 945d1aa Merge "Add android::base::GetExecutablePath, switch adb and fastboot over." by Josh Gao · 8 years ago
  25. b2f019e liblog: don't bother keeping FD around once it's mapped. by Narayan Kamath · 8 years ago
  26. 82ff315 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 8 years ago
  27. 310f670 Allow setting oom_score_adj for services spawned from init by Marco Nelissen · 8 years ago
  28. ab4fbe1 init: create /dev/urandom, /dev/random in first stage. by Josh Gao · 8 years ago
  29. 3f3ea50 Merge "Base: add more thread annotations" by Treehugger Robot · 8 years ago
  30. f39f7f1 Use android::base::Readlink in init. by Elliott Hughes · 8 years ago
  31. 4588ed7 Merge "Add description of 'namespace' option." by Treehugger Robot · 8 years ago
  32. ca82aa7 Merge "base: disallow close() on unique_fd." by Josh Gao · 8 years ago
  33. bc5a32e Base: add more thread annotations by Andreas Gampe · 8 years ago
  34. 6a5ed84 Merge "sdcard: Fix bad merge" by Treehugger Robot · 8 years ago
  35. cd2518c Add description of 'namespace' option. by Jorge Lucangeli Obes · 8 years ago
  36. a7c4424 Merge "Add android::base::Readlink." by Treehugger Robot · 8 years ago
  37. d3ff6e5 Add android::base::Readlink. by Elliott Hughes · 8 years ago
  38. 9526819 sdcard: Fix bad merge by Daniel Rosenberg · 8 years ago
  39. 5b13636 Merge changes I0af0ad24,I942c92fd,Ibc8920dd,Icfce9c1e,I1c6cc616, ... by Treehugger Robot · 8 years ago
  40. 680f4a4 DO NOT MERGE: Split 'generating' and 'pulling' in 2 messages. by Felipe Leme · 8 years ago
  41. f33fcb6 DO NOT MERGE: Ignore bugreportz output when it's not supported. by Felipe Leme · 8 years ago
  42. b323972 DO NOT MERGE: Deprecated 'adb bugreport' with flat files. by Felipe Leme · 8 years ago
  43. 6e28696 DO NOT MERGE: Minor improvements on bugreport generation. by Felipe Leme · 8 years ago
  44. daf4628 DO NOT MERGE: Removed extra 'pulling file' message. by Felipe Leme · 8 years ago
  45. 6f5080f DO NOT MERGE: Show bugreport progress. by Felipe Leme · 8 years ago
  46. 0d4f050 DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to use a callback. by Felipe Leme · 8 years ago
  47. 698e065 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
  48. 248722e DO NOT MERGE: use 'cmd' command for install-multiple by Todd Kennedy · 8 years ago
  49. c42f1bb DO NOT MERGE: Ensure the target sees a proper EOD marker during restore by Christopher Tate · 8 years ago
  50. 39e999e Precise command constants on adb/protoxol.txt by Eyal Lezmy · 8 years ago
  51. 87ef739 Merge "Fix access check" by John Reck · 8 years ago
  52. 6496c4b base: disallow close() on unique_fd. by Josh Gao · 8 years ago
  53. 10348cb Merge "Convert to Android.bp" by Treehugger Robot · 8 years ago
  54. 73d2cc5 Merge "Update for kernel headers v4.7.2." by Christopher Ferris · 8 years ago
  55. e7f3a0f Merge "Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORS" by Treehugger Robot · 8 years ago
  56. 247924a Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORS by Andreas Gampe · 8 years ago
  57. bd7d2e2 Merge "adb: factor out socket specification." by Treehugger Robot · 8 years ago
  58. f83c792 Update for kernel headers v4.7.2. by Christopher Ferris · 8 years ago
  59. 194edf7 Convert to Android.bp by Dan Willemsen · 8 years ago
  60. 2e336b1 Fix access check by John Reck · 8 years ago
  61. 091b631 Merge "Replace libziparchive-host with libziparchive" by Colin Cross · 8 years ago
  62. 99f6b86 Replace libziparchive-host with libziparchive by Colin Cross · 8 years ago
  63. cfb2141 adb: factor out socket specification. by Josh Gao · 8 years ago
  64. 3a07e5b Merge changes from topic 'utf' by Martijn Coenen · 8 years ago
  65. 1cfa56d libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 by Sergio Giro · 8 years ago
  66. 9de6776 Unicode: specify destination length in utf8_to_utf16 methods by Sergio Giro · 8 years ago
  67. e461b37 Merge changes I0ee130db,I33d356fd by Josh Gao · 8 years ago
  68. daac359 Merge "Make RefBase more robust and debuggable" by Hans Boehm · 8 years ago
  69. 78e1eb1 adb: remove unnecessary addr arguments to accept. by Josh Gao · 8 years ago
  70. 5990191 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 8 years ago
  71. 6322efe Merge "liblog: add __android_log_close()" am: 812d1c7ea2 by Mark Salyzyn · 8 years ago
  72. 2d562c9 Merge "logger: validate hdr_size field in logger entry" am: fcf7ab8b1b by Mark Salyzyn · 8 years ago
  73. 812d1c7 Merge "liblog: add __android_log_close()" by Treehugger Robot · 8 years ago
  74. fcf7ab8 Merge "logger: validate hdr_size field in logger entry" by Treehugger Robot · 8 years ago
  75. 8b1f7b5 Merge "libcutils: Add ashmem_valid() function" am: d00c7470ea by Mark Salyzyn · 8 years ago
  76. d00c747 Merge "libcutils: Add ashmem_valid() function" by Treehugger Robot · 8 years ago
  77. 8615d79 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Elliott Hughes · 8 years ago
  78. 299d641 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Treehugger Robot · 8 years ago
  79. ee43111 libcutils: Add ashmem_valid() function by Mark Salyzyn · 8 years ago
  80. df7a4c6 liblog: add __android_log_close() by Mark Salyzyn · 8 years ago
  81. 305374c logger: validate hdr_size field in logger entry by Mark Salyzyn · 8 years ago
  82. 504d4cc Merge "debuggerd: don't display fault addr for manually sent signals." by Josh Gao · 8 years ago
  83. ad52cbb Merge "debuggerd: don't display fault addr for manually sent signals." by Treehugger Robot · 8 years ago
  84. 0d2ef3d Merge "debuggerd: set SOCK_NONBLOCK in accept rather than later." am: 82b67fff06 by Elliott Hughes · 8 years ago
  85. 3dcfa3f Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 8 years ago
  86. 82b67ff Merge "debuggerd: set SOCK_NONBLOCK in accept rather than later." by Elliott Hughes · 8 years ago
  87. 344ca5a debuggerd: don't display fault addr for manually sent signals. by Josh Gao · 8 years ago
  88. 559cc01 resolve merge conflicts of 40eff95 to stage-aosp-master by Daniel Rosenberg · 8 years ago
  89. 40eff95 Merge changes I9f380f31,Ieab6bed7,Ia870e4be,I939b1e01,I8b723dda by Daniel Rosenberg · 8 years ago
  90. 33f8c19 Merge "liblog: use SOCK_NONBLOCK directly." am: fca43d3ec5 by Elliott Hughes · 8 years ago
  91. e4d7953 Merge "adb: increase the authentication throttling limit." am: 393e5258f6 by Josh Gao · 8 years ago
  92. fca43d3 Merge "liblog: use SOCK_NONBLOCK directly." by Treehugger Robot · 8 years ago
  93. 393e525 Merge "adb: increase the authentication throttling limit." by Treehugger Robot · 8 years ago
  94. 5ba3003 liblog: use SOCK_NONBLOCK directly. by Elliott Hughes · 8 years ago
  95. 8270912 Merge changes I9761298a,I8d3312b2 am: 0b4fcb75d4 by Josh Gao · 8 years ago
  96. 0b4fcb7 Merge changes I9761298a,I8d3312b2 by Treehugger Robot · 8 years ago
  97. 874c674 debuggerd: set SOCK_NONBLOCK in accept rather than later. by Elliott Hughes · 8 years ago
  98. c8cb388 adb: increase the authentication throttling limit. by Josh Gao · 8 years ago
  99. 8a0d077 adb: fix public key authorization. by Josh Gao · 8 years ago
  100. 2e67120 adb: add support for vendor key directories. by Josh Gao · 8 years ago