index
:
libusbmuxd
master
A client library to multiplex connections from and to iOS devices
ms,nb
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
iproxy.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-13
/
+14
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
1
-3
/
+36
2020-05-18
iproxy: Fix build on win32
Nikias Bassen
1
-1
/
+1
2020-05-14
iproxy: Properly handle USB vs. network devices with new command line switches
Nikias Bassen
1
-36
/
+112
2019-09-28
tools: Ignore SIGPIPE
Nikias Bassen
1
-0
/
+4
2019-08-03
win32: Fix compilation
Nikias Bassen
1
-0
/
+4
2019-06-29
iproxy: Fix (newly introduced) timeout errors not being handled
Nikias Bassen
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-02-10
Replace socket implementation and fix indentation in iproxy sources
Martin Szulecki
1
-193
/
+188
2013-09-17
initial commit of adapted source tree.
Nikias Bassen
1
-0
/
+281