0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Jun 04, 2023 — Jun 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't attempt to write after socket ends. More... almost 9 years ago
Pass error from connection to server. Usually happens if the device can't be found. May occur more than once. More... almost 9 years ago
Prefer client's max payload length. More... almost 9 years ago
Swap32 didn't actually swap anything due to a brain freeze. More... almost 9 years ago
Fix PrematurePacketError's old name which was left behind accidentally. More... almost 9 years ago
Response with proper CLSE if OPEN fails. More... almost 9 years ago
Swap localId and remoteId so that they're not super confusing. Previously 'local' meant 'their local' and 'remote' meant 'our local'. This was caused by reading the adb source too closely and not swapping the names originally. More... almost 9 years ago
Almost entirely rewrite the TCP->USB adapter. Unfortunately there are still problems when a service responds with a failure status. More... almost 9 years ago
Merge branch 'release/2.2.2' into develop More... almost 9 years ago
Bump version to 2.2.2. More... almost 9 years ago
Merge branch 'fix-adb-connect-disconnecting' into develop More... almost 9 years ago
Various reliability improvements to stop the tcp to usb bridge from disconnecting in the middle of everything. The exact issue remains unknown, as it's not reliably reproducible. It seems, though, that this patch does the trick for now. More... almost 9 years ago
Remove connection from the connection list when it ends. More... almost 9 years ago
Dump everything adbkit writes to the server if the ADBKIT_DUMP environment variable is set. Output goes to `adbkit.dump` in the current directory. More... almost 9 years ago
Allow ADB host and port to be given via the ADB_HOST and ADB_PORT environment variables. More... almost 9 years ago
Make sure we try to pump immediately in case readable already fired. Unfortunately this does not fix the disconnect problem even though very suspect. More... almost 9 years ago
Add a simple CLI utility for providing a USB device over TCP. Make debugging it much easier. More... almost 9 years ago
Merge branch 'release/2.2.1' into develop More... about 9 years ago
Bump version to 2.2.1. More... about 9 years ago
The readByteFlow() method in Parser no longer abuses old-style Bluebird Promise progression. Some progress events were not getting propagated properly, causing pulls to sometimes fail in complex applications. Simple test cases were perfectly fine. More... about 9 years ago
Merge branch 'release/2.2.0' into develop More... about 9 years ago
Bump version to 2.2.0. More... about 9 years ago
Fix #24, missing argument in framebuffer conversion. More... about 9 years ago
Fix #29. Pulling a nonexisting file would hang. More... about 9 years ago
Fix one more failing tracker test. More... about 9 years ago
Fix failing test for unsupported screencap command handling. More... about 9 years ago
Make forced connection closure more reliable. Before, we might have missed an 'end' event, causing some commands to never resolve in error conditions (Node 0.12 only). More... about 9 years ago
Update deps. More... about 9 years ago
Fix WaitBootCompleteCommand's failing "should close connection when done" test, broke presumably due to Node 0.12 changes. More... about 9 years ago
Replace bad read in tests. More... about 9 years ago