Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-01 | Remove common code in favor of new libimobiledevice-glue | Nikias Bassen | 1 | -1/+1 | |
2021-02-05 | tools: Flip order of windows.h and winsock2.h to get rid of compiler warning ↵ | Nikias Bassen | 1 | -1/+1 | |
(Windows) | |||||
2020-12-30 | Do not use else after return or break for better code readability | Rosen Penev | 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 | Martin Szulecki | 1 | -1/+9 | |
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 |