summaryrefslogtreecommitdiffstats
path: root/src/AFC.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-29Merge branch 'master' into contact_syncGravatar Jonathan Beck1-1/+1
2009-01-13Removed fprintf, use the debug message method.Gravatar Matt Colyer1-1/+1
2009-01-04Merge branch 'master' into plistGravatar Jonathan Beck1-4/+9
2009-01-02Fix indent issues.Gravatar Matt Colyer1-1/+1
2009-01-02Some variables were unsigned while they should beGravatar Christophe Fergeau1-3/+7
2009-01-02Fix function prototypesGravatar Christophe Fergeau1-1/+1
2009-01-02Add missing #include "utils.h"Gravatar Christophe Fergeau1-0/+1
2008-12-13fork out plist stuff in libplist and migrate libiphone to use it.Gravatar Jonathan Beck1-1/+0
2008-11-24Added binary-plist support (tweaked slightly to move stuff around)Gravatar Zach C1-23/+23
2008-10-31reduce chunk size in AFC since it was generating error for large fileGravatar Jonathan Beck1-1/+1
2008-10-25Change lock to mutex and add tool to check AFC in multithreaded env.Gravatar Jonathan Beck1-5/+12
2008-10-25Handle debugging through utilitary functionsGravatar Jonathan Beck1-77/+39
2008-10-23Indent fixes.Gravatar Matt Colyer1-1/+2
2008-10-23Exposes AFC file handle.Gravatar Zach C1-0/+4
2008-09-01Enforce a modified kr style.Gravatar Matt Colyer1-258/+339
2008-08-31fix afc_getattr and more error handling in ifuse.cGravatar Jonathan Beck1-2/+3
2008-08-31prefix public enum with IPHONE_Gravatar Jonathan Beck1-1/+1
2008-08-31use new function signature and few bugfixes.Gravatar Jonathan Beck1-11/+11
2008-08-31make all functions return an error code.Gravatar Jonathan Beck1-60/+70
2008-08-31make it compileGravatar Jonathan Beck1-7/+7
2008-08-31migrate main.cGravatar Jonathan Beck1-1/+1
2008-08-31migrate AFC.cGravatar Jonathan Beck1-87/+121
2008-08-21remove duplicate freeGravatar Jonathan Beck1-1/+0
2008-08-21fixes duplicates freeGravatar Jonathan Beck1-1/+0
2008-08-21fix AFC memory leak and errors (from iphoneclient valgrind analysis).Gravatar Jonathan Beck1-4/+9
2008-08-21Merge master into fixes.Gravatar Jonathan Beck1-2/+2
2008-08-21Don't leak r_packet in receive_AFC_data in the "false alarm" caseGravatar Christophe Fergeau1-1/+1
2008-08-21Fix leak in dispatch_AFC_packetGravatar Christophe Fergeau1-1/+5
2008-08-21fix missing free in dispatch_AFC_packetGravatar Jonathan Beck1-0/+1
2008-08-18Exposed file block information in iFuse.Gravatar Matt Colyer1-1/+0
2008-08-13Fix renaming files, it was missing the second NULL character.Gravatar Matt Colyer1-1/+1
2008-08-13Massive AFC cleanup, started with Zach's documentation.Gravatar Matt Colyer1-213/+511
2008-08-11Fix compilation with gcc 4.3 -Wall -Werror -Wno-pointer-signGravatar Christophe Fergeau1-2/+2
2008-08-11Mark some functions as staticGravatar Christophe Fergeau1-20/+20
2008-08-11Fix warnings about unused variablesGravatar Christophe Fergeau1-1/+0
2008-08-10Adds seeking, directory creation and improves file writing. Also various othe...Gravatar Zach C1-32/+148
2008-08-07Added cleanup when closing a file, probably needs a bit more throughnessGravatar Matt Colyer1-2/+2
2008-08-06Fixed the data corruption, it turns out that there is a maximum lengthGravatar Matt Colyer1-30/+52
2008-08-06Adds locking and fixes a minor bug in mux_recvGravatar Zach C1-7/+47
2008-08-05Fixed Zach's name. I feel dumb, sorry about that.Gravatar Matt Colyer1-1/+1
2008-08-04Zack's C. rewrite of usbmux (with a few additions by Matt Colyer).Gravatar Matt Colyer1-26/+40
2008-08-04Don't ignore mux_recv errors silently.Gravatar Martin Aumueller1-3/+12
2008-08-03Added ability to get files larger than a single USB packet size.Gravatar Matt Colyer1-8/+22
2008-08-01I copied the wrong legal headers into the code. Opps.Gravatar Matt Colyer1-11/+12
2008-07-31Don't access freed memory.Gravatar Martin Aumueller1-1/+3
2008-07-30Added documentation and licensing information.Gravatar Matt Colyer1-2/+17
2008-07-29Autotooled the project with very basic versioning support.Gravatar Matt Colyer1-0/+381