Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-24 | Rename iphone_set_debug() to iphone_set_debug_level() and code using it | 1 | -2/+2 | ||
2009-07-24 | Add new NP_ITDBPREP_DID_END notification signaling music db refresh | 1 | -1/+2 | ||
2009-07-20 | New type afc_lock_op_t with allowed lock operations for afc_lock_file. Only ↵ | 1 | -2/+2 | ||
non-blocking locks are supported via AFC. Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> | |||||
2009-07-07 | Cleanup lockdown request API and fix docs, tools, bindings and exports | 1 | -17/+18 | ||
2009-07-07 | API cleanup for NotificationProxy | 1 | -30/+10 | ||
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> | |||||
2009-07-07 | API cleanup for AFC | 1 | -23/+24 | ||
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> | |||||
2009-07-07 | AFC cleanup: remove iphone_afc_file_* and use handles instead. Removed ↵ | 1 | -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-18 | Make use of usbmuxd and remove libusb dependencies | 1 | -6/+9 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-10 | NotificationProxy support added.0.9.0 | 1 | -25/+70 | ||
[#27 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-08 | file open modes updated | 1 | -4/+4 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-03-16 | Merge branch 'master' into contact_sync | 1 | -0/+59 | ||
Conflicts: configure.ac dev/Makefile.am include/libiphone/libiphone.h src/AFC.c src/AFC.h src/Makefile.am | |||||
2009-03-08 | Adds ability to show notification screen to the user. | 1 | -0/+59 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-01-29 | Completly remove libxml dependency and change libplist-1.0 dependency to ↵ | 1 | -3/+0 | ||
libplist. | |||||
2009-01-12 | Update lockdownd transfer function to take abstract plist as argument. | 1 | -0/+3 | ||
Simplify code accordingly. Use new libplist API to make code cleaner. | |||||
2008-11-25 | fix some warnings and indent | 1 | -1/+1 | ||
2008-10-30 | move dev specific tools to dev/ subdir. | 1 | -0/+154 | ||
update autoconf files accordingly |