2.0.2
2.0.2 (2020-06-15)
Maintenance release.
Breaking
- Rename library and all related files by adding an API version resulting in
libusbmuxd-2.0
Features
- Handle USB and network devices with new options in tools
- Make connecting sockets non-blocking
- Switch from concurrent threads to loop with
select()
- Allow to specify source address for listening socket in iproxy
- Allow to map multiple ports in iproxy
- Add man pages for iproxy and inetcat tools
- Improve
socket_create()
with proper use of getaddrinfo - Allow proper listening on localhost for IPv6 and IPv4 in iproxy
- Bump dependency to libplist 2.2.0
- Add new
--version
argument to output version information to tools - Improve README.md with project description, installation, contributing and usage sections
Bug Fixes
- Fix compiler warnings
- Fix win32 build
- Fix crash when no UDID is provided