0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'release/0.4.3' More... over 10 years ago
Add `client.openProcStat()` for CPU load monitoring. Method name might change later. More... over 10 years ago
Put all host commands into their own folder. More... over 10 years ago
Remove an extra require() from a README example. More... over 10 years ago
Mention CoffeeScript -> JavaScript in README. More... over 10 years ago
Add esthetic blank line between requires. More... over 10 years ago
Update keycodes. More... over 10 years ago
Organize all device commands under a new folder called host-transport (which is the term the protocol uses). More... over 10 years ago
Organize host-serial commands to their own folder. More... over 10 years ago
Support adb forward --list. More... over 10 years ago
Merge branch 'release/0.4.2' into develop More... over 10 years ago
Merge branch 'release/0.4.2' More... over 10 years ago
Merge branch 'hotfix/0.4.1' into develop More... over 10 years ago
Merge branch 'hotfix/0.4.1' More... over 10 years ago
Temporarily expose CoffeeScript source in NPM until we can properly publish this thing. More... over 10 years ago
Use client.push() in client.install(). Expose Sync's temp method. More... over 10 years ago
Remove two extra sync.end()'s from tests. More... over 10 years ago
Fix PullStream not tracking progress properly. More... over 10 years ago
Make readByteFlow a bit more reliable by limiting the amount of data we read in the first place. More... over 10 years ago
Merge branch 'release/0.4.0' into develop More... over 10 years ago
Merge branch 'release/0.4.0' More... over 10 years ago
Update client.install() to match the new push changes. More... over 10 years ago
Merge branch 'feature/sync-statistics' into develop More... over 10 years ago
Breaking API change: the first argument to any push* method is now the thing you are pushing, while the second argument is the target path. It used to be the other way around and it was confusing. More... over 10 years ago
Fix small documentation error. More... over 10 years ago
Change sync API to allow for easier push/pull progress tracking. More... over 10 years ago
Properly read sync FAIL messages. More... over 10 years ago
Support large chunks when pushing. More... over 10 years ago
Be nicer to back pressure when pushing data. More... over 10 years ago
Fix event argument formatting. More... over 10 years ago