Add support for reconnection of TCP connections. Upon disconnection, adb will attempt to reconnect for up to 60 seconds before abandoning a connection.
Fix Unicode console output on Windows. (Thanks to external contributor Spencer Low!)
Fix a file descriptor double-close that can occur result in connections being close when an adb connecthappens simultaneously.
Fix adb forward --list when used with more than one device connected.
fastboot
Increase command timeout to 30 seconds, to better support some slow bootloader commands.