summaryrefslogtreecommitdiffstats
path: root/src/ifuse.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-30Fixed permissions on directories.Gravatar Paul Sladen1-1/+1
2008-08-21arrays of string are now NULL terminated, update for loop end condition.Gravatar JonathanBeck1-2/+3
2008-08-21free file after requesting infoGravatar Jonathan Beck1-0/+1
2008-08-21fix missing free in dispatch_AFC_packetGravatar Jonathan Beck1-1/+3
2008-08-21Don't leak memory in error cases in ifuse_initGravatar Christophe Fergeau1-0/+3
2008-08-21fix some memory leaksGravatar Jonathan Beck1-12/+10
2008-08-19Made files owned to the user and group which started iFuse (we don't want to ...Gravatar Matt Colyer1-0/+3
2008-08-18Exposed file block information in iFuse.Gravatar Matt Colyer1-0/+2
2008-08-13Minor cleanups, refactored and commented iphone.c.Gravatar Matt Colyer1-4/+0
2008-08-12Reverted bb74e8fd0041132379d525030ed277b49f972494, as I can no longer connectGravatar Matt Colyer1-3/+11
2008-08-12make ifuse use lockdownd_init so that pairing is done if necessary.Gravatar Jonathan Beck1-11/+3
2008-08-11Fix compilation with gcc 4.3 -Wall -Werror -Wno-pointer-signGravatar Christophe Fergeau1-2/+1
2008-08-11Fix warnings about unused variablesGravatar Christophe Fergeau1-3/+2
2008-08-10Adds seeking, directory creation and improves file writing. Also various othe...Gravatar Zach C1-6/+125
2008-08-07Added cleanup when closing a file, probably needs a bit more throughnessGravatar Matt Colyer1-1/+17
2008-08-06Fixed the data corruption, it turns out that there is a maximum lengthGravatar Matt Colyer1-0/+3
2008-08-06Adds locking and fixes a minor bug in mux_recvGravatar Zach C1-1/+1
2008-08-05Zack's final changes to the pairing.Gravatar Matt Colyer1-5/+4
2008-08-04Zack's C. rewrite of usbmux (with a few additions by Matt Colyer).Gravatar Matt Colyer1-2/+3
2008-08-04Don't use iPhone after freeing it.Gravatar Martin Aumueller1-1/+2
2008-08-04Don't crash when afc_get_dirlist returns NULL.Gravatar Martin Aumueller1-0/+4
2008-08-01I copied the wrong legal headers into the code. Opps.Gravatar Matt Colyer1-11/+12
2008-08-01A few cleanups, got rid of global afc variable.Gravatar Matt Colyer1-7/+14
2008-07-31Added a way to load HostID from a user specific config file.Gravatar Jonathan Beck1-2/+7
2008-07-30Fixed a typo in the previous commit.Gravatar Matt Colyer1-1/+1
2008-07-30Added documentation and licensing information.Gravatar Matt Colyer1-0/+20
2008-07-30Made the iPhone cleanup after itself.Gravatar Matt Colyer1-0/+1
2008-07-30Fixed a return that was supposed to be there (thanks to Martin who pointed it...Gravatar Matt Colyer1-0/+1
2008-07-30ifuse_init has to return a void* (fuse 2.7.2 on hardy heron)Gravatar Martin Aumueller1-6/+8
2008-07-30Added beginnings of a fuse fs, right now it's read only and terribly fragile.Gravatar Matt Colyer1-0/+135