summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-10-31reduce chunk size in AFC since it was generating error for large fileGravatar Jonathan Beck1-1/+1
2008-10-30move dev specific tools to dev/ subdir.Gravatar Jonathan Beck4-412/+0
2008-10-25fix autotools conditionalGravatar Jonathan Beck1-13/+14
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 Beck1-3/+3
2008-10-25add configure options to control building of development toolsGravatar Jonathan Beck1-8/+12
2008-10-25Handle debugging through utilitary functionsGravatar Jonathan Beck9-248/+239
2008-10-25Change iphone_debug to be an API callGravatar Patrick Walton4-46/+54
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-08Remove ifuse as it has it's own repository now.Gravatar Matt Colyer2-358/+3
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 Sladen1-3/+30
2008-09-01Enforce a modified kr style.Gravatar Matt Colyer14-878/+1164
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 Beck3-9/+9
2008-08-31use new function signature and few bugfixes.Gravatar Jonathan Beck7-123/+134
2008-08-31make all functions return an error code.Gravatar Jonathan Beck4-119/+168
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 Beck4-64/+37
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 Beck5-94/+96
2008-08-31migrate lockdown.cGravatar Jonathan Beck2-65/+69
2008-08-31migrate iphone.cGravatar Jonathan Beck4-23/+31
2008-08-31more libraryzingGravatar Jonathan Beck1-2/+1
2008-08-31use non anonymous structs so we can use opaque type on themGravatar Jonathan Beck2-2/+2
2008-08-31fix some warningsGravatar Jonathan Beck1-5/+8
2008-08-31first shot at setting up a libraryGravatar Jonathan Beck5-8/+18
2008-08-30Fixed permissions on directories.Gravatar Paul Sladen1-1/+1
2008-08-30Added libtasn1 verification to the build process.Gravatar Martin S1-2/+2
2008-08-22Handle known device through their UniqueDeviceID and use it as name to store ...Gravatar Jonathan Beck4-123/+70
2008-08-21add get_device_uid functionGravatar Jonathan Beck3-5/+37
2008-08-21remove duplicate freeGravatar Jonathan Beck1-1/+0
2008-08-21fixes duplicates freeGravatar Jonathan Beck2-2/+0