Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-04 | Unify usage output of tools and use proper indentation | Martin Szulecki | 1 | -11/+13 | |
2020-05-31 | inetcat: Update usage to better reflect what the tool actually does | Nikias Bassen | 1 | -2/+2 | |
2020-05-18 | tools: Make iproxy and inetcat use direct socket connection for network devices | Nikias Bassen | 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 | Nikias Bassen | 1 | -23/+99 | |
2019-12-05 | tools: Update .gitignore and name in header of c file | Nikias Bassen | 1 | -1/+1 | |
2019-11-26 | inetcat: Add missing sys/select header | Rosen Penev | 1 | -0/+1 | |
Fixes compilation under musl. | |||||
2019-11-26 | tools: Rename icat to inetcat due to name conflict with sleuthkit2.0.1 | Nikias Bassen | 1 | -0/+168 | |
See https://github.com/libimobiledevice/libusbmuxd/issues/84 |