Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-05 | Make conn_data member of usbmuxd_device_info struct unsigned since it's not ↵ | 1 | -5/+5 | ||
a string Also remove some pointless casts and update some others | |||||
2021-09-01 | Remove common code in favor of new libimobiledevice-glue | 1 | -1/+1 | ||
2021-02-05 | tools: Flip order of windows.h and winsock2.h to get rid of compiler warning ↵ | 1 | -1/+1 | ||
(Windows) | |||||
2020-12-30 | Do not use else after return or break for better code readability | 1 | -1/+2 | ||
[clang-tidy] Found with readability-else-after-return Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||||
2020-06-15 | inetcat: Add new "--version" option to output version information | 1 | -1/+9 | ||
2020-06-04 | Unify usage output of tools and use proper indentation | 1 | -11/+13 | ||
2020-05-31 | inetcat: Update usage to better reflect what the tool actually does | 1 | -2/+2 | ||
2020-05-18 | tools: Make iproxy and inetcat use direct socket connection for network devices | 1 | -2/+34 | ||
Instead of going through usbmuxd this change will have it connect directly to the device via network after retrieving its address from usbmuxd | |||||
2020-05-14 | inetcat: Properly handle USB vs. network devices with new command line switches | 1 | -23/+99 | ||
2019-12-05 | tools: Update .gitignore and name in header of c file | 1 | -1/+1 | ||
2019-11-26 | inetcat: Add missing sys/select header | 1 | -0/+1 | ||
Fixes compilation under musl. | |||||
2019-11-26 | tools: Rename icat to inetcat due to name conflict with sleuthkit2.0.1 | 1 | -0/+168 | ||
See https://github.com/libimobiledevice/libusbmuxd/issues/84 |