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
/
iphone.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-17
removed unused function
Nikias Bassen
1
-10
/
+3
2009-04-17
removed some compiler warnings
Nikias Bassen
1
-40
/
+5
2009-04-17
redirected some debugging output through log_debug_msg instead of printf
Nikias Bassen
1
-13
/
+11
2009-04-17
damn typo
Nikias Bassen
1
-1
/
+1
2009-04-17
fix: don't free the connection in iphone_mux_free_client
Nikias Bassen
1
-20
/
+33
2009-04-17
fix: don't init or destroy static mutex
Nikias Bassen
1
-38
/
+14
2009-04-17
Fixed datatypes and added a comment for 'recv_from_phone_timeout'
Nikias Bassen
1
-30
/
+34
2009-04-14
Logging and debugging refined.
Nikias Bassen
1
-2
/
+8
2009-04-13
This _should_ fix a race condition that happens when a client is about
Nikias Bassen
1
-1
/
+1
2009-04-13
Check for set usb_device in iphone_free_device to avoid libusb segfault
Martin Szulecki
1
-3
/
+5
2009-04-12
better error handling, some cleanup, and changed confusing
Nikias Bassen
1
-20
/
+29
2009-04-10
suppressed warning about wrong configuration value.
Nikias Bassen
1
-1
/
+1
2009-03-28
debugging output fixed
Nikias Bassen
1
-4
/
+12
2009-03-12
initialization was missing and causing strange segmentation faults.
Nikias Bassen
1
-0
/
+5
2009-03-12
changed the usbReceive buffer to a per-device buffer instead
Nikias Bassen
1
-30
/
+42
2009-03-08
Some more debugging output and more mutexes to help resolve the
Nikias Bassen
1
-0
/
+6
2009-02-25
big endian fix and some improvements, now multi-client capable
Nikias Bassen
1
-29
/
+133
2009-02-20
initial import
Nikias Bassen
1
-0
/
+1089