index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
adb
/
transport_local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert "Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe""
bohu
2017-03-29
1
-1
/
+1
*
Revert "Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe"
bohu
2017-03-28
1
-1
/
+1
*
Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe
bohu
2017-03-28
1
-1
/
+1
*
Add mDNS device discovery for adb client
Casey Dahlin
2017-03-10
1
-0
/
+41
|
\
|
*
Add mDNS device discovery for adb client
Casey Dahlin
2017-03-07
1
-0
/
+41
|
*
DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe
bohu
2017-03-01
1
-1
/
+1
|
/
*
adb: add sysdeps/chrono.h for chrono literals on Win32.
Josh Gao
2016-11-16
1
-3
/
+3
*
Switch adb over to <chrono>.
Elliott Hughes
2016-11-16
1
-3
/
+5
*
Allow multiple tcp adb connection to same device.
Tao Wu
2016-10-22
1
-1
/
+2
*
Fix adb flakiness on reboot
Lingfeng Yang
2016-10-11
1
-2
/
+14
*
Switch adb to <android-base/properties.h>.
Elliott Hughes
2016-09-26
1
-8
/
+6
*
adb: kill adb_mutex_t, adb_cond_t.
Josh Gao
2016-09-21
1
-27
/
+19
*
Use <condition_variable> and <mutex.h> from MinGW
Pirama Arumuga Nainar
2016-09-06
1
-2
/
+1
*
Merge changes I0ee130db,I33d356fd
Josh Gao
2016-08-25
1
-5
/
+1
|
\
|
*
adb: remove unnecessary addr arguments to accept.
Josh Gao
2016-08-24
1
-5
/
+1
*
|
Merge \"[qemu]: Move qemu_pipe.h from include/system/ directory.\"
David 'Digit' Turner
2016-06-21
1
-3
/
+7
|
\
|
|
*
[qemu]: Move qemu_pipe.h from include/system/ directory.
David 'Digit' Turner
2016-06-17
1
-3
/
+7
*
|
Merge "adb: retry connecting disconnected emulators instead of always looping...
Yabin Cui
2016-05-26
1
-13
/
+84
|
\
|
|
*
adb: retry connecting disconnected emulators instead of always looping.
Yabin Cui
2016-05-24
1
-13
/
+84
*
|
Merge "adb: check return value of register_socket_transport." am: 3d981c87c9
Yabin Cui
2016-05-21
1
-3
/
+5
|
\
|
|
*
adb: check return value of register_socket_transport.
Yabin Cui
2016-05-17
1
-3
/
+5
|
*
Fix kick_transport test.
Yabin Cui
2016-04-18
1
-1
/
+1
|
*
emulator: Use distinct serial names for simultaneous qemu pipes.
Prathmesh Prabhu
2016-03-10
1
-1
/
+2
|
*
Emulator: fix adbd qemu pipe partial write
bohu
2016-03-01
1
-6
/
+6
|
*
adb: make adb_thread_func_t return void, add adb_thread_exit.
Josh Gao
2016-02-12
1
-19
/
+14
*
|
adb: search for a maximum of 16 emulators.
Josh Gao
2016-05-06
1
-4
/
+9
*
|
Fix kick_transport test.
Yabin Cui
2016-04-25
1
-1
/
+1
*
|
emulator: Use distinct serial names for simultaneous qemu pipes.
Prathmesh Prabhu
2016-03-09
1
-1
/
+2
*
|
Emulator: fix adbd qemu pipe partial write
bohu
2016-03-01
1
-6
/
+6
*
|
adb: make adb_thread_func_t return void, add adb_thread_exit.
Josh Gao
2016-02-22
1
-19
/
+14
|
/
*
Merge "Switch from using sockaddr to sockaddr_storage."
Erik Kline
2015-12-08
1
-3
/
+4
|
\
|
*
Switch from using sockaddr to sockaddr_storage.
Erik Kline
2015-12-07
1
-3
/
+4
*
|
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
1
-1
/
+1
|
/
*
Adb: use VLOG() to replace D() for verbose logging.
Yabin Cui
2015-09-23
1
-1
/
+1
*
adb: clean up debug tracing a little.
Yabin Cui
2015-09-02
1
-21
/
+21
*
adb: set thread names (linux & mac)
Siva Velusamy
2015-08-31
1
-0
/
+3
*
Remove confusing variable HOST.
Yabin Cui
2015-08-11
1
-33
/
+28
*
adb: poll for emulator connection.
Yabin Cui
2015-07-31
1
-10
/
+16
*
adb: win32: initial IPv6 support and improved Winsock error reporting
Spencer Low
2015-07-30
1
-3
/
+4
*
Report getaddrinfo failures correctly.
Elliott Hughes
2015-07-23
1
-8
/
+9
*
Increase size of the the adb packets sent over the wire
Tamas Berghammer
2015-07-22
1
-1
/
+1
*
adb server: don't close stale fd when TCP transport is closed
Spencer Low
2015-06-09
1
-1
/
+5
*
Make connection states a proper type.
Dan Albert
2015-05-18
1
-1
/
+1
*
Simplify adb_thread_create.
Elliott Hughes
2015-05-05
1
-6
/
+3
*
Add WriteFdFmt and clean up more code.
Elliott Hughes
2015-05-01
1
-3
/
+4
*
More fixed-length buffer removal.
Elliott Hughes
2015-04-30
1
-1
/
+1
*
Always explain why bind(2) failed.
Elliott Hughes
2015-04-20
1
-1
/
+1
*
File header cleanup.
Dan Albert
2015-03-19
1
-6
/
+8
*
Move adb to C++.
Dan Albert
2015-03-09
1
-0
/
+419