Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-27 | Fix build due to left over API usage in iphoneclient | Martin Szulecki | 1 | -1/+1 | |
2009-07-26 | Merge commit 'martin-s/martin' | Matt Colyer | 1 | -43/+46 | |
[#46 state:resolved] | |||||
2009-07-26 | fix most -Wall warnings | Christophe Fergeau | 1 | -1/+1 | |
add missing includes, add some casts to avoid format warnings, mark one function as static. There are still warnings about unused argc/argv [#61 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-07-25 | Update AFC API and use error codes from the STATUS operation response | Martin Szulecki | 1 | -23/+23 | |
2009-07-25 | Follow glib style and rename iphone_free_device to iphone_device_free | Martin Szulecki | 1 | -2/+2 | |
2009-07-25 | Update lockdown API and introduce new error codes | Martin Szulecki | 1 | -3/+3 | |
2009-07-25 | Update NotificationProxy API and introduce new error codes | Martin Szulecki | 1 | -6/+8 | |
2009-07-24 | Use iphone_device_get_uuid() not lockdown, for less overhead where possible | Martin Szulecki | 1 | -7/+7 | |
2009-07-24 | Rename iphone_set_debug() to iphone_set_debug_level() and code using it | Martin Szulecki | 1 | -2/+2 | |
2009-07-24 | Add new NP_ITDBPREP_DID_END notification signaling music db refresh | Martin Szulecki | 1 | -1/+2 | |
2009-07-20 | New type afc_lock_op_t with allowed lock operations for afc_lock_file. Only ↵ | Nikias Bassen | 1 | -2/+2 | |
non-blocking locks are supported via AFC. Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> | |||||
2009-07-18 | Cleanup lockdown request API and fix docs, tools, bindings and exports | Martin Szulecki | 1 | -17/+18 | |
2009-07-18 | API cleanup for NotificationProxy | Nikias Bassen | 1 | -30/+10 | |
2009-07-18 | API cleanup for AFC | Nikias Bassen | 1 | -23/+24 | |
2009-07-07 | Cleanup lockdown request API and fix docs, tools, bindings and exports | Martin Szulecki | 1 | -17/+18 | |
2009-07-07 | API cleanup for NotificationProxy | Nikias Bassen | 1 | -30/+10 | |
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> | |||||
2009-07-07 | API cleanup for AFC | Nikias Bassen | 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 ↵ | Nikias Bassen | 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 | Nikias Bassen | 1 | -6/+9 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-10 | NotificationProxy support added.0.9.0 | Nikias Bassen | 1 | -25/+70 | |
[#27 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-08 | file open modes updated | Nikias Bassen | 1 | -4/+4 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-03-16 | Merge branch 'master' into contact_sync | Jonathan Beck | 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. | Nikias Bassen | 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 ↵ | Jonathan Beck | 1 | -3/+0 | |
libplist. | |||||
2009-01-12 | Update lockdownd transfer function to take abstract plist as argument. | Jonathan Beck | 1 | -0/+3 | |
Simplify code accordingly. Use new libplist API to make code cleaner. | |||||
2008-11-25 | fix some warnings and indent | Jonathan Beck | 1 | -1/+1 | |
2008-10-30 | move dev specific tools to dev/ subdir. | Jonathan Beck | 1 | -0/+154 | |
update autoconf files accordingly |