Yury V. Zaytsev
|
f0414be51d
Zero struct stat tv_nsec (if supported) whenever st is filled manually
|
7 years ago |
Andrew Borodin
|
e9fd11bfcd
Update copyright years.
|
7 years ago |
Andrew Borodin
|
aae43d362f
(vfs_adjust_stat): new VFS API, currently used to calculate st_blocks.
|
7 years ago |
Andrew Borodin
|
bf40acf420
Clarify usage of st_rdev. Use it if HAVE_STRUCT_STAT_ST_RDEV is defined.
|
7 years ago |
Andrew Borodin
|
061d60b82f
Modify VFS APIs.
|
7 years ago |
Andrew Borodin
|
a8a8e85279
(vfs_s_default_stat): define st_blksize and st_blocks explicitly.
|
8 years ago |
Andreas Mohr
|
67035605b9
lib/vfs/direntry.c: cleanup cppcheck warnings.
|
8 years ago |
Andreas Mohr
|
9aeacda0d9
lib/vfs/direntry.c: remove unused variables.
|
8 years ago |
Andrew Borodin
|
f7b360d5a0
Fix typo.
|
9 years ago |
Andrew Borodin
|
471ea781ca
Update copyright years.
|
9 years ago |
Andrew Borodin
|
a3337615f6
(vfs_s_print_stats): avoid macros in i18n resources.
|
9 years ago |
Andreas Mohr
|
3a714da154
Fix -Wconversion warning for mask/mode values: use mode_t instead of int.
|
9 years ago |
Andrew Borodin
|
bb6f1e6695
Fix calls of vfs_print_message().
|
9 years ago |
Andrew Borodin
|
cb567b5ea6
(vfs_s_print_stats): get rid of static variables.
|
9 years ago |
Andreas Mohr
|
156bf097e2
Ticket #3464: (compute_namelen): remove...
|
9 years ago |
Andrew Borodin
|
2789e6e390
Ticket #3431: add missing default cases.
|
9 years ago |
Andrew Borodin
|
b698b7e834
Ticket #3435: clang compiler fixes/cleanups.
|
9 years ago |
Andrew Borodin
|
42e7e39bd8
Add IS_PATH_SEP macro and use it.
|
10 years ago |
Andrew Borodin
|
454479549c
Update copyright years.
|
10 years ago |
Andrew Borodin
|
6d82155270
Massive use of MC_PTR_FREE macro.
|
10 years ago |
Andrew Borodin
|
2d9cf4cad1
(vfs_s_get_line_interruptible): disable interrrupt after finish of read
|
10 years ago |
Andrew Borodin
|
e5203cb023
Fix name of FSF in all *.c files.
|
10 years ago |
Eugene San (eugenesan)
|
198334ccc4
From ticket #3116: fix possible segfault when freeing a VFS.
|
11 years ago |
Andrew Borodin
|
f0da49345a
Collapse list of copyright years to ranges. Add 2014 year.
|
11 years ago |
Slava Zanko
|
0ed4a91d7d
Reduce cppcheck warnings (style) in lib subdirectory.
|
11 years ago |
Slava Zanko
|
0d489acd58
cppcheck: reduce variable scope.
|
11 years ago |
Slava Zanko
|
2640b21bb9
Remove vfs_path_to_str() function for avoid often memory allocations.
|
11 years ago |
Slava Zanko
|
ee8aaf6181
Avoid compiler errors like: error: variable 'xxx' set but not used [-Werror=unused-but-set-variable]
|
12 years ago |
Pavel Vasilyev
|
f84bbd8583
vfs_s_subclass::linear_read: return ssize_t instead of int.
|
12 years ago |
Pavel Vasilyev
|
fafd75c807
lib/vfs/direntry.c: types accuracy.
|
12 years ago |
Andrew Borodin
|
acdac76a49
Revert "Try fix of compile warnings about assigned but unused variables"
|
12 years ago |
Slava Zanko
|
6505f7d6fa
Try fix of compile warnings about assigned but unused variables
|
12 years ago |
Slava Zanko
|
a2a01d94e9
Ticket #2821: Fixed defect: ftp to a second site does not work
|
12 years ago |
Slava Zanko
|
21d1f61b40
Ticket #2800: Garbage directory listing in ftpfs
|
12 years ago |
Slava Zanko
|
0a44a9ff5f
Ticket #2779: Active VFS directories list contain incorrect current path
|
12 years ago |
Slava Zanko
|
33ea9092f5
Ticket #2777: Stale symlinks in vfs
|
12 years ago |
Slava Zanko
|
a8da7179d0
Return values of following functions are constants now:
|
13 years ago |
Slava Zanko
|
8562a215be
Code refactoring: removed concat_dir_and_file() function.
|
13 years ago |
Slava Zanko
|
75c2b483ff
Changed interface of functions mc_getlocalcopy() and mc_ungetlocalcopy()
|
13 years ago |
Slava Zanko
|
389ac85992
Changed input parameters of mc_mkstemp() and mc_tempdir() functions
|
13 years ago |
Slava Zanko
|
9177b954df
Removed split_dir_name() function.
|
13 years ago |
Slava Zanko
|
d69d9b31f1
VFS core: vfs_s_free_inode() function have global visibility
|
13 years ago |
Slava Zanko
|
e2c326997f
Added usage of VFS_S_USETMP flag
|
13 years ago |
Andrew Borodin
|
664b3efcda
Ticket #2623: vfs: use data after free.
|
13 years ago |
Slava Zanko
|
0138645541
Ticket 1551: Update GPL version from 2 to 3
|
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
|
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 |