Andrew Borodin
|
6ca4ab4b4e
Rename FISH VFS to SHELL one.
|
1 year ago |
Andrew Borodin
|
290a57b474
struct vfs_s_inode: add the 'user_data' member.
|
1 year ago |
Andrew Borodin
|
5db6715a5f
VFS: don't use vfs_s_inode::data_offset for file name normalization.
|
2 years ago |
Andrew Borodin
|
ebb328353e
(vfs_s_subclass::dir_load): constify argument.
|
2 years ago |
Andreas Mohr
|
8d84972533
(extfs_get_archive_name): fix -Wcast-qual warning.
|
3 years ago |
Andrew Borodin
|
4a83daacc4
Ticket #4147: VFS timestamps: use g_get_real_time().
|
4 years ago |
Andrew Borodin
|
28574f8008
(vfs_s_subclass::dir_uptodate): return gboolean instead of int.
|
4 years ago |
Andrew Borodin
|
9581c263b2
VFS: use mc_timer for timestamps.
|
4 years ago |
Andrew Borodin
|
7ce3ca0991
Make VFS faster a bit.
|
10 years ago |
Andrew Borodin
|
9df841478b
VFS: move flush member from vfs_s_subclass to vfs_class.
|
5 years ago |
Andrew Borodin
|
45bd20ab0b
VFS: move logfile member from vfs_s_subclass to vfs_class.
|
5 years ago |
Andrew Borodin
|
0c66d9cef6
extfs: refactoring: use standard VFS structures.
|
6 years ago |
Andrew Borodin
|
533cbbd971
VFS: make vfs_file_handler related macros more readable.
|
6 years ago |
Andrew Borodin
|
6d21416672
VFS: derive VFS-specific file handler class from vfs_file_handler_t.
|
8 years ago |
Andrew Borodin
|
3e08cc7226
VFS: derive VFS-specific super class from vfs_s_super.
|
8 years ago |
Andrew Borodin
|
d51f1f4963
VFS: refactor VFS unit initialization.
|
6 years ago |
Andrew Borodin
|
672ba46c8b
VFS: make vfs_class and vfs_s_subclass related macros more readable.
|
6 years ago |
Andrew Borodin
|
0fbd98fece
Join vfs_class_flags_t and vfs_subclass_flags_t.
|
6 years ago |
Andrew Borodin
|
c764d60238
VFS: (vfs_s_subclass): derive from vfs_class.
|
8 years ago |
Andrew Borodin
|
1fec6e9854
Partially revert "VFS: (vfs_s_subclass): make the derived class from vfs_class."
|
6 years ago |
Andrew Borodin
|
c7206191bc
Revert "VFS: make VFS-specific super class as derived one from vfs_s_super."
|
6 years ago |
Andrew Borodin
|
c91e3d5edb
Revert "VFS: make VFS-specific file handler class the derived one from vfs_file_handler_t."
|
6 years ago |
Andrew Borodin
|
b684ce2565
Clarify usage of FL_NONE value.
|
6 years ago |
Andrew Borodin
|
2d58e4d624
VFS: make VFS-specific file handler class the derived one from vfs_file_handler_t.
|
8 years ago |
Andrew Borodin
|
ab033ad318
VFS: make VFS-specific super class as derived one from vfs_s_super.
|
8 years ago |
Andrew Borodin
|
5d1284c4a6
VFS: (vfs_s_subclass): make the derived class from vfs_class.
|
8 years ago |
Andrew Borodin
|
af466458b7
vfs: create enum vfs_linear_state_t instead of defines.
|
6 years ago |
Andrew Borodin
|
cb354e5490
(vfs_file_handler_t::changed): change type from int to gboolean.
|
6 years ago |
Andrew Borodin
|
a514ce6d13
(vfs_s_super::want_stale): change type from int to gboolean.
|
6 years ago |
Andrew Borodin
|
5e070286b1
Indentation.
|
12 years ago |
Pavel Vasilyev
|
f84bbd8583
vfs_s_subclass::linear_read: return ssize_t instead of int.
|
12 years ago |
Slava Zanko
|
94bd4b1f78
Code indentation.
|
12 years ago |
Slava Zanko
|
21d1f61b40
Ticket #2800: Garbage directory listing in ftpfs
|
12 years ago |
Slava Zanko
|
d69d9b31f1
VFS core: vfs_s_free_inode() function have global visibility
|
13 years ago |
Slava Zanko
|
73a7f1ce67
Ticket #2695: The vfs_path_t expansion to 'src/' subdirectory
|
13 years ago |
Andrew Borodin
|
664b3efcda
Ticket #2623: vfs: use data after free.
|
13 years ago |
Slava Zanko
|
12dfe1bd55
VFS ftpfs: fixed broken filenames in unaligned 'ls' command output
|
13 years ago |
Slava Zanko
|
4e56efafe6
Ticket #81: savannah: can't access files on ftp starting with space
|
13 years ago |
Slava Zanko
|
60123b7c99
Removed function vfs_s_get_path(); Function vfs_s_get_path_mangle() renamed to vfs_s_get_path()
|
13 years ago |
Slava Zanko
|
bba132381e
vfs_path_to_str() now return URL string instead of old representation
|
13 years ago |
Slava Zanko
|
e6ec447585
Following prototypes of functions was changed in VFS-module API:
|
13 years ago |
Slava Zanko
|
922114a1d0
Following prototypes of functions was changed in VFS-module API:
|
13 years ago |
Slava Zanko
|
997876a109
Remove vfs_url_t structure (replace with vfs_path_element_t)
|
13 years ago |
Slava Zanko
|
a12fdfbb0e
VFS: many changes for use vfs_path_t
|
13 years ago |
Slava Zanko
|
479902f83e
Following prototypes of functions was changed in VFS-module API:
|
13 years ago |
Andrew Borodin
|
42bc3171c3
Ticket #2361: VFS URI reimplementation
|
13 years ago |
Slava Zanko
|
b46d2a3d62
Renamed struct vfs_s_fh to vfs_file_handler_t
|
14 years ago |
Andrew Borodin
|
68628184b1
vfs_s_super and vfs_s_fh now don't contain members specific to any vfs.
|
13 years ago |
Andrew Borodin
|
519246eccd
Use GList to store directory content in vfs_s_inode.
|
13 years ago |
Andrew Borodin
|
401aaa5014
Ticket #2501: continue split of VFS core library and VFS plugins.
|
13 years ago |