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
/
client.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2013-12-23
enlarge input+output buffer sizes.
Nikias Bassen
1
-13
/
+10
2013-12-13
client: implemented ReadBUID, ReadPairRecord, SavePairRecord, and ↵
Nikias Bassen
1
-0
/
+107
DeletePairRecord commonds
2013-12-13
make libplist/protov1 support mandatory
Nikias Bassen
1
-29
/
+3
2013-12-11
client: return proper error packet on client version mismatch
Nikias Bassen
1
-14
/
+11
2013-12-11
fix compilation when compiling without plist support
Nikias Bassen
1
-0
/
+2
2013-12-10
client: implemented "ListDevices" command
Nikias Bassen
1
-12
/
+55
2013-12-10
client: add send_plist_pkt helper to remove code duplication
Nikias Bassen
1
-28
/
+19
2013-12-09
client: also add DeviceID to main dictionary for Attached message
Nikias Bassen
1
-0
/
+1
2013-09-30
client: added mutex around client_list access
Nikias Bassen
1
-1
/
+17
2013-09-19
make sure usbmuxd -x does not terminate when unpaired devices are still present
Nikias Bassen
1
-2
/
+2
2013-09-19
added preflight worker implementation to handle initial device pairing
Nikias Bassen
1
-0
/
+1
2013-09-17
silence several compiler warnings
Nikias Bassen
1
-2
/
+2
2013-09-17
remove libusbmuxd sources and adapt source tree to use autotools
Nikias Bassen
1
-0
/
+616
libusbmuxd has been split off and is now managed in a separate repository. By the time of this commit, the repository is: git clone http://git.sukimashita.com/libusbmuxd.git