summaryrefslogtreecommitdiffstats
path: root/dev/afccheck.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-07Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki1-7/+8
2009-07-07API cleanup for AFCGravatar Nikias Bassen1-10/+11
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-07-07AFC cleanup: remove iphone_afc_file_* and use handles instead. Removed ↵Gravatar Nikias Bassen1-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-18Make use of usbmuxd and remove libusb dependenciesGravatar Nikias Bassen1-1/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-08file open modes updatedGravatar Nikias Bassen1-2/+2
Signed-off-by: Matt Colyer <matt@colyer.name>
2008-10-31reduce chunk size in AFC since it was generating error for large fileGravatar Jonathan Beck1-0/+1
fix include in afccheck.c
2008-10-30move dev specific tools to dev/ subdir.Gravatar Jonathan Beck1-0/+133
update autoconf files accordingly