summaryrefslogtreecommitdiffstats
path: root/dev
AgeCommit message (Expand)AuthorFilesLines
2011-03-27dev: Get rid of msyncclient as it does not use our new mobilesync APIGravatar Martin Szulecki2-187/+2
2011-03-27dev: Add missing dev files to EXTRA_DISTGravatar Martin Szulecki1-1/+1
2011-03-27dev: Add missing LDFLAGS and CFLAGS to ideviceclientGravatar Martin Szulecki1-0/+2
2010-11-05Add new house_arrest service including small test toolGravatar Nikias Bassen2-1/+220
2010-05-28Promote ideviceenterrecovery into tools as it is quite usefulGravatar Martin Szulecki2-100/+2
2010-05-28Entering recovery mode does not require pairingGravatar Martin Szulecki1-1/+1
2010-05-28Remove obsolete msync.py Python developer exampleGravatar Martin Szulecki1-42/+0
2010-03-16Fix warning due to unused printf format specificer in filerelaytest toolGravatar Martin Szulecki1-1/+1
2010-03-08Add user data parameter to notification callback functionGravatar Nikias Bassen1-2/+2
2010-03-02Use AM_CPPFLAGS instead of deprecated INCLUDESGravatar Martin Szulecki1-1/+1
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen8-83/+83
2010-01-26Quick and dirty file_relay test tool.Gravatar Nikias Bassen2-1/+114
2010-01-22Rename all *_recv functions to *_receive to match underlying APIGravatar Martin Szulecki1-4/+4
2010-01-13lockdown/tools/python: use correct type for port parameterGravatar Nikias Bassen4-6/+6
2010-01-12Remove support for debug masks due to inconsistent useGravatar Martin Szulecki4-6/+1
2010-01-12Rename utils to debug as it does exactly that, contain debug codeGravatar Martin Szulecki1-1/+0
2010-01-12Allow lockdown client creation without performing full handshakeGravatar Martin Szulecki5-5/+5
2010-01-08Update msync developer example to latest plist Python APIGravatar Martin Szulecki1-12/+14
2010-01-08Allow set the label of a lockdown request, usually set to the program nameGravatar Martin Szulecki5-5/+5
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
2009-10-29Don't include usb.h, which is a libusb-0.1 headerGravatar Ingmar Vanhassel1-1/+0
2009-10-13Update to latest libplist API.Gravatar Jonathan Beck1-23/+22
2009-09-12Update tools to use new APIGravatar Martin Szulecki5-6/+6
2009-08-04Make distcheck pass from a clean treeGravatar Bastien Nocera1-0/+5
2009-08-01Add new iphoneenterrecovery dev tool to make a device enter recovery modeGravatar Martin Szulecki2-1/+100
2009-07-28Move production ready tools into tools/ and do not install the dev/ onesGravatar Martin Szulecki5-561/+2
2009-07-27Fix build due to left over API usage in iphoneclientGravatar Martin Szulecki1-1/+1
2009-07-26Merge commit 'martin-s/martin'Gravatar Matt Colyer7-171/+150
2009-07-26fix most -Wall warningsGravatar Christophe Fergeau3-3/+3
2009-07-26Add new lockdown request domains to iphoneinfoGravatar Martin Szulecki1-0/+5
2009-07-25Implement afc_file_tell() and adjust afc_receive_data() to handle itGravatar Martin Szulecki1-2/+7
2009-07-25Update AFC API and use error codes from the STATUS operation responseGravatar Martin Szulecki2-31/+31
2009-07-25Rename iphone_get_device_handle to iphone_device_get_handle and update toolsGravatar Martin Szulecki1-2/+3
2009-07-25Follow glib style and rename iphone_free_device to iphone_device_freeGravatar Martin Szulecki7-15/+15
2009-07-25Update lockdown API and introduce new error codesGravatar Martin Szulecki7-24/+28
2009-07-25Update NotificationProxy API and introduce new error codesGravatar Martin Szulecki1-6/+8
2009-07-25Update MobileSync API and introduce mobilesync error codesGravatar Martin Szulecki1-7/+5
2009-07-24Use iphone_device_get_uuid() not lockdown, for less overhead where possibleGravatar Martin Szulecki2-13/+14
2009-07-24Rename iphone_set_debug() to iphone_set_debug_level() and code using itGravatar Martin Szulecki5-6/+6
2009-07-24Add new NP_ITDBPREP_DID_END notification signaling music db refreshGravatar Martin Szulecki1-1/+2
2009-07-24Add --debug option to afccheckGravatar Martin Szulecki1-0/+8
2009-07-21Add new lockdown request domains to iphoneinfoGravatar Martin Szulecki1-0/+5
2009-07-20New type afc_lock_op_t with allowed lock operations for afc_lock_file. Only n...Gravatar Nikias Bassen1-2/+2
2009-07-18Simplify iphoneinfo by using new lockdownd_get_value replacing custom codeGravatar Martin Szulecki1-68/+27
2009-07-18Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient.Gravatar Martin Szulecki2-5/+106
2009-07-18Use new plist_copy instead of serialization workaround in lockdownd_et_value()Gravatar Martin Szulecki1-3/+4
2009-07-18Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki7-57/+69
2009-07-18API cleanup for NotificationProxyGravatar Nikias Bassen1-30/+10
2009-07-18API cleanup for AFCGravatar Nikias Bassen2-33/+35