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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-29
[PATCH] renamed: usbmuxd.h -> usbmuxd-proto.h
Paul Sladen
1
-1
/
+1
2009-03-28
debugging output fixed
Nikias Bassen
1
-9
/
+9
2009-03-27
renamed struct usbmuxd_device_info_request to usbmuxd_device_info_record
Nikias Bassen
1
-9
/
+9
2009-03-27
Make all fprintf(stderr) be >= verbose level
Paul Sladen
1
-80
/
+89
2009-03-23
changed timeout in handleConnectRequest
Nikias Bassen
1
-12
/
+12
2009-03-19
forgot setting device_use_count variable in cleanup code
Nikias Bassen
1
-0
/
+2
2009-03-15
increased buffer size in client handler and added missing variable
Nikias Bassen
1
-2
/
+2
2009-03-12
changed the usbReceive buffer to a per-device buffer instead
Nikias Bassen
1
-1
/
+2
2009-03-08
Some more debugging output and more mutexes to help resolve the
Nikias Bassen
1
-4
/
+26
2009-03-04
Modified handshake sequence so that connect request can be made without
Nikias Bassen
1
-45
/
+69
2009-02-27
Removed the (already commented out) reader_mutex, as it is not needed, and ip...
Nikias Bassen
1
-12
/
+0
2009-02-27
1) Now, every device is only handled by one thread for bulk usb reading
Nikias Bassen
1
-73
/
+110
2009-02-26
proper multi-device support (untested)
Nikias Bassen
1
-18
/
+23
2009-02-25
A Readme, Makefile updates and cosmetic changes.
Paul Sladen
1
-0
/
+853