Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-31 | Remove useless typedef | 1 | -2/+0 | ||
2010-01-21 | Improve error message on failed root filesystem access and add hint to README | 1 | -22/+22 | ||
The AFC2 service required to access the root filesystem is non-standard. It is installed by older jailbreaking software but for instance not by blackra1n for devices like the 3GS. Now users get a better hint at why their attempts to use ifuse fail with the --root switch. This also moves the print to stderr where it actually can be seen by users. [#107 state:resolved] | |||||
2010-01-13 | Notify user if startup fails due to the device having a password set | 1 | -4/+12 | ||
2010-01-13 | Port to latest libiphone 0.9.6 API | 1 | -3/+2 | ||
2010-01-09 | Remove hardcoded allow_other fuse argument as some distros don't allow it. | 1 | -1/+0 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-11-09 | Fix handling of uuid command line argument | 1 | -2/+8 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> [#83 state:resolved] | |||||
2009-11-02 | Add support for setting modification time (ifuse_utimens). | 1 | -0/+19 | ||
Support for this is available since iphone OS 3.1, for devices prior to this version this operation just returns success. Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-10-29 | ifuse_getattr: add st_mtime support introduced in os 3.1 | 1 | -0/+2 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-09-12 | Rewrite option handling and add option to allow mounting a specific device | 1 | -25/+100 | ||
2009-09-12 | Adaption to latest libiphone API change. | 1 | -1/+1 | ||
2009-07-29 | Add new error code mapping to handle deletion of non empty directories | 1 | -0/+1 | ||
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-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 | 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-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-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 | 1 | -1/+1 | ||
2009-03-26 | Make automounting actually work. [#3 state:resolved] | 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-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-01-13 | Handle command options correctly and add helpful errors for common mistakes. | 1 | -33/+19 | ||
2009-01-13 | Correctly handle file modes. | 1 | -3/+5 | ||
2008-10-23 | Indent fixes. | 1 | -7/+6 | ||
2008-10-23 | Uses AFC filehandle to handle multiple file transfers better. | 1 | -6/+11 | ||
2008-10-17 | Made afc the default, afc2 must be specified to use the jailbroken mode. | 1 | -10/+29 | ||
2008-10-08 | Remove st_dev as it was unneeded. | 1 | -1/+0 | ||
2008-10-07 | Initial commit. | 1 | -0/+372 | ||