summaryrefslogtreecommitdiffstats
path: root/src/AFC.c
AgeCommit message (Expand)AuthorFilesLines
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