summaryrefslogtreecommitdiffstats
path: root/daemon/client.c
AgeCommit message (Collapse)AuthorFilesLines
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