Commit History

Author SHA1 Message Date
  Andrew Borodin 0dacce4228 Do not include <sys/select> globally via "lib/global.h". 5 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. 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 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." 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