index
:
usbmuxd
caching
lograw
master
refactor
A socket daemon to multiplex connections from and to iOS devices
ms,nb
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
usbmux.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-03
Removed unused commented out code.
Nikias Bassen
1
-44
/
+0
2009-08-03
Fix build warnings
Bastien Nocera
1
-1
/
+1
2009-08-03
Fix usb communication problem
Nikias Bassen
1
-1
/
+32
2009-08-03
Revert "Workaround for usb communication issue aka 'N*128 problem' or 'N*512 ...
Nikias Bassen
1
-59
/
+10
2009-08-03
Revert "include config.h and defined ENABLE_HACKS"
Nikias Bassen
1
-5
/
+0
2009-08-03
Revert "Added missing __func__ to printf"
Nikias Bassen
1
-1
/
+1
2009-08-02
Added missing __func__ to printf
v0.1.1
Nikias Bassen
1
-1
/
+1
2009-08-02
include config.h and defined ENABLE_HACKS
Nikias Bassen
1
-0
/
+5
2009-08-02
Workaround for usb communication issue aka 'N*128 problem' or 'N*512 problem'
Nikias Bassen
1
-10
/
+59
2009-08-02
Replaced HEADERLEN with sizeof(usbmux_tcp_header)
Nikias Bassen
1
-7
/
+6
2009-06-29
use TCP_RST instead of TCP_FIN when closing the connection so the device does...
Nikias Bassen
1
-1
/
+1
2009-06-20
hopefully fixed race condition on connection setup
Nikias Bassen
1
-0
/
+13
2009-06-15
removed some #ifdefs to make debugging output more verbose
Nikias Bassen
1
-10
/
+3
2009-05-23
Make usb enumeration work properly.
Nikias Bassen
1
-11
/
+11
2009-05-23
Some debugging output for usb_open().
Nikias Bassen
1
-0
/
+3
2009-05-04
Use autotools build system and add license
Martin Szulecki
1
-0
/
+1259