Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-13 | lockdown/tools/python: use correct type for port parameter | Nikias Bassen | 1 | -1/+1 | |
2010-01-12 | Remove support for debug masks due to inconsistent use | Martin Szulecki | 1 | -2/+0 | |
2010-01-12 | Allow lockdown client creation without performing full handshake | Martin Szulecki | 1 | -1/+1 | |
The lockdown constructor was doing more than needed. Pairing and session negotiation is now handled by lockdownd_client_new_with_handshake(). | |||||
2010-01-08 | Allow set the label of a lockdown request, usually set to the program name | Martin Szulecki | 1 | -1/+1 | |
2009-09-12 | Update tools to use new API | Martin Szulecki | 1 | -1/+1 | |
2009-07-26 | Merge commit 'martin-s/martin' | Matt Colyer | 1 | -17/+29 | |
[#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 | 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 | 1 | -8/+8 | |
2009-07-25 | Follow glib style and rename iphone_free_device to iphone_device_free | Martin Szulecki | 1 | -3/+3 | |
2009-07-25 | Update lockdown API and introduce new error codes | Martin Szulecki | 1 | -5/+4 | |
2009-07-24 | Add --debug option to afccheck | Martin Szulecki | 1 | -0/+8 | |
2009-07-18 | Cleanup lockdown request API and fix docs, tools, bindings and exports | Martin Szulecki | 1 | -7/+8 | |
2009-07-18 | API cleanup for AFC | Nikias Bassen | 1 | -10/+11 | |
2009-07-07 | Cleanup lockdown request API and fix docs, tools, bindings and exports | Martin Szulecki | 1 | -7/+8 | |
2009-07-07 | API cleanup for AFC | Nikias Bassen | 1 | -10/+11 | |
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 | -2/+2 | |
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 | -1/+1 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-08 | file open modes updated | Nikias Bassen | 1 | -2/+2 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-10-31 | reduce chunk size in AFC since it was generating error for large file | Jonathan Beck | 1 | -0/+1 | |
fix include in afccheck.c | |||||
2008-10-30 | move dev specific tools to dev/ subdir. | Jonathan Beck | 1 | -0/+133 | |
update autoconf files accordingly |