summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-09-12Adaption to latest libiphone API change.Gravatar Nikias Bassen1-1/+1
2009-08-05Merge branch 'master' of git://github.com/MattColyer/ifuse into martinGravatar Martin Szulecki1-2/+2
2009-08-04Bump version numbers0.9.3Gravatar Matt Colyer1-2/+2
2009-07-30Merge branch 'master' of git://github.com/MattColyer/ifuse into martinGravatar Martin Szulecki0-0/+0
2009-07-29Add new error code mapping to handle deletion of non empty directories0.9.2Gravatar Martin Szulecki1-0/+1
[#65 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-07-29Add new error code mapping to handle deletion of non empty directoriesGravatar Martin Szulecki1-0/+1
2009-07-28Merge branch 'master' of git://github.com/MattColyer/ifuse into martinGravatar Martin Szulecki1-2/+2
2009-07-26Update to compile with latest libiphone error handling and API changesGravatar Martin Szulecki1-102/+192
* Add a mapping from AFC error codes to errno * Return errno codes where possible
2009-07-26Add --debug command line optionGravatar Martin Szulecki1-0/+4
2009-07-26Improve message when connecting to lockdown fails and fix two commentsGravatar Martin Szulecki1-5/+6
2009-07-26Bump version numbers appropriately.Gravatar Matt Colyer1-2/+2
2009-07-24Update to compile with latest libiphone error handling and API changesGravatar Martin Szulecki1-102/+192
* Add a mapping from AFC error codes to errno * Return errno codes where possible
2009-07-24Add --debug command line optionGravatar Martin Szulecki1-0/+4
2009-07-24Improve message when connecting to lockdown fails and fix two commentsGravatar Martin Szulecki1-5/+6
2009-07-19Merge branch 'master' of git://github.com/MattColyer/ifuse into martinGravatar Martin Szulecki0-0/+0
2009-07-18Update iFuse to compile with latest libiphone lockdown API changesGravatar Martin Szulecki1-6/+7
2009-07-18iFuse adaption to AFC API change.Gravatar Nikias Bassen1-41/+42
2009-07-07Update iFuse to compile with latest libiphone lockdown API changesGravatar Martin Szulecki1-6/+7
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>