Commit History

Author SHA1 Message Date
  Slava Zanko d7f3a8ab9f Code refactoring: extract functions from another function 11 years ago
  Slava Zanko 867687574f VFS: Add function for search superblock by any condition via callback 11 years ago
  Slava Zanko 95033da7c5 Rename function vfs_s_get_path() to vfs_get_super_by_vpath() 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] 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
  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 12 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
  Slava Zanko e6ec447585 Following prototypes of functions was changed in VFS-module API: 13 years ago
  Slava Zanko 922114a1d0 Following prototypes of functions was changed in VFS-module API: 13 years ago
  Slava Zanko 997876a109 Remove vfs_url_t structure (replace with vfs_path_element_t) 13 years ago
  Slava Zanko a12fdfbb0e VFS: many changes for use vfs_path_t 13 years ago
  Slava Zanko 9e4dc03e9e lib/vfs/direntry.c: vfs_s_inode_from_path() and vfs_s_get_path() now handle vfs_path_t 13 years ago
  Slava Zanko 152124d9b7 Following prototypes of functions was changed in VFS-module API: 13 years ago
  Slava Zanko d67da5dfa8 Following prototypes of functions was changed in VFS-module API: 13 years ago
  Slava Zanko 1406eb5035 Following prototypes of functions was changed in VFS-module API: 13 years ago
  Slava Zanko 479902f83e Following prototypes of functions was changed in VFS-module API: 13 years ago
  Andrew Borodin 42bc3171c3 Ticket #2361: VFS URI reimplementation 13 years ago
  Ilia Maslakov 5acb75c6cd Check whether VFS provides an open_archive() method. 13 years ago
  Andrew Borodin 1796c8536a Ticket #2535: segfault in FTP VFS 13 years ago
  Slava Zanko b46d2a3d62 Renamed struct vfs_s_fh to vfs_file_handler_t 13 years ago
  Andrew Borodin 68628184b1 vfs_s_super and vfs_s_fh now don't contain members specific to any vfs. 13 years ago
  Andrew Borodin 519246eccd Use GList to store directory content in vfs_s_inode. 13 years ago
  Andrew Borodin 401aaa5014 Ticket #2501: continue split of VFS core library and VFS plugins. 13 years ago
  Slava Zanko 5a458c702d Use events to show VFS messages. 13 years ago
  Slava Zanko 6c5f5bf768 VFS structure changes: 13 years ago