Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-21 | Allow fuzzy_fastboot test devices over internet | steven_fann | |
Bug: 144667236 Test: fuzzy_fastboot --serial=192.168.1.104:5555 --gtest_filter=*Logical* Change-Id: I02e62f706d0a3a19a9b7b56788abe05759d2d63d | |||
2016-04-29 | Fix google-explicit-constructor warnings. | Chih-Hung Hsieh | |
Bug: 28341362 Change-Id: I4504e98a8db31e0edcbe63c23f9af43eb13e9d86 | |||
2016-02-10 | fastboot: add UDP protocol. | David Pursell | |
Implements a UDP protocol for fastboot, documented in fastboot_protocol.txt. This version of the protocol does not include multi-packet windowing, which will likely be needed to achieve reasonable speeds over WiFi. Since we don't have any WiFi use cases yet, we'd like to get this in now and update the protocol later if it becomes necessary. Usage: fastboot -s udp:<hostname>[:port] <command> Bug: http://b/26154914 Change-Id: Ia5bbae6bcd6405671f594d7120b3994746d234d3 |