summaryrefslogtreecommitdiffstats
path: root/dev
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-14Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient.Gravatar Martin Szulecki2-5/+106
2009-07-10Use new plist_copy instead of serialization workaround in lockdownd_et_value()Gravatar Martin Szulecki1-3/+4
2009-07-07Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki7-57/+69
2009-07-07API cleanup for NotificationProxyGravatar Nikias Bassen1-30/+10
2009-07-07API cleanup for AFCGravatar Nikias Bassen2-33/+35
2009-07-07AFC cleanup: remove iphone_afc_file_* and use handles instead. Removed afc_ge...Gravatar Nikias Bassen2-11/+20
2009-07-01Fix segfault when displaying usage for installed iphoneinfo and iphonesyslogGravatar Martin Szulecki2-2/+8
2009-06-29Make iphoneinfo useful by adding XML output and queries by domain and/or keyGravatar Martin Szulecki1-21/+105
2009-06-29Silence warning and also dump iTunes format support informationGravatar Martin Szulecki1-0/+3
2009-06-29Lkdn times out after few seconds idle so close it early and fix a crash on quitGravatar Martin Szulecki1-1/+4
2009-05-19Adapted iphoneinfo and iphonesyslog to new API to allow device selection Adde...Gravatar Nikias Bassen4-21/+123
2009-05-19lockdown: Check for gnutls errors and silence compiler warnings. general: Rem...Gravatar Nikias Bassen1-4/+1
2009-05-18Make use of usbmuxd and remove libusb dependenciesGravatar Nikias Bassen6-24/+30
2009-05-10Fixes for 0.9.1 release.Gravatar Matt Colyer1-6/+0