summaryrefslogtreecommitdiffstats
path: root/src/MobileSync.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-09use new plist helper functionsGravatar Nikias Bassen1-38/+31
2009-11-11Finish migration to latest plist API.Gravatar Jonathan Beck1-8/+28
2009-10-13Update to latest libplist API.Gravatar Jonathan Beck1-4/+4
2009-09-12Public API rework, extension and adaption to latest libusbmuxd-1.0 API.Gravatar Nikias Bassen1-7/+7
2009-07-25Update MobileSync API and introduce mobilesync error codesGravatar Martin Szulecki1-23/+28
2009-07-24Improve debug output messages by using __func__ everywhere and adjust wordingGravatar Martin Szulecki1-2/+2
2009-07-14Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient.Gravatar Martin Szulecki1-112/+13
2009-05-18Make use of usbmuxd and remove libusb dependenciesGravatar Nikias Bassen1-12/+13
2009-05-12Fix some comments in mobilesync.0.9.1Gravatar Matt Colyer1-6/+2
2009-04-23Fix receive of plists larger than a packet for lockdown and MobileSyncGravatar Martin Szulecki1-4/+16
2009-03-24Merge branch 'master' of git://github.com/MattColyer/libiphone into contact_syncGravatar Jonathan Beck1-6/+3
2009-01-29Update to latest libplist API.Gravatar Jonathan Beck1-8/+5
2009-01-22Move things around and clean up some code.Gravatar Jonathan Beck1-3/+5
2009-01-13Add parts of a python binding to libiphone that also include libplist (using ...Gravatar Jonathan Beck1-2/+2
2009-01-09Change msync recv and send functions to only deal with abstract plists.Gravatar Jonathan Beck1-43/+136
2009-01-08Implement skeleton of MobileSync protocol (handshake and goodbye).Gravatar Jonathan Beck1-0/+210