Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-30 | Continue abstraction of xml and binary plist. | 3 | -483/+451 | ||
2008-11-30 | use vfprintf instead of fprintf since we use va_list as argument | 1 | -1/+1 | ||
2008-11-28 | Start an abstraction of xml and binary plist | 2 | -0/+314 | ||
2008-11-25 | fix some warnings and indent | 5 | -274/+294 | ||
2008-11-24 | Output binary data base64 encoded (and 60 cols wide) | 1 | -2/+9 | ||
2008-11-24 | Added binary-plist support (tweaked slightly to move stuff around) | 10 | -50/+557 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> fix makefile to take correct main function into account | |||||
2008-11-13 | fix missing Makefile.am file | 1 | -0/+19 | ||
2008-10-31 | reduce chunk size in AFC since it was generating error for large file | 2 | -1/+2 | ||
fix include in afccheck.c | |||||
2008-10-31 | Fixed a slight error in the indent command in the makefile. | 1 | -1/+1 | ||
2008-10-30 | move dev specific tools to dev/ subdir. | 6 | -35/+18 | ||
update autoconf files accordingly | |||||
2008-10-25 | fix autotools conditional | 2 | -15/+16 | ||
2008-10-25 | Change lock to mutex and add tool to check AFC in multithreaded env. | 4 | -8/+159 | ||
2008-10-25 | add an option to strip off debug code | 2 | -3/+10 | ||
2008-10-25 | add configure options to control building of development tools | 2 | -8/+19 | ||
2008-10-25 | Handle debugging through utilitary functions | 10 | -248/+240 | ||
2008-10-25 | Change iphone_debug to be an API call | 4 | -46/+54 | ||
Change the iphone_debug to use the new API | |||||
2008-10-25 | Draft HAL | 5 | -2/+21 | ||
Fix fdi file | |||||
2008-10-25 | Draft iphone_get_specific_device() API, fix documentation for ↵ | 1 | -34/+72 | ||
iphone_get_device() | |||||
2008-10-23 | Indent fixes. | 3 | -11/+11 | ||
2008-10-23 | Exposes AFC file handle. | 2 | -0/+6 | ||
2008-10-09 | Added a pkg-config file | 4 | -1/+17 | ||
2008-10-08 | Added an upper bound to gnutls versions. | 1 | -3/+1 | ||
2008-10-08 | Remove ifuse as it has it's own repository now. | 2 | -358/+3 | ||
2008-10-08 | Made the header file installable. | 3 | -2/+3 | ||
2008-09-28 | Added a new dependency to the readme for lckd-client. | 1 | -1/+2 | ||
2008-09-20 | Added support for iPod Touch II | 1 | -1/+1 | ||
2008-09-11 | Setup a very basic lockdownd command line client | 4 | -5/+116 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-09-02 | Added --root option to use afc2, expand README | 2 | -12/+124 | ||
2008-09-01 | Enforce a modified kr style. | 15 | -878/+1167 | ||
Use "make indent" from now on before committing. | |||||
2008-08-31 | fix afc_getattr and more error handling in ifuse.c | 2 | -6/+10 | ||
2008-08-31 | initialize local variables in ifuse.c | 1 | -5/+5 | ||
2008-08-31 | prefix public enum with IPHONE_ | 4 | -22/+22 | ||
2008-08-31 | use new function signature and few bugfixes. | 8 | -124/+137 | ||
2008-08-31 | make all functions return an error code. | 5 | -146/+197 | ||
2008-08-31 | do no return custom code in ifuse_getattr | 1 | -1/+1 | ||
2008-08-31 | fix iphone_lck_new_client | 1 | -1/+1 | ||
2008-08-31 | ifuse.c only includes libiphonoe.h | 1 | -8/+3 | ||
2008-08-31 | make it compile | 5 | -84/+80 | ||
2008-08-31 | migrate main.c | 5 | -64/+48 | ||
2008-08-31 | migrate AFC.c | 2 | -113/+131 | ||
2008-08-31 | finish lockdown.c migration | 1 | -4/+4 | ||
2008-08-31 | migrate usbmux.c. | 6 | -102/+105 | ||
2008-08-31 | migrate lockdown.c | 2 | -65/+69 | ||
2008-08-31 | migrate iphone.c | 5 | -27/+36 | ||
2008-08-31 | fix header and add an error | 1 | -14/+15 | ||
2008-08-31 | start error definition | 1 | -0/+14 | ||
2008-08-31 | use iphone_* instead of iph_* | 1 | -37/+37 | ||
2008-08-31 | uses new instead of get in API when actually allocating something. | 1 | -3/+3 | ||
2008-08-31 | add afc_get_file_attr | 1 | -0/+3 | ||
2008-08-31 | predeclare internal structs so we can have strong type checking | 1 | -5/+13 | ||