Andrew Borodin
|
2940b7455d
Fix of DOXYGEN docs: @return instead of @returns
|
12 years ago |
Ilia Maslakov
|
55c8f041da
fixed doxygen documentation
|
12 years ago |
Slava Zanko
|
94bd4b1f78
Code indentation.
|
12 years ago |
Andrew Borodin
|
315c499c09
Ticket #2827: tweak and cleanup of code in case of --disable-charset option usage.
|
12 years ago |
Andrew Borodin
|
a4426ee8d7
(vfs_get_raw_current_dir): return pointer to constant.
|
12 years ago |
Slava Zanko
|
49532ac834
Ticket #2755: cannot copy zero-length files with [Preallocate space] option
|
12 years ago |
Andrew Borodin
|
308237aa11
Fixed preprocessor conditions.
|
13 years ago |
Slava Zanko
|
a8da7179d0
Return values of following functions are constants now:
|
13 years ago |
Slava Zanko
|
0aa10fd6cb
Changed type of WPanel::cwd (char *) and WPanel::lwd (char *)
|
13 years ago |
Slava Zanko
|
eeaad790ab
Changed interface of mc_stat() and mc_lstat() functions
|
13 years ago |
Sergei Trofimovich
|
fbb770d47a
fix build error in ‘vfs_preallocate’: vfs.c:613:12: error: ‘dest_desc’ undeclared (first use in this function)
|
13 years ago |
Slava Zanko
|
41af257135
Added configuration option 'preallocate_space' for toggle space preallocating behaviour.
|
13 years ago |
Slava Zanko
|
323fedecd7
Added implementation for files space preallocation
|
13 years ago |
Slava Zanko
|
0138645541
Ticket 1551: Update GPL version from 2 to 3
|
13 years ago |
Andrew Borodin
|
6dabcb5f55
VFS small optimization
|
13 years ago |
Andrew Borodin
|
b61e0fc6a9
(_vfs_get_cwd): fixed memory leak.
|
13 years ago |
Slava Zanko
|
20a79d52ab
Ticket #2595: Broken panels recode in current master
|
13 years ago |
Andrew Borodin
|
ea4078e52e
Ticket #2361: VFS URI reimplementation
|
13 years ago |
Slava Zanko
|
04a4ed0ece
added vfs_path_element_valid() function
|
13 years ago |
Slava Zanko
|
bba132381e
vfs_path_to_str() now return URL string instead of old representation
|
13 years ago |
Slava Zanko
|
39462b9b76
Reorder VFS parser to work with VFS parameters:
|
13 years ago |
Slava Zanko
|
3d1e2df9b7
Removed vfs_get_class() function
|
13 years ago |
Slava Zanko
|
ac939a1bea
Fixed path recoding in VFS modules
|
13 years ago |
Slava Zanko
|
a5dc2de78b
Added vfs_change_encoding() and vfs_path_element_need_cleanup_converter() functions.
|
13 years ago |
Slava Zanko
|
c0004807d4
vfs_path_element_t->encoding now handled in lib/vfs/path.c
|
13 years ago |
Slava Zanko
|
cedad03833
Move vfs_get_encoding() to path.c and make as static function.
|
13 years ago |
Slava Zanko
|
405cc98cea
VFS: Make functions vfs_canon_and_translate() and vfs_canon() as static in lib/vfs/path.c
|
13 years ago |
Slava Zanko
|
8ea49095c3
Changed functions vfs_file_is_local() and vfs_file_class_flags() for handle vfs_path_t type
|
13 years ago |
Slava Zanko
|
093128c532
VFS: Current directory handler now have type vfs_path_t
|
13 years ago |
Slava Zanko
|
a12fdfbb0e
VFS: many changes for use vfs_path_t
|
13 years ago |
Slava Zanko
|
6329976c89
VFS: fixed # sign in passwd or in path string
|
13 years ago |
Slava Zanko
|
2c0ae5aa55
Moved interface functions from lib/vfs/vfs.[ch] to lib/vfs/interface.[ch]
|
13 years ago |
Slava Zanko
|
5a458c702d
Use events to show VFS messages.
|
14 years ago |
Slava Zanko
|
6016620f42
Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c)
|
14 years ago |
Slava Zanko
|
6c5f5bf768
VFS structure changes:
|
14 years ago |