summaryrefslogtreecommitdiffstats
path: root/daemon/client.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-13Abort processing for some client errors (instead of crashing)Gravatar Hector Martin1-0/+3
Missing 'return' statements caused the code to keep running on a deallocated client, which would cause the server to crash.
2010-05-26Add protocol version 1 (plist based) support using libplistGravatar Nikias Bassen1-11/+187
2010-05-26usbmuxd: rename notify_device to notify_device_add; added notify_device_removeGravatar Nikias Bassen1-4/+9
2010-01-24Clean up packet size types and add some paranoiaGravatar Hector Martin1-6/+6
None of this should fix an exploit, it's just healthy paranoia.
2009-10-25Add missing license headers and make them consistentGravatar Hector Martin1-1/+2
2009-10-12Downgrade unknown client fd message loglevelGravatar Hector Martin1-1/+1
It can happen sometimes when the phone and the client close at the same time (during the same mainloop iteration) and the like, it's not important when it shows up during connection teardown.
2009-09-08Fix compile under Darwin with more includes, also silences some warnings.Gravatar Nikias Bassen1-0/+1
2009-08-25Make usbmuxd_connect work again, MESSAGE_CONNECT processing was broken.Gravatar Nikias Bassen1-3/+3
2009-08-25Renamed directory 'usbmuxd' to more suitable 'daemon'.Gravatar Nikias Bassen1-0/+430