summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-07-07iFuse adaption to AFC API change.Gravatar Nikias Bassen1-41/+42
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-07-07Merge branch 'master' of git://github.com/MattColyer/ifuse into martinGravatar Martin Szulecki1-51/+133
2009-07-07support for listing special filesGravatar Nikias Bassen1-0/+8
[#55 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-07-07ifuse: full symlink and hardlink supportGravatar Nikias Bassen1-0/+48
2009-07-07make ifuse work with the afc api change to use file handlesGravatar Nikias Bassen1-51/+77
2009-06-30Merge branch 'master' of git://github.com/MattColyer/ifuse into martinGravatar Martin Szulecki0-0/+0
2009-06-29Add product ids for iPhone 3GSGravatar Martin Szulecki1-2/+2
2009-06-19Add product ids for iPhone 3GSGravatar Martin Szulecki1-2/+2
2009-05-24Merge branch 'master' of git://github.com/MattColyer/ifuse into martinGravatar Martin Szulecki0-0/+0
2009-05-23Minor fix for HAL fdi to properly merge keys and add required missing onesGravatar Martin Szulecki1-7/+12
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-22Minor fix for HAL fdi to properly merge keys and add required missing onesGravatar Martin Szulecki1-7/+12
2009-05-18Modified to make it work with latest libiphone API changes.Gravatar Nikias Bassen1-2/+7
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Fix 'make distcheck'0.9.1Gravatar Todd Zullinger3-0/+12
mount.fuse.ifuse needs to be installed in /sbin by default, but this breaks 'make distcheck'. This adds a --disable-root-sbin option to configure and uses it when running 'make distcheck'. Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Fixed autoconf and bump version number to 0.9.1Gravatar Todd Zullinger2-3/+2
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Call configure from autogen.shGravatar Todd Zullinger1-0/+4
This can be disabled by setting the NOCONFIGURE variable to any value. Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Bump libiphone requirement to 0.9.0 releaseGravatar Todd Zullinger1-1/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Update tarball version, create tar.bz2 by defaultGravatar Todd Zullinger1-2/+2
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-10Fixed missing fdi file.Gravatar Matt Colyer1-0/+1
2009-05-10Added release command.Gravatar Matt Colyer1-0/+4
2009-05-10Remove unused libtools ac macro.0.9.0Gravatar Matt Colyer1-3/+0
2009-05-08Handle file modes correctlyGravatar Nikias Bassen1-22/+38
[#4 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-08afc error handling in ifuse_open and ifuse_getattrGravatar Nikias Bassen1-3/+23
[#37 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-23Remove reference to libiphone-initconf.Gravatar Jonathan Beck1-1/+0
2009-04-13Do not rely on libiphone wrongly exported symbol. Make free_dictionary part ↵Gravatar Jonathan Beck1-0/+13
of ifuse.
2009-04-01restore --root and fix READMEGravatar Paul Sladen2-2/+2
2009-03-31Update README. Filesystem type is fuse.ifuse and not ifuse.Gravatar Jonathan Beck1-6/+13
2009-03-26Make automounting actually work. [#3 state:resolved]Gravatar Matt Colyer9-83/+48
2009-03-25Updated the ticket tracking url.Gravatar Matt Colyer1-1/+1
2009-03-23Added ticket tracker to READMEGravatar Matt Colyer1-0/+3
2009-03-23Updated readme to point to github.Gravatar Matt Colyer1-2/+2
2009-03-23Added Nikias to the AUTHORSGravatar Matt Colyer1-0/+1
2009-03-08Fixes truncate method using new libiphoneGravatar Nikias Bassen1-11/+3
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-02-09Added some notes to the README to make it more clear.Gravatar Matt Colyer1-2/+6
2009-02-05Fix ifuse_statfs to report correct free and total space of device.Gravatar Martin Szulecki1-3/+5
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-02-05Fix warnings about main() return value type mismatch.Gravatar Martin Szulecki1-3/+3
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-02-05Do not hardcode /sbin, use instead.Gravatar Martin Szulecki1-1/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-02-05Check for libiphone in autofooGravatar Martin Szulecki2-2/+3
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-01-13Handle command options correctly and add helpful errors for common mistakes.Gravatar Matt Colyer1-33/+19
2009-01-13Correctly handle file modes.Gravatar Zoltan Balaton2-3/+6
2008-12-12Added more product ids to the FDI file.Gravatar Matt Colyer1-40/+44
2008-10-23Indent fixes.Gravatar Matt Colyer2-8/+7
2008-10-23Uses AFC filehandle to handle multiple file transfers better.Gravatar Zach C1-6/+11
2008-10-17Made afc the default, afc2 must be specified to use the jailbroken mode.Gravatar Matt Colyer1-10/+29
2008-10-13Made a mistake when copying the AUTHORS over.Gravatar Matt Colyer1-0/+1
2008-10-08Made the hal script and definition file installable.Gravatar Matt Colyer3-2/+6
2008-10-08Remove st_dev as it was unneeded.Gravatar Matt Colyer1-1/+0
2008-10-08Updated the fdi file.Gravatar Matt Colyer1-27/+33
2008-10-08Fixed the build process, so it actually installs now.Gravatar Matt Colyer1-4/+2
2008-10-07Initial commit.Gravatar Matt Colyer10-0/+921