Commit graph

16 commits

Author SHA1 Message Date
Simon Chan
fdf0a863d9
chore: re-add eslint-plugin-import-x 2024-05-20 15:57:17 +08:00
Simon Chan
8223d79886
refactor: performance optimizations
also renamed some internal types, and adding more code comments. (not thoroughly tested yet)
2024-05-04 23:47:52 +08:00
Simon Chan
0424dd703f
fix(adb): incorrect endianness in delayed ack 2024-04-30 14:23:23 +08:00
Simon Chan
dcda6459ac
feat: add utilities for read/write Uint8Array 2024-04-16 22:17:36 +08:00
Simon Chan
d06b5f2ed6
feat: make consumable writable streams also accept raw values 2024-04-16 14:01:30 +08:00
Simon Chan
31656652db
refactor: code cleanup, add tests 2024-03-05 12:41:48 +08:00
Simon Chan
ac6dc1e57c
feat(adb): support delayed ack 2024-02-01 23:04:21 +08:00
Simon Chan
9cd6fb9296
feat(adb): expose read blocking debugging option 2023-11-15 15:39:09 +08:00
Simon Chan
e45fb2ed55
feat(adb): change how to close a socket 2023-10-16 13:23:59 +08:00
Simon Chan
1aa7a92d2c
fix(adb): read socket too slow can cause data loss 2023-10-11 00:25:07 +08:00
Simon Chan
e185d6a7c6
fix(adb): close writable stream when closing AdbDaemonTransport 2023-08-15 15:25:47 +08:00
Simon Chan
b066ca01e7
feat(adb): auto close connection by default 2023-07-31 11:44:22 +08:00
Simon Chan
7056feb3b1
refactor: migrate to ES private fields 2023-07-11 21:05:39 +08:00
Simon Chan
433f9b986f
chore: update dependencies 2023-07-07 18:30:13 +08:00
Simon Chan
d286a40c42
refactor: use ES private fields to replace TypeScript private accessors 2023-05-25 23:00:08 +08:00
Simon Chan
3beaad2055
feat(adb): support connect to adb server (#549) 2023-05-14 03:54:03 +08:00
Renamed from libraries/adb/src/socket/dispatcher.ts (Browse further)