Commit History

Author SHA1 Message Date
  Andrew Borodin 6718b3ec26 Indentation using GNU indent-2.2.13. 1 month ago
  Andrew Borodin fe42478b97 Update copyright years. 6 months ago
  Andrew Borodin 978ce6d0dd Use vfs_path_get_last_path_vfs() where it is resonable. 11 months ago
  Andrew Borodin 7257f794d2 Update template for .c files. 1 year ago
  Kian-Meng Ang 5001232704 Fix various typos in the source code (closes MidnightCommander/mc#177). 1 year ago
  Andrew Borodin 57c61b7681 Update copyright years. 1 year ago
  Andrew Borodin 6e8e55ed05 (vfs_s_open): reuse variable for directory name and file name. 1 year ago
  Andrew Borodin 6a83438163 (vfs_s_retrieve_file): use symbolic name for array size. 1 year ago
  Andrew Borodin 5db6715a5f VFS: don't use vfs_s_inode::data_offset for file name normalization. 2 years ago
  Andrew Borodin 52fd6215b0 Ticket #4357: code clean up before 4.8.29 release. 2 years ago
  Andrew Borodin db8bc2fbff Minor refactoring of path canonicalization. 2 years ago
  Andrew Borodin 2c205c5928 Update copyright years. 2 years ago
  Andrew Borodin 4e8b00f003 Use g_get_monotonic_time() instead of g_get_real_time(). 2 years ago
  Andrew Borodin 536fb676d8 (vfs_path_free): add 2nd parameter... 3 years ago
  Andrew Borodin 9ee52e77c3 Ticket #4179: code clean up before 4.8.27 release. 3 years ago
  Andrew Borodin 4a83daacc4 Ticket #4147: VFS timestamps: use g_get_real_time(). 3 years ago
  Andrew Borodin 4c7223e9f2 Ticket #4145: file names longer than 255 bytes are not supported. 3 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 31b37a1f79 Ticket #4050: code cleanup before 4.8.25 release. 4 years ago
  Andrew Borodin 68d9961977 Ticket #4022: fix compile failure on AIX 7.2. 4 years ago
  Andrew Borodin 0dacce4228 Do not include <sys/select> globally via "lib/global.h". 4 years ago
  Andrew Borodin 7ce3ca0991 Make VFS faster a bit. 9 years ago
  Andrew Borodin a5826c3f6e (vfs_s_normalize_filename_leading_spaces): minor refactoring. 9 years ago
  Andrew Borodin 651c3539b6 VFS: trivial optimization 5 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 94c0b79f37 VFS: change vfs_class::nothingisopen members 5 years ago
  Andrew Borodin 5b0f177e62 vfs_class::nothingisopen: return gboolean instead of int. 5 years ago
  Andrew Borodin 7548679271 VFS: invalidate file descriptors after close. 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. 5 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. 5 years ago
  Andrew Borodin 672ba46c8b VFS: make vfs_class and vfs_s_subclass related macros more readable. 5 years ago
  Andrew Borodin 0fbd98fece Join vfs_class_flags_t and vfs_subclass_flags_t. 5 years ago
  Andrew Borodin c764d60238 VFS: (vfs_s_subclass): derive from vfs_class. 8 years ago
  Andrew Borodin 1dd8a47987 Ticket #3955: code cleanup before 4.8.23 release. 5 years ago
  Andrew Borodin 1fec6e9854 Partially revert "VFS: (vfs_s_subclass): make the derived class from vfs_class." 5 years ago
  Andrew Borodin c7206191bc Revert "VFS: make VFS-specific super class as derived one from vfs_s_super." 5 years ago
  Andrew Borodin c91e3d5edb Revert "VFS: make VFS-specific file handler class the derived one from vfs_file_handler_t." 5 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