- e845c04 Merge "Fix misc-macro-parentheses warnings in init and other core modules." by Chih-Hung Hsieh · 9 years ago
- ac080d2 Merge "Fix misc-macro-parentheses warnings in init and other core modules." by Chih-hung Hsieh · 9 years ago
- 91ed21a Merge "[adb] Issue the "auth" emulator command before any other one" by Yurii Zubrytskyi · 9 years ago
- 7c0835f Merge "[adb] Issue the "auth" emulator command before any other one" by Treehugger Robot · 9 years ago
- 376b275 [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 9 years ago
- cfb0c5c Merge "adb: retry connecting disconnected emulators instead of always looping." by Yabin Cui · 9 years ago
- 50e91fe Merge "adb: retry connecting disconnected emulators instead of always looping." by Yabin Cui · 9 years ago
- 420d64d Merge "trusty: storageproxyd: use upstream kernel headers" am: ed01d17e1b by Michael Ryleev · 9 years ago
- ed01d17 Merge "trusty: storageproxyd: use upstream kernel headers" by Michael Ryleev · 9 years ago
- b74c649 adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 9 years ago
- 462461b trusty: storageproxyd: use upstream kernel headers by Michael Ryleev · 9 years ago
- 5cf2f59 Merge changes I40c9ea47,I593aeed5 am: c7878469be by Michael Ryleev · 9 years ago
- c787846 Merge changes I40c9ea47,I593aeed5 by Michael Ryleev · 9 years ago
- 3082ca2 Merge "adb: close ep0 on disconnection." am: 18013f2083 by Yabin Cui · 9 years ago
- 18013f2 Merge "adb: close ep0 on disconnection." by Treehugger Robot · 9 years ago
- 638420e adb: close ep0 on disconnection. by Yabin Cui · 9 years ago
- 1e081a8 Merge "Fix SharedBuffer. Remove aref." am: 069517574e by Hans Boehm · 9 years ago
- 0695175 Merge "Fix SharedBuffer. Remove aref." by Hans Boehm · 9 years ago
- 3e4c076 Fix SharedBuffer. Remove aref. by Hans Boehm · 9 years ago
- 1a78ec8 Merge "adb: check return value of register_socket_transport." am: 3d981c87c9 by Yabin Cui · 9 years ago
- 3d981c8 Merge "adb: check return value of register_socket_transport." by Yabin Cui · 9 years ago
- 3252d11 Merge "Fix misc-macro-parentheses warnings in lmkd." am: 86ed22cf27 by Chih-Hung Hsieh · 9 years ago
- 86ed22c Merge "Fix misc-macro-parentheses warnings in lmkd." by Treehugger Robot · 9 years ago
- d657e63 Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp" am: 62212954ef by Hans Boehm · 9 years ago
- 6221295 Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp" by Hans Boehm · 9 years ago
- c713bce Fix misc-macro-parentheses warnings in init and other core modules. by Chih-Hung Hsieh · 9 years ago
- 7fd1c07 Merge "HACK: libnetutils: Remove parameters from dhcpcd service call" by Dmitry Shmidt · 9 years ago
- 97da922 Merge "HACK: libnetutils: Remove parameters from dhcpcd service call" by Treehugger Robot · 9 years ago
- 1cff850 Merge "Fix misc-macro-parentheses warnings in liblog." am: 2bd428e1f9 by Chih-Hung Hsieh · 9 years ago
- e98251e Merge "Fix misc-macro-parentheses warnings in libion, libsparse, libmem*" by Chih-Hung Hsieh · 9 years ago
- 2bd428e Merge "Fix misc-macro-parentheses warnings in liblog." by Chih-hung Hsieh · 9 years ago
- 3e3741a Merge "Fix misc-macro-parentheses warnings in libion, libsparse, libmem*" by Chih-hung Hsieh · 9 years ago
- 43c058e Merge "adb: use asocket\'s close function when closing." am: 684d543922 by Josh Gao · 9 years ago
- 684d543 Merge "adb: use asocket's close function when closing." by Treehugger Robot · 9 years ago
- fa7569c Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." by Chih-Hung Hsieh · 9 years ago
- dab7d9d Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." by Treehugger Robot · 9 years ago
- 71c062f Merge changes I5e56f17f,Ie3748b6c,I4e1d56a8 am: cea14958d2 by Josh Gao · 9 years ago
- cea1495 Merge changes I5e56f17f,Ie3748b6c,I4e1d56a8 by Treehugger Robot · 9 years ago
- 1288f65 HACK: libnetutils: Remove parameters from dhcpcd service call by Dmitry Shmidt · 9 years ago
- 67867db Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace. by Chih-Hung Hsieh · 9 years ago
- f0f94fe Fix misc-macro-parentheses warnings in liblog. by Chih-Hung Hsieh · 9 years ago
- eabd510 Fix misc-macro-parentheses warnings in libion, libsparse, libmem* by Chih-Hung Hsieh · 9 years ago
- 2b82e91 Fix misc-macro-parentheses warnings in lmkd. by Chih-Hung Hsieh · 9 years ago
- 53eb31d adb: use asocket's close function when closing. by Josh Gao · 9 years ago
- 9b587de adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 9 years ago
- 52bd852 adb: clang-format sockets.cpp. by Josh Gao · 9 years ago
- 903b749 adb: add implementations of mutex, recursive_mutex. by Josh Gao · 9 years ago
- e2d6564 trusty: storage: add tests by Michael Ryleev · 9 years ago
- abebb89 trusty: storage: add client lib for testing by Michael Ryleev · 9 years ago
- 0a7dec4 Merge "liblog: log reader validate headers" am: 0321476fe2 by Mark Salyzyn · 9 years ago
- 0321476 Merge "liblog: log reader validate headers" by Mark Salyzyn · 9 years ago
- e263e6c Fix memory order and race bugs in Refbase.h & RefBase.cpp by Hans Boehm · 9 years ago
- 3457aba Merge "Set parent namespace for linker-namespaces" am: ac50d0cc57 by Dimitry Ivanov · 9 years ago
- 4e1149b Merge "adb: replace failing exits in adbd with abort()." am: eb62619ff9 by Josh Gao · 9 years ago
- 3204556 Merge "adb: add track-jdwp and track-devices commands." am: f8f40a1e2e by Josh Gao · 9 years ago
- ac50d0c Merge "Set parent namespace for linker-namespaces" by Treehugger Robot · 9 years ago
- eb62619 Merge "adb: replace failing exits in adbd with abort()." by Josh Gao · 9 years ago
- f8f40a1 Merge "adb: add track-jdwp and track-devices commands." by Josh Gao · 9 years ago
- 0140182 adb: check return value of register_socket_transport. by Yabin Cui · 9 years ago
- 8fd1faa liblog: log reader validate headers by Mark Salyzyn · 9 years ago
- e2c741c Merge "Don\'t include <machine/cpu-features.h>." am: 9b0eb7cdf4 by Elliott Hughes · 9 years ago
- 9b0eb7c Merge "Don't include <machine/cpu-features.h>." by Elliott Hughes · 9 years ago
- 24db75c Set parent namespace for linker-namespaces by Dimitry Ivanov · 9 years ago
- f7d2b82 Merge "Pass permitted_path to the linker as is." am: a214a769f9 by Dimitry Ivanov · 9 years ago
- a214a76 Merge "Pass permitted_path to the linker as is." by Treehugger Robot · 9 years ago
- a1b9bd9 Don't include <machine/cpu-features.h>. by Elliott Hughes · 9 years ago
- b31caa95 Pass permitted_path to the linker as is. by Dimitry Ivanov · 9 years ago
- 881b440 Merge "adb/base: allow use of unique_fd inside adb." am: 210fdc2742 by Josh Gao · 9 years ago
- 210fdc2 Merge "adb/base: allow use of unique_fd inside adb." by Treehugger Robot · 9 years ago
- b61ecb5 Merge "init: usb: disable usb function switch until adbd is ready" by Winter Wang · 9 years ago
- 2a26c2a Merge "init: usb: disable usb function switch until adbd is ready" by Badhri Jagan Sridharan · 9 years ago
- 6d28bd8 Merge "SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux" by Greg Hackmann · 9 years ago
- a91a1a9 Merge "SystemClock: add test" am: 282e8fb037 by Greg Hackmann · 9 years ago
- e3ff256 Merge "SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux" by Treehugger Robot · 9 years ago
- 282e8fb Merge "SystemClock: add test" by Treehugger Robot · 9 years ago
- 30c9aed Merge "fs_mgr: update block device reference in verity metadata" am: 4cefb91611 by Jeremy Compostella · 9 years ago
- 4cefb91 Merge "fs_mgr: update block device reference in verity metadata" by Badhri Jagan Sridharan · 9 years ago
- ed95190 Merge "Don\'t expose ashmem constants on the host." am: 54fed512b9 by Elliott Hughes · 9 years ago
- 54fed51 Merge "Don't expose ashmem constants on the host." by Elliott Hughes · 9 years ago
- dfd2478 fs_mgr: update block device reference in verity metadata by Jeremy Compostella · 9 years ago
- 4abdeee adb: replace failing exits in adbd with abort(). by Josh Gao · 9 years ago
- b463baf adb: add track-jdwp and track-devices commands. by Josh Gao · 9 years ago
- 13ea01d adb/base: allow use of unique_fd inside adb. by Josh Gao · 9 years ago
- 0da9f42 Merge "init: support matching sysfs class paths in ueventd.rc" am: faa14b94d5 by Rob Herring · 9 years ago
- 427c605 Don't expose ashmem constants on the host. by Elliott Hughes · 9 years ago
- faa14b9 Merge "init: support matching sysfs class paths in ueventd.rc" by Treehugger Robot · 9 years ago
- 6de783a init: support matching sysfs class paths in ueventd.rc by Rob Herring · 9 years ago
- e7028e3 Merge "init: rework fixup_sys_perms to use perm_path_matches" am: 0504a94cd9 by Rob Herring · 9 years ago
- 0504a94 Merge "init: rework fixup_sys_perms to use perm_path_matches" by Treehugger Robot · 9 years ago
- b44077d Merge "Move canned_fs_config into libcutils" am: e62cec6e39 by Mohamad Ayyash · 9 years ago
- e62cec6 Merge "Move canned_fs_config into libcutils" by Treehugger Robot · 9 years ago
- 5aaffac Merge "adb: support forwarding TCP port 0." am: cb90562bcf by David Pursell · 9 years ago
- cb90562 Merge "adb: support forwarding TCP port 0." by David Pursell · 9 years ago
- 8374276 Move canned_fs_config into libcutils by Mohamad Ayyash · 9 years ago
- 2618d90 Merge "init.rc: Remove cpu weight set on the root cgroup" am: 422492c506 by Irina Patru · 9 years ago
- 422492c Merge "init.rc: Remove cpu weight set on the root cgroup" by Treehugger Robot · 9 years ago
- 03ac8fe Merge "liblog: sleep 20ms before critical property_set" am: 1d560ff24a by Mark Salyzyn · 9 years ago
- 1d560ff Merge "liblog: sleep 20ms before critical property_set" by Treehugger Robot · 9 years ago
- 5cceee6 liblog: sleep 20ms before critical property_set by Mark Salyzyn · 9 years ago
- c560c63 init.rc: Remove cpu weight set on the root cgroup by Irina Patru · 9 years ago