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