Age | Commit message (Expand) | Author | Files | Lines |
2024-03-26 | iproxy: Use updated socket_create API to listen on IPv4 and IPv6 with a singl... | Nikias Bassen | 1 | -16/+1 |
2023-09-01 | iproxy: Fix typo in log messages | Nikias Bassen | 1 | -2/+2 |
2022-05-05 | Make conn_data member of usbmuxd_device_info struct unsigned since it's not a... | Nikias Bassen | 2 | -10/+10 |
2021-09-01 | Remove common code in favor of new libimobiledevice-glue | Nikias Bassen | 3 | -22/+14 |
2021-02-05 | tools: Flip order of windows.h and winsock2.h to get rid of compiler warning ... | Nikias Bassen | 1 | -1/+1 |
2020-12-30 | Add parentheses to macro arguments | Rosen Penev | 1 | -3/+3 |
2020-12-30 | Do not use else after return or break for better code readability | Rosen Penev | 2 | -21/+22 |
2020-11-27 | socket: Fix build on Windows | Nikias Bassen | 1 | -1/+1 |
2020-06-15 | iproxy: Add missing include | Nikias Bassen | 1 | -0/+1 |
2020-06-15 | iproxy: Add new "--version" option to output version information | Martin Szulecki | 1 | -1/+9 |
2020-06-15 | inetcat: Add new "--version" option to output version information | Martin Szulecki | 1 | -1/+9 |
2020-06-14 | Add API version to library and pkgconfig file for proper linking | Nikias Bassen | 1 | -2/+2 |
2020-06-07 | iproxy: Use sockaddr_storage struct in network connection logic | Nikias Bassen | 1 | -5/+6 |
2020-06-07 | iproxy: Allow proper listening on localhost for IPv6 _and_ IPv4 | Nikias Bassen | 1 | -23/+70 |
2020-06-04 | Unify usage output of tools and use proper indentation | Martin Szulecki | 2 | -24/+27 |
2020-05-31 | inetcat: Update usage to better reflect what the tool actually does | Nikias Bassen | 1 | -2/+2 |
2020-05-31 | iproxy: Update usage to reflect new local:remote port format | Nikias Bassen | 1 | -2/+3 |
2020-05-29 | iproxy: Fix crash when no UDID is given | Nikias Bassen | 1 | -1/+1 |
2020-05-28 | iproxy: Allow multiple port mappings (in local:device format) | Nikias Bassen | 1 | -54/+119 |
2020-05-28 | iproxy: Allow specifying source address for the listening socket | Nikias Bassen | 1 | -5/+19 |
2020-05-27 | iproxy: Get rid of concurrent threads and use loop with select() instead | Nikias Bassen | 1 | -150/+74 |
2020-05-18 | tools: Make iproxy and inetcat use direct socket connection for network devices | Nikias Bassen | 2 | -5/+70 |
2020-05-18 | iproxy: Fix build on win32 | Nikias Bassen | 1 | -1/+1 |
2020-05-14 | inetcat: Properly handle USB vs. network devices with new command line switches | Nikias Bassen | 1 | -23/+99 |
2020-05-14 | iproxy: Properly handle USB vs. network devices with new command line switches | Nikias Bassen | 1 | -36/+112 |
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 |
2019-11-26 | tools: Rename icat to inetcat due to name conflict with sleuthkit2.0.1 | Nikias Bassen | 2 | -5/+5 |
2019-09-28 | tools: Ignore SIGPIPE | Nikias Bassen | 2 | -0/+8 |
2019-08-03 | win32: Fix compilation | Nikias Bassen | 2 | -2/+22 |
2019-08-03 | tools: Add new tool 'icat' | Adrien Guinet | 2 | -1/+154 |
2019-06-29 | iproxy: Fix (newly introduced) timeout errors not being handled | Nikias Bassen | 1 | -2/+2 |
2014-10-03 | Move socket and collection functions to a convenience library | Chow Loong Jin | 1 | -2/+2 |
2014-10-03 | Update copyright headers of all source files to match | Martin Szulecki | 1 | -5/+5 |
2014-10-03 | iproxy: Print correct error message when receiving fails | Nikias Bassen | 1 | -2/+2 |
2014-10-03 | iproxy: Use internal socket helper functions everywhere for better portability | Nikias Bassen | 1 | -13/+11 |
2014-10-03 | iproxy: Detach accept thread to handle multiple connections | Eric Day | 1 | -6/+16 |
2014-09-26 | iproxy: Also disconnect client if usbmuxd is not running or no device is found | Nikias Bassen | 1 | -0/+6 |
2014-09-21 | iproxy: Disconnect client if no or unmatching device is connected | Nikias Bassen | 1 | -1/+4 |
2014-09-21 | iproxy: Add the ability to filter by UDID | Eric Day | 1 | -4/+28 |
2014-05-09 | tools: Use $(top_builddir) instead of relative path to fix out of tree build | Martin Szulecki | 1 | -1/+1 |
2014-02-10 | Replace socket implementation and fix indentation in iproxy sources | Martin Szulecki | 1 | -193/+188 |
2013-09-17 | fix win32 build | Nikias Bassen | 1 | -1/+1 |
2013-09-17 | added libpthread_LIBS to fix build in tools | Nikias Bassen | 1 | -1/+1 |
2013-09-17 | initial commit of adapted source tree. | Nikias Bassen | 2 | -0/+291 |