Commit History

Author SHA1 Message Date
  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 95e1ab3064 vfs: use LS_NOT_LINEAR constant. 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 f1d9b67bb5 lib/vfs/direntry.c: apply cpding style; cosmetics. 6 years ago
  Andrew Borodin ddd645526a Update copyright years. 6 years ago
  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. 7 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. 8 years ago
  Andrew Borodin 471ea781ca Update copyright years. 8 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. 9 years ago
  Andrew Borodin 454479549c Update copyright years. 9 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. 10 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] 11 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: 12 years ago
  Slava Zanko 8562a215be Code refactoring: removed concat_dir_and_file() function. 13 years ago