goadb/wire
Zach Klippenstein cb7e06bdb9 OpenRead will now return an error if the server returns an error when trying to open a file.
All sync status reads now also check for failure status,
using the same logic as the normal Scanner (the only difference
being that for normal scanners, length is encoded as a hex
string, but for sync scanners it's in binary little-endian).
2015-12-28 19:46:14 -08:00
..
conn.go OpenRead will now return an error if the server returns an error when trying to open a file. 2015-12-28 19:46:14 -08:00
doc.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
filemode.go Parse more bits out of file modes in sync mode. 2015-04-28 14:25:36 -05:00
scanner.go OpenRead will now return an error if the server returns an error when trying to open a file. 2015-12-28 19:46:14 -08:00
scanner_test.go OpenRead will now return an error if the server returns an error when trying to open a file. 2015-12-28 19:46:14 -08:00
sender.go Richer error handling. 2015-07-12 00:37:58 -07:00
sender_test.go Parse more bits out of file modes in sync mode. 2015-04-28 14:25:36 -05:00
sync_conn.go Implemented device event watcher and improved errors. 2015-07-19 12:45:24 -07:00
sync_scanner.go OpenRead will now return an error if the server returns an error when trying to open a file. 2015-12-28 19:46:14 -08:00
sync_sender.go Richer error handling. 2015-07-12 00:37:58 -07:00
sync_test.go OpenRead will now return an error if the server returns an error when trying to open a file. 2015-12-28 19:46:14 -08:00
util.go OpenRead will now return an error if the server returns an error when trying to open a file. 2015-12-28 19:46:14 -08:00
util_test.go Handle newer adb servers' device not found error messages. 2015-09-12 15:30:32 -07:00