Commit graph

20 commits

Author SHA1 Message Date
Simon Chan
d3019ce738
feat(adb): rewrite process spawner API (#739) 2025-04-02 15:20:05 +08:00
Simon Chan
d50a170ab8
feat(struct): new API full rewrite 2024-10-31 17:26:37 +08:00
Simon Chan
fb4507ddc5
fix(stream): let PushReadableStream handle cancelled streams.
Also add tests

Relates to #648
2024-07-11 17:25:39 +08:00
Simon Chan
1c14eb69e7
fix(adb): minimize AbortSignal "abort" event handlers 2024-06-18 00:09:56 +08:00
Simon Chan
721b6c0da6
refactor: code cleanup 2024-06-02 01:55:26 +08:00
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
d06b5f2ed6
feat: make consumable writable streams also accept raw values 2024-04-16 14:01:30 +08:00
Simon Chan
df3b9f1dba
chore: add changelogs 2024-03-21 10:55:55 +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
d6d03061da
fix(adb): don't destroy the transport when a socket is cancelled 2023-11-01 16:40:39 +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
dce44ae9ac
chore: update dependencies 2023-10-10 12:30:30 +08:00
Simon Chan
9c2a069658
chore: disable new lint rule 2023-09-21 12:09:02 +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/socket.ts (Browse further)