Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-26 | Bump version numbers appropriately. | 1 | -2/+2 | ||
2009-07-24 | Update to compile with latest libiphone error handling and API changes | 1 | -102/+192 | ||
* Add a mapping from AFC error codes to errno * Return errno codes where possible | |||||
2009-07-24 | Add --debug command line option | 1 | -0/+4 | ||
2009-07-24 | Improve message when connecting to lockdown fails and fix two comments | 1 | -5/+6 | ||
2009-07-19 | Merge branch 'master' of git://github.com/MattColyer/ifuse into martin | 0 | -0/+0 | ||
2009-07-18 | Update iFuse to compile with latest libiphone lockdown API changes | 1 | -6/+7 | ||
2009-07-18 | iFuse adaption to AFC API change. | 1 | -41/+42 | ||
2009-07-07 | Update iFuse to compile with latest libiphone lockdown API changes | 1 | -6/+7 | ||
2009-07-07 | iFuse adaption to AFC API change. | 1 | -41/+42 | ||
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> | |||||
2009-07-07 | Merge branch 'master' of git://github.com/MattColyer/ifuse into martin | 1 | -51/+133 | ||
2009-07-07 | support for listing special files | 1 | -0/+8 | ||
[#55 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-07-07 | ifuse: full symlink and hardlink support | 1 | -0/+48 | ||
2009-07-07 | make ifuse work with the afc api change to use file handles | 1 | -51/+77 | ||
2009-06-30 | Merge branch 'master' of git://github.com/MattColyer/ifuse into martin | 0 | -0/+0 | ||
2009-06-29 | Add product ids for iPhone 3GS | 1 | -2/+2 | ||
2009-06-19 | Add product ids for iPhone 3GS | 1 | -2/+2 | ||
2009-05-24 | Merge branch 'master' of git://github.com/MattColyer/ifuse into martin | 0 | -0/+0 | ||
2009-05-23 | Minor fix for HAL fdi to properly merge keys and add required missing ones | 1 | -7/+12 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-22 | Minor fix for HAL fdi to properly merge keys and add required missing ones | 1 | -7/+12 | ||
2009-05-18 | Modified to make it work with latest libiphone API changes. | 1 | -2/+7 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-11 | Fix 'make distcheck'0.9.1 | 3 | -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-11 | Fixed autoconf and bump version number to 0.9.1 | 2 | -3/+2 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-11 | Call configure from autogen.sh | 1 | -0/+4 | ||
This can be disabled by setting the NOCONFIGURE variable to any value. Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-11 | Bump libiphone requirement to 0.9.0 release | 1 | -1/+1 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-11 | Update tarball version, create tar.bz2 by default | 1 | -2/+2 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-10 | Fixed missing fdi file. | 1 | -0/+1 | ||
2009-05-10 | Added release command. | 1 | -0/+4 | ||
2009-05-10 | Remove unused libtools ac macro.0.9.0 | 1 | -3/+0 | ||
2009-05-08 | Handle file modes correctly | 1 | -22/+38 | ||
[#4 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-08 | afc error handling in ifuse_open and ifuse_getattr | 1 | -3/+23 | ||
[#37 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-04-23 | Remove reference to libiphone-initconf. | 1 | -1/+0 | ||
2009-04-13 | Do not rely on libiphone wrongly exported symbol. Make free_dictionary part ↵ | 1 | -0/+13 | ||
of ifuse. | |||||
2009-04-01 | restore --root and fix README | 2 | -2/+2 | ||
2009-03-31 | Update README. Filesystem type is fuse.ifuse and not ifuse. | 1 | -6/+13 | ||
2009-03-26 | Make automounting actually work. [#3 state:resolved] | 9 | -83/+48 | ||
2009-03-25 | Updated the ticket tracking url. | 1 | -1/+1 | ||
2009-03-23 | Added ticket tracker to README | 1 | -0/+3 | ||
2009-03-23 | Updated readme to point to github. | 1 | -2/+2 | ||
2009-03-23 | Added Nikias to the AUTHORS | 1 | -0/+1 | ||
2009-03-08 | Fixes truncate method using new libiphone | 1 | -11/+3 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-02-09 | Added some notes to the README to make it more clear. | 1 | -2/+6 | ||
2009-02-05 | Fix ifuse_statfs to report correct free and total space of device. | 1 | -3/+5 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-02-05 | Fix warnings about main() return value type mismatch. | 1 | -3/+3 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-02-05 | Do not hardcode /sbin, use instead. | 1 | -1/+1 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-02-05 | Check for libiphone in autofoo | 2 | -2/+3 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-01-13 | Handle command options correctly and add helpful errors for common mistakes. | 1 | -33/+19 | ||
2009-01-13 | Correctly handle file modes. | 2 | -3/+6 | ||
2008-12-12 | Added more product ids to the FDI file. | 1 | -40/+44 | ||
2008-10-23 | Indent fixes. | 2 | -8/+7 | ||
2008-10-23 | Uses AFC filehandle to handle multiple file transfers better. | 1 | -6/+11 | ||