| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| libusbmuxd-2.0.2.tar.bz2 | 2020-06-15 | 340.6 kB | |
| 2.0.2 source code.tar.gz | 2020-06-15 | 48.9 kB | |
| 2.0.2 source code.zip | 2020-06-15 | 64.1 kB | |
| README.md | 2020-06-15 | 951 Bytes | |
| Totals: 4 Items | 454.7 kB | 0 | |
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
--versionargument 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