summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-13Removed old parts of the README that don't apply.Gravatar Matt Colyer1-65/+0
2009-01-09Perform proper goodby on lockdown shutdown.Gravatar Nikias Bassen5-15/+260
2009-01-09Add stricter warnings to the compile.Gravatar Matt Colyer1-1/+1
2009-01-02Fix indent issues.Gravatar Matt Colyer3-3/+5
2009-01-02Add comment about some code that should not be reachedGravatar Christophe Fergeau1-1/+1
2009-01-02Some variables were unsigned while they should beGravatar Christophe Fergeau1-3/+7
2009-01-02Fix function prototypesGravatar Christophe Fergeau11-20/+20
2009-01-02Removed unused variablesGravatar Christophe Fergeau2-4/+1
2009-01-02Fix "missing return value" warningGravatar Christophe Fergeau1-1/+1
2009-01-02Add missing #include "utils.h"Gravatar Christophe Fergeau3-0/+3
2008-11-13fix missing Makefile.am fileGravatar Jonathan Beck1-0/+19
2008-10-31reduce chunk size in AFC since it was generating error for large fileGravatar Jonathan Beck2-1/+2
2008-10-31Fixed a slight error in the indent command in the makefile.Gravatar Matt Colyer1-1/+1
2008-10-30move dev specific tools to dev/ subdir.Gravatar Jonathan Beck6-35/+18
2008-10-25fix autotools conditionalGravatar Jonathan Beck2-15/+16
2008-10-25Change lock to mutex and add tool to check AFC in multithreaded env.Gravatar Jonathan Beck4-8/+159
2008-10-25add an option to strip off debug codeGravatar Jonathan Beck2-3/+10
2008-10-25add configure options to control building of development toolsGravatar Jonathan Beck2-8/+19
2008-10-25Handle debugging through utilitary functionsGravatar Jonathan Beck10-248/+240
2008-10-25Change iphone_debug to be an API callGravatar Patrick Walton4-46/+54
2008-10-25Draft HALGravatar Patrick Walton5-2/+21
2008-10-25Draft iphone_get_specific_device() API, fix documentation for iphone_get_devi...Gravatar Patrick Walton1-34/+72
2008-10-23Indent fixes.Gravatar Matt Colyer3-11/+11
2008-10-23Exposes AFC file handle.Gravatar Zach C2-0/+6
2008-10-09Added a pkg-config fileGravatar Patrick Walton4-1/+17
2008-10-08Added an upper bound to gnutls versions.Gravatar Matt Colyer1-3/+1
2008-10-08Remove ifuse as it has it's own repository now.Gravatar Matt Colyer2-358/+3
2008-10-08Made the header file installable.Gravatar Matt Colyer3-2/+3
2008-09-28Added a new dependency to the readme for lckd-client.Gravatar Matt Colyer1-1/+2
2008-09-20Added support for iPod Touch IIGravatar Matt Colyer1-1/+1
2008-09-11Setup a very basic lockdownd command line clientGravatar Jonathan Beck4-5/+116
2008-09-02Added --root option to use afc2, expand READMEGravatar Paul Sladen2-12/+124
2008-09-01Enforce a modified kr style.Gravatar Matt Colyer15-878/+1167
2008-08-31fix afc_getattr and more error handling in ifuse.cGravatar Jonathan Beck2-6/+10
2008-08-31initialize local variables in ifuse.cGravatar Jonathan Beck1-5/+5
2008-08-31prefix public enum with IPHONE_Gravatar Jonathan Beck4-22/+22
2008-08-31use new function signature and few bugfixes.Gravatar Jonathan Beck8-124/+137
2008-08-31make all functions return an error code.Gravatar Jonathan Beck5-146/+197
2008-08-31do no return custom code in ifuse_getattrGravatar Jonathan Beck1-1/+1
2008-08-31fix iphone_lck_new_clientGravatar Jonathan Beck1-1/+1
2008-08-31ifuse.c only includes libiphonoe.hGravatar Jonathan Beck1-8/+3
2008-08-31make it compileGravatar Jonathan Beck5-84/+80
2008-08-31migrate main.cGravatar Jonathan Beck5-64/+48
2008-08-31migrate AFC.cGravatar Jonathan Beck2-113/+131
2008-08-31finish lockdown.c migrationGravatar Jonathan Beck1-4/+4
2008-08-31migrate usbmux.c.Gravatar Jonathan Beck6-102/+105
2008-08-31migrate lockdown.cGravatar Jonathan Beck2-65/+69
2008-08-31migrate iphone.cGravatar Jonathan Beck5-27/+36
2008-08-31fix header and add an errorGravatar Jonathan Beck1-14/+15
2008-08-31start error definitionGravatar Jonathan Beck1-0/+14