summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-07-25Update NotificationProxy API and introduce new error codesGravatar Martin Szulecki3-70/+77
2009-07-25Update MobileSync API and introduce mobilesync error codesGravatar Martin Szulecki4-39/+48
2009-07-25Improve API of userpref systemGravatar Martin Szulecki3-110/+131
2009-07-25Fix includes of utilsGravatar Martin Szulecki2-4/+4
2009-07-25Fix Python bindings build due to signature change of iphone_device_get_uuid()Gravatar Martin Szulecki1-9/+9
2009-07-25Define remaining unknown AFC operations; SUCCESS is actually a DATA operationGravatar Martin Szulecki2-49/+51
2009-07-24Use iphone_device_get_uuid() not lockdown, for less overhead where possibleGravatar Martin Szulecki6-31/+32
2009-07-24Improve debug output messages by using __func__ everywhere and adjust wordingGravatar Martin Szulecki6-96/+79
2009-07-24Remove DBGMASK_USBMUX as it is obsolete since the libusbmuxd code mergeGravatar Martin Szulecki2-6/+4
2009-07-24Add missing macro preventing cyclic includes in notification proxy headerGravatar Martin Szulecki1-2/+7
2009-07-24Rename iphone_set_debug() to iphone_set_debug_level() and code using itGravatar Martin Szulecki8-10/+10
2009-07-24Add new NP_ITDBPREP_DID_END notification signaling music db refreshGravatar Martin Szulecki3-2/+5
2009-07-24Add --debug option to afccheckGravatar Martin Szulecki1-0/+8
2009-07-24Add missing copyright to afc and notification_proxy headersGravatar Martin Szulecki2-0/+40
2009-07-24Update README structure, URLS and make requirements more generalGravatar Martin Szulecki1-25/+35
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 ↵Gravatar Nikias Bassen3-15/+19
non-blocking locks are supported via AFC. Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-07-19Add missing mobilesync public headerGravatar Martin Szulecki1-0/+43
2009-07-18Simplify iphoneinfo by using new lockdownd_get_value replacing custom codeGravatar Martin Szulecki1-68/+27
2009-07-18Merge branch 'master' of git://github.com/MattColyer/libiphone into martinGravatar Martin Szulecki0-0/+0
2009-07-18Implement lockdown set_value, remove_value and enter_recovery request APIGravatar Martin Szulecki2-5/+163
[#46 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-07-18Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient.Gravatar Martin Szulecki7-140/+134
2009-07-18Use new plist_copy instead of serialization workaround in lockdownd_et_value()Gravatar Martin Szulecki2-14/+5
2009-07-18Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki13-524/+501
2009-07-18API cleanup for NotificationProxyGravatar Nikias Bassen6-87/+80
2009-07-18API cleanup for AFCGravatar Nikias Bassen7-105/+121
2009-07-15Implement lockdown set_value, remove_value and enter_recovery request APIGravatar Martin Szulecki2-5/+163
2009-07-14Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient.Gravatar Martin Szulecki7-140/+134
2009-07-10Use new plist_copy instead of serialization workaround in lockdownd_et_value()Gravatar Martin Szulecki2-14/+5
2009-07-07Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki13-524/+501
2009-07-07API cleanup for NotificationProxyGravatar Nikias Bassen6-87/+80
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-07-07API cleanup for AFCGravatar Nikias Bassen7-105/+121
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-07-07Merge branch 'master' of git://github.com/MattColyer/libiphone into martinGravatar Martin Szulecki5-183/+149
2009-07-07Support for creating hard- and symlinksGravatar Nikias Bassen2-1/+58
2009-07-07AFC cleanup: remove iphone_afc_file_* and use handles instead. Removed ↵Gravatar Nikias Bassen5-185/+94
afc_get_file_attr because this function has to go into the program (like ifuse); afc_get_file_info has to be used instead. Modified dispatch_AFC_Packet so that the real buffer size has to be specified (instead of length-1).
2009-07-02Merge branch 'master' of git://github.com/MattColyer/libiphone into martinGravatar Martin Szulecki0-0/+0
2009-07-01lockdown: fix receive of large TLS-encapsulated plistsGravatar Nikias Bassen1-8/+12
[#48 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-07-01Fix segfault when displaying usage for installed iphoneinfo and iphonesyslogGravatar Martin Szulecki2-2/+8
[#54 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-07-01Fix segfault when displaying usage for installed iphoneinfo and iphonesyslogGravatar Martin Szulecki2-2/+8
2009-06-30Merge branch 'master' of git://github.com/MattColyer/libiphone into martinGravatar Martin Szulecki0-0/+0
2009-06-29Make iphoneinfo useful by adding XML output and queries by domain and/or keyGravatar Martin Szulecki1-21/+105
[#53 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-06-29Silence compiler warning for dispatch_AFC_packet()Gravatar Martin Szulecki1-1/+1
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-06-29Update python bindings to use allow targeting device by uuidGravatar Martin Szulecki1-8/+20
[#47 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-06-29Add product ids to support iPhone 3GSGravatar Martin Szulecki1-1/+1
2009-06-27Make iphoneinfo useful by adding XML output and queries by domain and/or keyGravatar Martin Szulecki1-21/+105
2009-06-22Update python bindings to use allow targeting device by uuidGravatar Martin Szulecki1-8/+20
2009-06-21Silence compiler warning for dispatch_AFC_packet()Gravatar Martin Szulecki1-1/+1
2009-06-21Silence warning and also dump iTunes format support informationGravatar Martin Szulecki1-0/+3