summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Implement *_start_service() helper to simplify creation of service clientsGravatar Martin Szulecki13-0/+20
2013-08-05Add public *_SERVICE_NAME defines for each serviceGravatar Martin Szulecki13-0/+26
2013-05-23syslog_relay: Remove syslog_relay_send() as the service is read-onlyGravatar Martin Szulecki1-4/+1
2013-05-23Add protocol implementation for syslog_relay serviceGravatar Martin Szulecki1-0/+72
2013-04-25installation_proxy: Add helper to retrieve filepath of an app from deviceGravatar Martin Szulecki1-0/+2
2013-04-25afc: Add convenience helper to free AFC dictionaries in afc_dictionary_free()Gravatar Martin Szulecki1-0/+1
2013-02-27Add label argument to *_client_start_service() helpersGravatar Martin Szulecki2-2/+2
2013-02-27afc: Remove non-existant afc_client_new_from_connection() from exportsGravatar Martin Szulecki1-1/+0
2013-02-27Rename start service methods to be consistentGravatar Martin Szulecki2-4/+2
2013-02-27Make all "include guards" for all headers consistentGravatar Martin Szulecki10-20/+20
2013-02-27house_arrest: Use more generic description for documentationGravatar Martin Szulecki1-1/+1
2013-02-26heartbeat: Implement basic "network heartbeat" service protocolGravatar Martin Szulecki1-0/+64
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki15-15/+37
2013-02-23webinspector: Add new service protocol implementationGravatar Yury Melnichek1-0/+63
2013-02-11mobilesync: Add new error_description argument to grab device error messagesGravatar Martin Szulecki1-1/+1
2012-11-30diagnostics_relay: Handle "UnknownRequest" status response correctlyGravatar Martin Szulecki1-0/+1
2012-10-21diagnostics_relay: Implement query functions for MobileGestalt and IORegistryGravatar Martin Szulecki1-0/+3
2012-10-21diagnostics_relay: Implement sleep, restart, shutdown and request_diagnosticsGravatar Martin Szulecki1-1/+13
2012-10-21diagnostics_relay: Add basic new service implementationGravatar Martin Szulecki1-0/+58
2012-10-21Added com.apple.misagent service protocol implementationGravatar Nikias Bassen1-0/+62
2012-04-08restore: Add note that service API is only available for restore mode devicesGravatar Martin Szulecki1-0/+1
2012-04-07sbservices: Implement retrieving interface orientation from deviceGravatar Martin Szulecki1-0/+12
2012-03-22Mass replace UUID by UDID, which is the correct term for itGravatar Martin Szulecki2-4/+4
2012-03-18Completely remove glib dependency.Gravatar Nikias Bassen2-4/+2
2012-03-08restored: Add restored_query_value() to query for values in restore modeGravatar Martin Szulecki1-0/+1
2012-01-15added mobilebackup2_send_message to public apiGravatar Nikias Bassen1-0/+1
2012-01-11restored: allow passing options to restored_start_restore()Gravatar Nikias Bassen1-1/+1
2011-04-27mobilebackup2: Finish mobilebackup2_version_exchange() and use it in ideviceb...Gravatar Martin Szulecki1-1/+2
2011-04-11mobilebackup2: small api changesGravatar Nikias Bassen1-1/+1
2011-04-11Add initial mobilebackup2 support and idevicebackup4 toolGravatar Nikias Bassen1-0/+63
2011-03-16mobilesync: Check for cancel message when attempting to clear all records on ...Gravatar Martin Szulecki1-1/+1
2011-03-14mobilesync: Implement mobilesync_clear_all_records_on_device()Gravatar Martin Szulecki1-0/+1
2010-11-05Add new house_arrest service including small test toolGravatar Nikias Bassen1-0/+64
2010-11-05afc: new function afc_client_new_from_connectionGravatar Nikias Bassen1-0/+1
2010-08-20notification_proxy: Add disk_usage_changed notificationGravatar Martin Szulecki1-0/+1
2010-07-12sbservices: allow passing formatVersion when requesting icon stateGravatar Nikias Bassen1-1/+1
2010-07-09sbservices: add support for fetching the home screen wallpaperGravatar Nikias Bassen1-0/+1
2010-06-10mobilebackup: Add function to receive application received messageGravatar Martin Szulecki1-0/+1
2010-06-06mobilebackup: extend interface with functions for the restore processGravatar Nikias Bassen1-0/+9
2010-06-05Added function to fetch device values from the QueryType responseGravatar Joshua Hill1-0/+1
2010-05-25Update brief documentation to be consistent and easier to understandGravatar Martin Szulecki11-11/+12
2010-05-19Implement restored APIGravatar Martin Szulecki1-0/+71
2010-05-15Add documentation for mobilesync APIGravatar Martin Szulecki1-4/+5
2010-05-15Added computer_data_class_version to mobilsync_start.Gravatar Bryan Forbes1-1/+1
2010-05-13Implement mobilesync APIGravatar Bryan Forbes1-0/+43
2010-05-13Add lockdownd_get_data_sync_classes() helper for mobilesync logicGravatar Bryan Forbes1-0/+2
2010-03-31Added user_data parameter to instproxy_status_cb and related functions.Gravatar Bryan Forbes1-7/+7
2010-03-16Fix typo in commentGravatar Martin Szulecki1-1/+1
2010-03-16Complete documentation of public interface and fix a lot of bogus commentsGravatar Martin Szulecki11-36/+86
2010-03-16Unify NP callback userdata parameter to user_data for consistencyGravatar Martin Szulecki1-1/+2