History | View | Annotate | Download (20.5 KB)
Add a "mkfs" subcommand to gdpfs_cmd to create a new filesystem. Unfortunately this requires extensive changes to the code (perhaps it should have been standalone rather than a subcommand), and I'm not sure that the "ls" subcommand is behaving as expected yet.
Try to fix problems with large files in gdpfs. Unclear if this will fix the problem.
Do libgdp initialization in the right place; check various gdp routine return status and give diagnostics.
Signature support [WIP]
Basic signature inclusion/verification.
comments warning of the instability.
Better handling of paths that do/don't end with /
Refactoring and cleanup.
refactoring; no code change other than fn rename
Create correct local names for 'from_gdp'
Implemented recursive copying to gdp
Implement recursive copying from gdp to local files
Reset optind before using getopt again
Implement recursive delete.
options for subcommands. removed ls_p
ls_p
improvements to ls command.
ls
new option for programmatic use of ls
Rename gdpfs_util to gdpfs_cmd; better usage message