summaryrefslogtreecommitdiffstats
path: root/dev/main.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-25Update NotificationProxy API and introduce new error codesGravatar Martin Szulecki1-6/+8
2009-07-24Use iphone_device_get_uuid() not lockdown, for less overhead where possibleGravatar Martin Szulecki1-7/+7
2009-07-24Rename iphone_set_debug() to iphone_set_debug_level() and code using itGravatar Martin Szulecki1-2/+2
2009-07-24Add new NP_ITDBPREP_DID_END notification signaling music db refreshGravatar Martin Szulecki1-1/+2
2009-07-20New type afc_lock_op_t with allowed lock operations for afc_lock_file. Only ↵Gravatar Nikias Bassen1-2/+2
non-blocking locks are supported via AFC. Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-07-07Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki1-17/+18
2009-07-07API cleanup for NotificationProxyGravatar Nikias Bassen1-30/+10
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-07-07API cleanup for AFCGravatar Nikias Bassen1-23/+24
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-07-07AFC cleanup: remove iphone_afc_file_* and use handles instead. Removed ↵Gravatar Nikias Bassen1-9/+18
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-05-18Make use of usbmuxd and remove libusb dependenciesGravatar Nikias Bassen1-6/+9
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-10NotificationProxy support added.0.9.0Gravatar Nikias Bassen1-25/+70
[#27 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-08file open modes updatedGravatar Nikias Bassen1-4/+4
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-03-16Merge branch 'master' into contact_syncGravatar Jonathan Beck1-0/+59
Conflicts: configure.ac dev/Makefile.am include/libiphone/libiphone.h src/AFC.c src/AFC.h src/Makefile.am
2009-03-08Adds ability to show notification screen to the user.Gravatar Nikias Bassen1-0/+59
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-12Update lockdownd transfer function to take abstract plist as argument.Gravatar Jonathan Beck1-0/+3
Simplify code accordingly. Use new libplist API to make code cleaner.
2008-11-25fix some warnings and indentGravatar Jonathan Beck1-1/+1
2008-10-30move dev specific tools to dev/ subdir.Gravatar Jonathan Beck1-0/+154
update autoconf files accordingly