summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Make conn_data member of usbmuxd_device_info struct unsigned since it's not a...Nikias Bassen2022-05-052-10/+10
* Remove common code in favor of new libimobiledevice-glueNikias Bassen2021-09-013-22/+14
* tools: Flip order of windows.h and winsock2.h to get rid of compiler warning ...Nikias Bassen2021-02-051-1/+1
* Add parentheses to macro argumentsRosen Penev2020-12-301-3/+3
* Do not use else after return or break for better code readabilityRosen Penev2020-12-302-21/+22
* socket: Fix build on WindowsNikias Bassen2020-11-271-1/+1
* iproxy: Add missing includeNikias Bassen2020-06-151-0/+1
* iproxy: Add new "--version" option to output version informationMartin Szulecki2020-06-151-1/+9
* inetcat: Add new "--version" option to output version informationMartin Szulecki2020-06-151-1/+9
* Add API version to library and pkgconfig file for proper linkingNikias Bassen2020-06-141-2/+2
* iproxy: Use sockaddr_storage struct in network connection logicNikias Bassen2020-06-071-5/+6
* iproxy: Allow proper listening on localhost for IPv6 _and_ IPv4Nikias Bassen2020-06-071-23/+70
* Unify usage output of tools and use proper indentationMartin Szulecki2020-06-042-24/+27
* inetcat: Update usage to better reflect what the tool actually doesNikias Bassen2020-05-311-2/+2
* iproxy: Update usage to reflect new local:remote port formatNikias Bassen2020-05-311-2/+3
* iproxy: Fix crash when no UDID is givenNikias Bassen2020-05-291-1/+1
* iproxy: Allow multiple port mappings (in local:device format)Nikias Bassen2020-05-281-54/+119
* iproxy: Allow specifying source address for the listening socketNikias Bassen2020-05-281-5/+19
* iproxy: Get rid of concurrent threads and use loop with select() insteadNikias Bassen2020-05-271-150/+74
* tools: Make iproxy and inetcat use direct socket connection for network devicesNikias Bassen2020-05-182-5/+70
* iproxy: Fix build on win32Nikias Bassen2020-05-181-1/+1
* inetcat: Properly handle USB vs. network devices with new command line switchesNikias Bassen2020-05-141-23/+99
* iproxy: Properly handle USB vs. network devices with new command line switchesNikias Bassen2020-05-141-36/+112
* tools: Update .gitignore and name in header of c fileNikias Bassen2019-12-051-1/+1
* inetcat: Add missing sys/select headerRosen Penev2019-11-261-0/+1
* tools: Rename icat to inetcat due to name conflict with sleuthkit2.0.1Nikias Bassen2019-11-262-5/+5
* tools: Ignore SIGPIPENikias Bassen2019-09-282-0/+8
* win32: Fix compilationNikias Bassen2019-08-032-2/+22
* tools: Add new tool 'icat'Adrien Guinet2019-08-032-1/+154
* iproxy: Fix (newly introduced) timeout errors not being handledNikias Bassen2019-06-291-2/+2
* Move socket and collection functions to a convenience libraryChow Loong Jin2014-10-031-2/+2
* Update copyright headers of all source files to matchMartin Szulecki2014-10-031-5/+5
* iproxy: Print correct error message when receiving failsNikias Bassen2014-10-031-2/+2
* iproxy: Use internal socket helper functions everywhere for better portabilityNikias Bassen2014-10-031-13/+11
* iproxy: Detach accept thread to handle multiple connectionsEric Day2014-10-031-6/+16
* iproxy: Also disconnect client if usbmuxd is not running or no device is foundNikias Bassen2014-09-261-0/+6
* iproxy: Disconnect client if no or unmatching device is connectedNikias Bassen2014-09-211-1/+4
* iproxy: Add the ability to filter by UDIDEric Day2014-09-211-4/+28
* tools: Use $(top_builddir) instead of relative path to fix out of tree buildMartin Szulecki2014-05-091-1/+1
* Replace socket implementation and fix indentation in iproxy sourcesMartin Szulecki2014-02-101-193/+188
* fix win32 buildNikias Bassen2013-09-171-1/+1
* added libpthread_LIBS to fix build in toolsNikias Bassen2013-09-171-1/+1
* initial commit of adapted source tree.Nikias Bassen2013-09-172-0/+291