Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-12 | Remove support for debug masks due to inconsistent use | Martin Szulecki | 4 | -6/+1 | |
2010-01-12 | Rename utils to debug as it does exactly that, contain debug code | Martin Szulecki | 1 | -1/+0 | |
2010-01-12 | Allow lockdown client creation without performing full handshake | Martin Szulecki | 5 | -5/+5 | |
The lockdown constructor was doing more than needed. Pairing and session negotiation is now handled by lockdownd_client_new_with_handshake(). | |||||
2010-01-08 | Update msync developer example to latest plist Python API | Martin Szulecki | 1 | -12/+14 | |
2010-01-08 | Allow set the label of a lockdown request, usually set to the program name | Martin Szulecki | 5 | -5/+5 | |
2009-11-19 | Fix distcheck by removing usage of private function in dev tools | Martin Szulecki | 1 | -1/+1 | |
2009-11-11 | Finish migration to latest plist API. | Jonathan Beck | 1 | -10/+24 | |
[#77 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-10-29 | Don't include usb.h, which is a libusb-0.1 header | Ingmar Vanhassel | 1 | -1/+0 | |
libusbmuxd uses libusb-1.0 | |||||
2009-10-13 | Update to latest libplist API. | Jonathan Beck | 1 | -23/+22 | |
Signed-off-by: Matt Colyer <matt@colyer.name> [#77 state:resolved] | |||||
2009-09-12 | Update tools to use new API | Martin Szulecki | 5 | -6/+6 | |
2009-08-04 | Make distcheck pass from a clean tree | Bastien Nocera | 1 | -0/+5 | |
2009-08-01 | Add new iphoneenterrecovery dev tool to make a device enter recovery mode | Martin Szulecki | 2 | -1/+100 | |
2009-07-28 | Move production ready tools into tools/ and do not install the dev/ ones | Martin Szulecki | 5 | -561/+2 | |
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 | 7 | -171/+150 | |
[#46 state:resolved] | |||||
2009-07-26 | fix most -Wall warnings | Christophe Fergeau | 3 | -3/+3 | |
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-26 | Add new lockdown request domains to iphoneinfo | Martin Szulecki | 1 | -0/+5 | |
[#58 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-07-25 | Implement afc_file_tell() and adjust afc_receive_data() to handle it | Martin Szulecki | 1 | -2/+7 | |
2009-07-25 | Update AFC API and use error codes from the STATUS operation response | Martin Szulecki | 2 | -31/+31 | |
2009-07-25 | Rename iphone_get_device_handle to iphone_device_get_handle and update tools | Martin Szulecki | 1 | -2/+3 | |
2009-07-25 | Follow glib style and rename iphone_free_device to iphone_device_free | Martin Szulecki | 7 | -15/+15 | |
2009-07-25 | Update lockdown API and introduce new error codes | Martin Szulecki | 7 | -24/+28 | |
2009-07-25 | Update NotificationProxy API and introduce new error codes | Martin Szulecki | 1 | -6/+8 | |
2009-07-25 | Update MobileSync API and introduce mobilesync error codes | Martin Szulecki | 1 | -7/+5 | |
2009-07-24 | Use iphone_device_get_uuid() not lockdown, for less overhead where possible | Martin Szulecki | 2 | -13/+14 | |
2009-07-24 | Rename iphone_set_debug() to iphone_set_debug_level() and code using it | Martin Szulecki | 5 | -6/+6 | |
2009-07-24 | Add new NP_ITDBPREP_DID_END notification signaling music db refresh | Martin Szulecki | 1 | -1/+2 | |
2009-07-24 | Add --debug option to afccheck | Martin Szulecki | 1 | -0/+8 | |
2009-07-21 | Add new lockdown request domains to iphoneinfo | Martin Szulecki | 1 | -0/+5 | |
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 | Simplify iphoneinfo by using new lockdownd_get_value replacing custom code | Martin Szulecki | 1 | -68/+27 | |
2009-07-18 | Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient. | Martin Szulecki | 2 | -5/+106 | |
2009-07-18 | Use new plist_copy instead of serialization workaround in lockdownd_et_value() | Martin Szulecki | 1 | -3/+4 | |
2009-07-18 | Cleanup lockdown request API and fix docs, tools, bindings and exports | Martin Szulecki | 7 | -57/+69 | |
2009-07-18 | API cleanup for NotificationProxy | Nikias Bassen | 1 | -30/+10 | |
2009-07-18 | API cleanup for AFC | Nikias Bassen | 2 | -33/+35 | |
2009-07-14 | Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient. | Martin Szulecki | 2 | -5/+106 | |
2009-07-10 | Use new plist_copy instead of serialization workaround in lockdownd_et_value() | Martin Szulecki | 1 | -3/+4 | |
2009-07-07 | Cleanup lockdown request API and fix docs, tools, bindings and exports | Martin Szulecki | 7 | -57/+69 | |
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 | 2 | -33/+35 | |
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> | |||||
2009-07-07 | AFC cleanup: remove iphone_afc_file_* and use handles instead. Removed ↵ | Nikias Bassen | 2 | -11/+20 | |
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-01 | Fix segfault when displaying usage for installed iphoneinfo and iphonesyslog | Martin Szulecki | 2 | -2/+8 | |
[#54 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-06-29 | Make iphoneinfo useful by adding XML output and queries by domain and/or key | Martin Szulecki | 1 | -21/+105 | |
[#53 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-06-29 | Silence warning and also dump iTunes format support information | Martin Szulecki | 1 | -0/+3 | |
2009-06-29 | Lkdn times out after few seconds idle so close it early and fix a crash on quit | Martin Szulecki | 1 | -1/+4 | |
2009-05-19 | Adapted iphoneinfo and iphonesyslog to new API to allow device selection ↵ | Nikias Bassen | 4 | -21/+123 | |
Added iphone_id tool to list devices attached and retrieve device name. Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-19 | lockdown: Check for gnutls errors and silence compiler warnings. general: ↵ | Nikias Bassen | 1 | -4/+1 | |
Removed some commented-out code. [#39 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-18 | Make use of usbmuxd and remove libusb dependencies | Nikias Bassen | 6 | -24/+30 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-10 | Fixes for 0.9.1 release. | Matt Colyer | 1 | -6/+0 | |