summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-31use iphone_* instead of iph_*Gravatar Jonathan Beck1-37/+37
2008-08-31uses new instead of get in API when actually allocating something.Gravatar Jonathan Beck1-3/+3
2008-08-31add afc_get_file_attrGravatar Jonathan Beck1-0/+3
2008-08-31predeclare internal structs so we can have strong type checkingGravatar Jonathan Beck1-5/+13
2008-08-31first draft of public APIGravatar Jonathan Beck1-6/+40
2008-08-31more libraryzingGravatar Jonathan Beck2-2/+3
2008-08-31use non anonymous structs so we can use opaque type on themGravatar Jonathan Beck3-4/+4
2008-08-31fix some warningsGravatar Jonathan Beck1-5/+8
2008-08-31first shot at setting up a libraryGravatar Jonathan Beck8-8/+68
2008-08-30Fixed permissions on directories.Gravatar Paul Sladen2-1/+2
2008-08-30Added libtasn1 verification to the build process.Gravatar Martin S3-2/+4
2008-08-22Handle known device through their UniqueDeviceID and use it as name to store ...Gravatar Jonathan Beck4-123/+70