1. 7e79d34 adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 9 years ago
  2. eedfd31 adb: add helper to get the ~/.android directory. by Josh Gao · 9 years ago
  3. 8629bc3 Merge "Base: assume and use C++11 in libbase" by Treehugger Robot · 9 years ago
  4. c1ad43a Base: assume and use C++11 in libbase by Andreas Gampe · 9 years ago
  5. 7161ca7 Merge "base: use _NSGetExecutablePath in GetExecutablePath" by Josh Gao · 9 years ago
  6. fa6544d base: use _NSGetExecutablePath in GetExecutablePath by Josh Gao · 9 years ago
  7. e2020be Merge "Add android::base::GetExecutablePath, switch adb and fastboot over." by Josh Gao · 9 years ago
  8. 848d667 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 9 years ago
  9. e522ca6 Merge "Base: add more thread annotations" by Treehugger Robot · 9 years ago
  10. 3369320 Merge "Add description of 'namespace' option." by Treehugger Robot · 9 years ago
  11. 3b978ef Merge "base: disallow close() on unique_fd." by Josh Gao · 9 years ago
  12. a99735a Base: add more thread annotations by Andreas Gampe · 9 years ago
  13. b1d9544 Merge "sdcard: Fix bad merge" by Treehugger Robot · 9 years ago
  14. 3e87e2b Add description of 'namespace' option. by Jorge Lucangeli Obes · 9 years ago
  15. 8d21ffd Merge "Add android::base::Readlink." by Treehugger Robot · 9 years ago
  16. 9eda45b Add android::base::Readlink. by Elliott Hughes · 9 years ago
  17. 2e93e28 sdcard: Fix bad merge by Daniel Rosenberg · 9 years ago
  18. b32cc46 Merge changes I0af0ad24,I942c92fd,Ibc8920dd,Icfce9c1e,I1c6cc616, ... by Treehugger Robot · 9 years ago
  19. 7e9bee4 DO NOT MERGE: Split 'generating' and 'pulling' in 2 messages. by Felipe Leme · 9 years ago
  20. d9694c9 DO NOT MERGE: Ignore bugreportz output when it's not supported. by Felipe Leme · 9 years ago
  21. 4bcaeac DO NOT MERGE: Deprecated 'adb bugreport' with flat files. by Felipe Leme · 9 years ago
  22. d4a4e63 DO NOT MERGE: Minor improvements on bugreport generation. by Felipe Leme · 9 years ago
  23. 75eaa48 DO NOT MERGE: Removed extra 'pulling file' message. by Felipe Leme · 9 years ago
  24. 7c2ecbe DO NOT MERGE: Show bugreport progress. by Felipe Leme · 9 years ago
  25. dc64476 DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to use a callback. by Felipe Leme · 9 years ago
  26. a4e1912 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 9 years ago
  27. f836878 DO NOT MERGE: use 'cmd' command for install-multiple by Todd Kennedy · 9 years ago
  28. e58f510 DO NOT MERGE: Ensure the target sees a proper EOD marker during restore by Christopher Tate · 9 years ago
  29. 913bd5d Merge "Fix access check" by John Reck · 9 years ago
  30. a134c5a base: disallow close() on unique_fd. by Josh Gao · 9 years ago
  31. 44f2631 Merge "Convert to Android.bp" by Treehugger Robot · 9 years ago
  32. 649e41c Merge "Update for kernel headers v4.7.2." by Christopher Ferris · 9 years ago
  33. 9dc1de5 Merge "Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORS" by Treehugger Robot · 9 years ago
  34. 539ed97 Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORS by Andreas Gampe · 9 years ago
  35. 9e54afa Merge "adb: factor out socket specification." by Treehugger Robot · 9 years ago
  36. 460970d Update for kernel headers v4.7.2. by Christopher Ferris · 9 years ago
  37. f507a9f Convert to Android.bp by Dan Willemsen · 9 years ago
  38. a8357b6 Fix access check by John Reck · 9 years ago
  39. 01aa2b6 Merge "Replace libziparchive-host with libziparchive" by Colin Cross · 9 years ago
  40. d27d91e Replace libziparchive-host with libziparchive by Colin Cross · 9 years ago
  41. f841762 adb: factor out socket specification. by Josh Gao · 9 years ago
  42. 7a759f5 Merge changes from topic 'utf' by Martijn Coenen · 9 years ago
  43. 60a12d6 libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 by Sergio Giro · 9 years ago
  44. f495efd Unicode: specify destination length in utf8_to_utf16 methods by Sergio Giro · 9 years ago
  45. 74cfd46 Merge changes I0ee130db,I33d356fd by Josh Gao · 9 years ago
  46. d23af55 Merge "Make RefBase more robust and debuggable" by Hans Boehm · 9 years ago
  47. 3bb6942 adb: remove unnecessary addr arguments to accept. by Josh Gao · 9 years ago
  48. fdad918 adb: check our socketpair ends in our win32 emulation. by Josh Gao · 9 years ago
  49. 04fe394 Merge "liblog: add __android_log_close()" am: 812d1c7ea2 by Mark Salyzyn · 9 years ago
  50. 7db2779 Merge "logger: validate hdr_size field in logger entry" am: fcf7ab8b1b by Mark Salyzyn · 9 years ago
  51. 2af65c0 Merge "liblog: add __android_log_close()" by Treehugger Robot · 9 years ago
  52. ff45d3e Merge "logger: validate hdr_size field in logger entry" by Treehugger Robot · 9 years ago
  53. a673bfb Merge "libcutils: Add ashmem_valid() function" am: d00c7470ea by Mark Salyzyn · 9 years ago
  54. eaf600c Merge "libcutils: Add ashmem_valid() function" by Treehugger Robot · 9 years ago
  55. ec325e8 Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Elliott Hughes · 9 years ago
  56. 3bc323e Merge "Most accept/accept4 calls in system/core don't actually want the remote address." by Treehugger Robot · 9 years ago
  57. 8a9bd54 libcutils: Add ashmem_valid() function by Mark Salyzyn · 9 years ago
  58. 1ba327f liblog: add __android_log_close() by Mark Salyzyn · 9 years ago
  59. 51180bf logger: validate hdr_size field in logger entry by Mark Salyzyn · 9 years ago
  60. e2d5d21 Merge "debuggerd: don't display fault addr for manually sent signals." by Josh Gao · 9 years ago
  61. bf36362 Merge "debuggerd: don't display fault addr for manually sent signals." by Treehugger Robot · 9 years ago
  62. 1746111 Merge "debuggerd: set SOCK_NONBLOCK in accept rather than later." am: 82b67fff06 by Elliott Hughes · 9 years ago
  63. 5aefd33 Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 9 years ago
  64. cd39e53 Merge "debuggerd: set SOCK_NONBLOCK in accept rather than later." by Elliott Hughes · 9 years ago
  65. 35ce3fa debuggerd: don't display fault addr for manually sent signals. by Josh Gao · 9 years ago
  66. 97fae9f resolve merge conflicts of 40eff95 to stage-aosp-master by Daniel Rosenberg · 9 years ago
  67. c3f53c0 Merge changes I9f380f31,Ieab6bed7,Ia870e4be,I939b1e01,I8b723dda by Daniel Rosenberg · 9 years ago
  68. fca737e Merge "liblog: use SOCK_NONBLOCK directly." am: fca43d3ec5 by Elliott Hughes · 9 years ago
  69. 24fa901 Merge "adb: increase the authentication throttling limit." am: 393e5258f6 by Josh Gao · 9 years ago
  70. 4ab7adf Merge "liblog: use SOCK_NONBLOCK directly." by Treehugger Robot · 9 years ago
  71. 9d17050 Merge "adb: increase the authentication throttling limit." by Treehugger Robot · 9 years ago
  72. 1f64ecd liblog: use SOCK_NONBLOCK directly. by Elliott Hughes · 9 years ago
  73. 8780b32 Merge changes I9761298a,I8d3312b2 am: 0b4fcb75d4 by Josh Gao · 9 years ago
  74. ec680fc Merge changes I9761298a,I8d3312b2 by Treehugger Robot · 9 years ago
  75. 0660787 debuggerd: set SOCK_NONBLOCK in accept rather than later. by Elliott Hughes · 9 years ago
  76. 8254146 adb: increase the authentication throttling limit. by Josh Gao · 9 years ago
  77. 097aef0 adb: fix public key authorization. by Josh Gao · 9 years ago
  78. ecdbf2d adb: add support for vendor key directories. by Josh Gao · 9 years ago
  79. bf01c63 Add skip-secondary flag by Daniel Rosenberg · 9 years ago
  80. 754864d Switch fastboot to new A/B spec by Daniel Rosenberg · 9 years ago
  81. dbe2b15 Add Fastboot support for flashing secondary images by Alex Light · 9 years ago
  82. f5764fc Handle invalid suffix lists by Daniel Rosenberg · 9 years ago
  83. 62c8bea Call set_active after flashall and update by Daniel Rosenberg · 9 years ago
  84. b29b5df Merge "Remove process_name.c" am: e5b7ad1c39 by Dmitriy Filchenko · 9 years ago
  85. bce5c6b Merge "Remove process_name.c" by Treehugger Robot · 9 years ago
  86. 436b04d Remove process_name.c by Dmitriy Filchenko · 9 years ago
  87. 8fb7f05 Merge "Mount /vendor and /odm early" am: 35569e9d68 by Hung-ying Tyan · 9 years ago
  88. 1701c4a Merge "Mount /vendor and /odm early" by Treehugger Robot · 9 years ago
  89. 980c81f Merge "Fix reference counting for Assembly" am: 3b6530507b by Hans Boehm · 9 years ago
  90. 239ab6d Merge "Fix reference counting for Assembly" by Hans Boehm · 9 years ago
  91. d816f96 Mount /vendor and /odm early by Hung-ying Tyan · 9 years ago
  92. 4f774b3 Fix reference counting for Assembly by Hans Boehm · 9 years ago
  93. 486f67e Merge "zip_archive: Improve error message on fallocate failure." am: 704d818ec1 by Narayan Kamath · 9 years ago
  94. 21c25e3 Merge "zip_archive: Improve error message on fallocate failure." by Narayan Kamath · 9 years ago
  95. 7dd72ec Make RefBase more robust and debuggable by Hans Boehm · 9 years ago
  96. 48b7be0 Merge "debuggerd: remove unnecessary arguments." am: 7a746f3a68 by Josh Gao · 9 years ago
  97. f4cebcc Merge "debuggerd: remove unnecessary arguments." by Josh Gao · 9 years ago
  98. 5751b16 Merge "Clean up key handling in adb." am: b859830450 by Josh Gao · 9 years ago
  99. 27be0cb Merge "Clean up key handling in adb." by Josh Gao · 9 years ago
  100. 4e304fb Merge "debuggerd: remove useless timeout from wait_for_signal." am: 5f2bc28ebf by Josh Gao · 9 years ago