summaryrefslogtreecommitdiffstats
path: root/dev/msyncclient.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-13lockdown/tools/python: use correct type for port parameterGravatar Nikias Bassen1-1/+1
2010-01-12Remove support for debug masks due to inconsistent useGravatar Martin Szulecki1-1/+1
2010-01-12Allow lockdown client creation without performing full handshakeGravatar Martin Szulecki1-1/+1
The lockdown constructor was doing more than needed. Pairing and session negotiation is now handled by lockdownd_client_new_with_handshake().
2010-01-08Allow set the label of a lockdown request, usually set to the program nameGravatar Martin Szulecki1-1/+1
2009-11-19Fix distcheck by removing usage of private function in dev toolsGravatar Martin Szulecki1-1/+1
2009-11-11Finish migration to latest plist API.Gravatar Jonathan Beck1-10/+24
[#77 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-10-29Don't include usb.h, which is a libusb-0.1 headerGravatar Ingmar Vanhassel1-1/+0
libusbmuxd uses libusb-1.0
2009-10-13Update to latest libplist API.Gravatar Jonathan Beck1-23/+22
Signed-off-by: Matt Colyer <matt@colyer.name> [#77 state:resolved]
2009-09-12Update tools to use new APIGravatar Martin Szulecki1-1/+1
2009-07-25Follow glib style and rename iphone_free_device to iphone_device_freeGravatar Martin Szulecki1-2/+2
2009-07-25Update lockdown API and introduce new error codesGravatar Martin Szulecki1-2/+2
2009-07-25Update MobileSync API and introduce mobilesync error codesGravatar Martin Szulecki1-7/+5
2009-07-14Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient.Gravatar Martin Szulecki1-4/+105
2009-07-07Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki1-6/+6
2009-05-18Make use of usbmuxd and remove libusb dependenciesGravatar Nikias Bassen1-1/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-01-29Completly remove libxml dependency and change libplist-1.0 dependency to ↵Gravatar Jonathan Beck1-3/+0
libplist.
2009-01-22Move things around and clean up some code.Gravatar Jonathan Beck1-2/+0
2009-01-09Change msync recv and send functions to only deal with abstract plists.Gravatar Jonathan Beck1-6/+7
Start full address book dump function. Update to new logging mechanism.
2009-01-09add msync test client.Gravatar Jonathan Beck1-0/+73