Reorder VFS parser to work with VFS parameters:
commit39462b9b76bad2bd6a93edf200dea25bfeac6b98
authorSlava Zanko <slavazanko@gmail.com>
Tue, 14 Jun 2011 08:28:51 +0000 (14 11:28 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Thu, 23 Jun 2011 11:45:01 +0000 (23 14:45 +0300)
tree89861185558d15e352d6d1aa386ec9b18e0640f2
parentbd022573e5877cc6aa06595ae9ff65e036f3734e
Reorder VFS parser to work with VFS parameters:

 * Removed vfs_path_element_t->raw_url_str;
 * Changed some VFS prefixes (colon now used when need to split VFS prefix and VFS parameters);
 * Removed vfs_translate_url() functions and related code;
 * added converter of VFS parameters to string representation.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
14 files changed:
lib/tests/vfs/current_dir.c
lib/tests/vfs/path_serialize.c
lib/tests/vfs/vfs_path_string_convert.c
lib/vfs/path.c
lib/vfs/path.h
lib/vfs/vfs.c
lib/vfs/vfs.h
src/filemanager/layout.c
src/filemanager/midnight.c
src/filemanager/panel.c
src/vfs/fish/fish.c
src/vfs/ftpfs/ftpfs.c
src/vfs/smbfs/smbfs.c
src/vfs/undelfs/undelfs.c