Commit History

Author SHA1 Message Date
  Enrico Weigelt, metux IT service cb56023b4d VFS: moved functions from src/vfsdummy.h to vfs/vfs.h 14 years ago
  Slava Zanko c73e282823 Rewritten vfs_canon_and_translate() function for using glib functions. 14 years ago
  Enrico Weigelt, metux IT service ec1a52fb0a VFS: renamed USE_VFS to ENABLE_VFS 14 years ago
  Enrico Weigelt, metux IT service 43fa57ed65 VFS: added non-vfs version of vfs_canon_and_translate() 14 years ago
  Enrico Weigelt, metux IT service b3a0216000 VFS: added non-vfs version of vfs_translate_path_n() 14 years ago
  Enrico Weigelt, metux IT service 2153b3c5cd VFS: added non-vfs version of vfs_get_encoding() 14 years ago
  Enrico Weigelt, metux IT service e2e490a054 VFS: fixing symbol clash on mc_ungetlocalcopy() at non-vfs build 14 years ago
  Enrico Weigelt, metux IT service 9571b0ac15 VFS: fixing symbol clash on mc_readlink() at non-vfs build 14 years ago
  Enrico Weigelt, metux IT service 1ee19ccdc2 VFS: fixing symbol clash on mc_utime() at non-vfs build 14 years ago
  Enrico Weigelt, metux IT service 8cade48b13 VFS: fixing symbol clash on mc_write() at non-vfs build 14 years ago
  Enrico Weigelt, metux IT service 1b11c35b2b VFS: fixing symbol clash on mc_read() at non-vfs build 14 years ago
  Enrico Weigelt, metux IT service 54f302e2c9 VFS: fixing symbol clash on vfs_file_is_local() at non-vfs build 14 years ago
  Enrico Weigelt, metux IT service 49c83d786c VFS: fixing symbol clash on vfs_current_is_local() at non-vfs build 14 years ago
  Enrico Weigelt, metux IT service b86788822d VFS: fixing symbol clash on vfs_init() and vfs_shut() at non-vfs build 14 years ago
  Andrew Borodin 179e516c2a VFS: moved vfs_translate_url() declaration to the public scope. 15 years ago
  Andrew Borodin 5f61e9aaa4 Fixed missed #include's after rebase to current master. 15 years ago
  Slava Zanko 2ebdf91079 Merge branch 'm-utf-8' 15 years ago
  Slava Zanko 10b7bdb361 Project now build with: 15 years ago
  Mikhail S. Pobolovets 0a7899709b Simple doxygen description for files in vfs (not subdirs) directory. 15 years ago
  Slava Zanko 1efbe4a18a patches by Rostislav Beneš: mc-29-vfs 16 years ago
  Enrico Weigelt, metux IT service 183a66f7f5 changing return types of *read() and *write() functions to ssize_t 15 years ago
  Roland Illig 87ab858ab0 Removed unused <mman.h>. 19 years ago
  Roland Illig bb14c4e1da * vfs.h, vfs-impl.h, vfs.c, local.h, local.c, sfs.c: Removed 19 years ago
  Roland Illig 526bf72983 * vfs.h: Fixed prototypes for mc_read() and mc_write(). Now they 19 years ago
  Roland Illig 9997fa69f8 * *.h: Renamed the multiple inclusion guards. 19 years ago
  Roland Illig 6bbbeb77b4 * vfs.c: Changed types for mc_chmod, mc_chown, mc_mknod to mode_t, 20 years ago
  Andrew V. Samoilov 1bb010e66e Revert last changes 20 years ago
  Andrew V. Samoilov f2d94122cf * vfs.h, vfs.c: mc_chmod(), mc_chown() parameter type cleanup. 20 years ago
  Roland Illig acd63d7374 Moved the declaration of the init_*fs functions into specialized headers (*fs.h or vfs-impl.h). 20 years ago
  Roland Illig 1105b8e941 Splittet the vfs.h header into a user's part (vfs.h) and an implementor's part (vfs-impl.h). 20 years ago
  Roland Illig 3cf53917e1 Const-ified the mc_* functions. 20 years ago
  Roland Illig b17b1ac213 Const-ified the rest of the vfs_class methods. 20 years ago
  Roland Illig e0bf99d516 Made the path argument to vfs->{chmod,chown,utime} constant. 20 years ago
  Roland Illig dc70d154db Made the buf argument to vfs->write constant. 20 years ago
  Roland Illig 789e5e9bcb Made the path argument to vfs->[l]stat constant. Created a new memory leak, which will be fixed soon. 20 years ago
  Roland Illig b472c18c79 Made the patch argument to vfs->which const. 20 years ago
  Roland Illig db3f21b702 Added a typedef for a function. Added more const-ness to the function arguments. 20 years ago
  Roland Illig a0616a76be mc_ungetlocalcopy does not free its second argument anymore. 20 years ago
  Roland Illig 8e36bb7fe0 Marked the places where the arguments should be passed as "const". 20 years ago
  Pavel Roskin 6ffd35bf07 * gc.c: Eliminate all code for timestamping parent filesystems. 21 years ago
  Pavel Roskin 54b8c9aaad * vfs.c (vfs_split): Deconstify. 21 years ago
  Pavel Roskin 30c4bd1b6d * vfs.h: Constify chdir() and opendir() methods. Adjust all 21 years ago
  Pavel Roskin b33f2cbb47 * vfs.c: Split garbage collection code into ... 21 years ago
  Pavel Roskin 0318ed5d0b * vfs.c: Move all parsing code, vfs_die() and vfs_get_password() 21 years ago
  Pavel Roskin 77bcdc8127 * vfs.c (mc_ungetlocalcopy): Free local path here, not in class 21 years ago
  Pavel Roskin 8e3a0c9d65 * direntry.c (vfs_s_init_class): Improve interface to allow more 21 years ago
  Pavel Roskin 7d16d65e35 * vfs.h: Constify some arguments for many functions. 21 years ago
  Pavel Roskin a828849d50 * vfs.h: Remove redundant declaration of init_localfs(). 21 years ago
  Pavel Roskin 7c4fc715da * direntry.c (vfs_s_setctl): Implement VFS_SETCTL_FLUSH. 21 years ago
  Pavel Roskin e9ffcceae5 * direntry.c (vfs_s_setctl): Add support to VFS_SETCTL_LOGFILE. 21 years ago