index
:
replicant/core
GNUtoo/history/14-07-2019
GNUtoo/history/devtmpfs-debug-wip
GNUtoo/lineage-16.0-base
GNUtoo/modem-i9300
master
replicant-9
Patches not merged yet, used for building and testing them
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
adb
/
transport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
adb: relax serial matching rules.
David Pursell
2016-03-02
1
-5
/
+39
*
adb: make adb_thread_func_t return void, add adb_thread_exit.
Josh Gao
2016-02-12
1
-6
/
+2
*
Share the new adb USB diagnostic code with fastboot.
Elliott Hughes
2015-12-14
1
-8
/
+4
*
Merge "adb: add help text for USB permission errors."
David Pursell
2015-12-08
1
-12
/
+20
|
\
|
*
adb: add help text for USB permission errors.
David Pursell
2015-12-03
1
-12
/
+20
*
|
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
1
-3
/
+3
|
/
*
adb: remove exit-time destructors.
Josh Gao
2015-11-12
1
-2
/
+2
*
adb/base: minor compiler portability improvements
Spencer Low
2015-11-09
1
-0
/
+1
*
AOSP master doesn't have "cmd".
Elliott Hughes
2015-11-06
1
-1
/
+3
*
use new cmd command
Todd Kennedy
2015-11-06
1
-1
/
+5
*
Use const auto&/auto&& in adb.
Elliott Hughes
2015-10-07
1
-5
/
+5
*
Fix adb -d/-e error reporting.
Elliott Hughes
2015-10-07
1
-42
/
+37
*
adb: put legacy shell: service back in.
David Pursell
2015-09-30
1
-4
/
+5
*
Merge "adb: bump server version to prevent feature mismatch."
David Pursell
2015-09-28
1
-0
/
+3
|
\
|
*
adb: bump server version to prevent feature mismatch.
David Pursell
2015-09-25
1
-0
/
+3
*
|
adb: fix adbd feature parsing for no features.
David Pursell
2015-09-25
1
-0
/
+4
|
/
*
Adb: use VLOG() to replace D() for verbose logging.
Yabin Cui
2015-09-23
1
-17
/
+11
*
adb: add -Tt options to `adb shell`.
David Pursell
2015-09-22
1
-16
/
+23
*
adb: add client side shell protocol and enable.
David Pursell
2015-09-11
1
-1
/
+1
*
adb: implement shell protocol.
David Pursell
2015-09-11
1
-0
/
+5
*
adb: clean up debug tracing a little.
Yabin Cui
2015-09-02
1
-37
/
+37
*
adb: improve names for transport threads.
Yabin Cui
2015-08-31
1
-28
/
+32
*
Distinguish transport threads.
Elliott Hughes
2015-08-31
1
-2
/
+2
*
adb: set thread names (linux & mac)
Siva Velusamy
2015-08-31
1
-0
/
+2
*
adb: clean up transport disconnect operations.
Yabin Cui
2015-08-28
1
-49
/
+15
*
adb: call run_transport_disconnects() only once.
Yabin Cui
2015-08-28
1
-2
/
+0
*
adb: disconnect: fix write-after-free memory corruption and crash.
Yabin Cui
2015-08-27
1
-59
/
+30
*
Merge "adb: fix a fake data race on transport:kick reported by tsan."
Yabin Cui
2015-08-27
1
-1
/
+1
|
\
|
*
adb: fix a fake data race on transport:kick reported by tsan.
Yabin Cui
2015-08-26
1
-1
/
+1
*
|
adb: keep all asocket operations in the main thread.
Yabin Cui
2015-08-26
1
-4
/
+0
|
/
*
EINTR is handled by adb_read/unix_read and friends.
Elliott Hughes
2015-08-25
1
-10
/
+4
*
adb sync cleanup.
Elliott Hughes
2015-08-24
1
-2
/
+1
*
Add feature list to connection banner.
Dan Albert
2015-08-14
1
-1
/
+28
*
Make clear of the data length sent by write_packet.
Yabin Cui
2015-07-30
1
-11
/
+8
*
Increase size of the the adb packets sent over the wire
Tamas Berghammer
2015-07-22
1
-3
/
+17
*
adb: logging: newlines, thread ids, error code overwriting
Spencer Low
2015-07-21
1
-3
/
+3
*
Fix adbd/adb server confusion in an error message.
Elliott Hughes
2015-07-18
1
-2
/
+3
*
Improve the "device '(null)' not found" error.
Elliott Hughes
2015-06-24
1
-17
/
+15
*
Make atransport be a real class.
Dan Albert
2015-05-21
1
-94
/
+60
*
Make connection states a proper type.
Dan Albert
2015-05-18
1
-25
/
+23
*
Be tolerant of devices that don't report serials.
Dan Albert
2015-05-06
1
-2
/
+3
*
Simplify adb_thread_create.
Elliott Hughes
2015-05-05
1
-4
/
+2
*
Give enum types CamelCase names for clarity.
Elliott Hughes
2015-05-05
1
-4
/
+4
*
Add WriteFdFmt and clean up more code.
Elliott Hughes
2015-05-01
1
-1
/
+1
*
More adb buffer fixes.
Elliott Hughes
2015-05-01
1
-145
/
+60
*
More fixed-length buffer removal.
Elliott Hughes
2015-04-30
1
-1
/
+1
*
Add missing null checks after allocations.
Elliott Hughes
2015-04-21
1
-8
/
+9
*
Merge "Remove extern "C" barriers to using C++."
Elliott Hughes
2015-04-17
1
-2
/
+0
|
\
|
*
Remove extern "C" barriers to using C++.
Elliott Hughes
2015-04-17
1
-2
/
+0
*
|
Show $ADB_VENDOR_KEYS if authentication fails.
Elliott Hughes
2015-04-16
1
-24
/
+22
|
/
[next]