Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-13 | Abort processing for some client errors (instead of crashing) | Hector Martin | 1 | -0/+3 | |
Missing 'return' statements caused the code to keep running on a deallocated client, which would cause the server to crash. | |||||
2010-05-26 | Add protocol version 1 (plist based) support using libplist | Nikias Bassen | 1 | -11/+187 | |
2010-05-26 | usbmuxd: rename notify_device to notify_device_add; added notify_device_remove | Nikias Bassen | 1 | -4/+9 | |
2010-01-24 | Clean up packet size types and add some paranoia | Hector Martin | 1 | -6/+6 | |
None of this should fix an exploit, it's just healthy paranoia. | |||||
2009-10-25 | Add missing license headers and make them consistent | Hector Martin | 1 | -1/+2 | |
2009-10-12 | Downgrade unknown client fd message loglevel | Hector Martin | 1 | -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-08 | Fix compile under Darwin with more includes, also silences some warnings. | Nikias Bassen | 1 | -0/+1 | |
2009-08-25 | Make usbmuxd_connect work again, MESSAGE_CONNECT processing was broken. | Nikias Bassen | 1 | -3/+3 | |
2009-08-25 | Renamed directory 'usbmuxd' to more suitable 'daemon'. | Nikias Bassen | 1 | -0/+430 | |