История коммитов

Автор SHA1 Сообщение Дата
  Andrew Borodin 179e516c2a VFS: moved vfs_translate_url() declaration to the public scope. 15 лет назад
  Andrew Borodin 5f61e9aaa4 Fixed missed #include's after rebase to current master. 15 лет назад
  Slava Zanko 2ebdf91079 Merge branch 'm-utf-8' 15 лет назад
  Slava Zanko 10b7bdb361 Project now build with: 15 лет назад
  Mikhail S. Pobolovets 0a7899709b Simple doxygen description for files in vfs (not subdirs) directory. 15 лет назад
  Slava Zanko 1efbe4a18a patches by Rostislav Beneš: mc-29-vfs 16 лет назад
  Enrico Weigelt, metux IT service 183a66f7f5 changing return types of *read() and *write() functions to ssize_t 15 лет назад
  Roland Illig 87ab858ab0 Removed unused <mman.h>. 19 лет назад
  Roland Illig bb14c4e1da * vfs.h, vfs-impl.h, vfs.c, local.h, local.c, sfs.c: Removed 19 лет назад
  Roland Illig 526bf72983 * vfs.h: Fixed prototypes for mc_read() and mc_write(). Now they 19 лет назад
  Roland Illig 9997fa69f8 * *.h: Renamed the multiple inclusion guards. 19 лет назад
  Roland Illig 6bbbeb77b4 * vfs.c: Changed types for mc_chmod, mc_chown, mc_mknod to mode_t, 20 лет назад
  Andrew V. Samoilov 1bb010e66e Revert last changes 20 лет назад
  Andrew V. Samoilov f2d94122cf * vfs.h, vfs.c: mc_chmod(), mc_chown() parameter type cleanup. 20 лет назад
  Roland Illig acd63d7374 Moved the declaration of the init_*fs functions into specialized headers (*fs.h or vfs-impl.h). 20 лет назад
  Roland Illig 1105b8e941 Splittet the vfs.h header into a user's part (vfs.h) and an implementor's part (vfs-impl.h). 20 лет назад
  Roland Illig 3cf53917e1 Const-ified the mc_* functions. 20 лет назад
  Roland Illig b17b1ac213 Const-ified the rest of the vfs_class methods. 20 лет назад
  Roland Illig e0bf99d516 Made the path argument to vfs->{chmod,chown,utime} constant. 20 лет назад
  Roland Illig dc70d154db Made the buf argument to vfs->write constant. 20 лет назад
  Roland Illig 789e5e9bcb Made the path argument to vfs->[l]stat constant. Created a new memory leak, which will be fixed soon. 20 лет назад
  Roland Illig b472c18c79 Made the patch argument to vfs->which const. 20 лет назад
  Roland Illig db3f21b702 Added a typedef for a function. Added more const-ness to the function arguments. 20 лет назад
  Roland Illig a0616a76be mc_ungetlocalcopy does not free its second argument anymore. 20 лет назад
  Roland Illig 8e36bb7fe0 Marked the places where the arguments should be passed as "const". 20 лет назад
  Pavel Roskin 6ffd35bf07 * gc.c: Eliminate all code for timestamping parent filesystems. 21 лет назад
  Pavel Roskin 54b8c9aaad * vfs.c (vfs_split): Deconstify. 21 лет назад
  Pavel Roskin 30c4bd1b6d * vfs.h: Constify chdir() and opendir() methods. Adjust all 21 лет назад
  Pavel Roskin b33f2cbb47 * vfs.c: Split garbage collection code into ... 21 лет назад
  Pavel Roskin 0318ed5d0b * vfs.c: Move all parsing code, vfs_die() and vfs_get_password() 21 лет назад
  Pavel Roskin 77bcdc8127 * vfs.c (mc_ungetlocalcopy): Free local path here, not in class 21 лет назад
  Pavel Roskin 8e3a0c9d65 * direntry.c (vfs_s_init_class): Improve interface to allow more 21 лет назад
  Pavel Roskin 7d16d65e35 * vfs.h: Constify some arguments for many functions. 21 лет назад
  Pavel Roskin a828849d50 * vfs.h: Remove redundant declaration of init_localfs(). 21 лет назад
  Pavel Roskin 7c4fc715da * direntry.c (vfs_s_setctl): Implement VFS_SETCTL_FLUSH. 21 лет назад
  Pavel Roskin e9ffcceae5 * direntry.c (vfs_s_setctl): Add support to VFS_SETCTL_LOGFILE. 21 лет назад
  Pavel Roskin 0b99804da2 * names.c: Merge ... 21 лет назад
  Pavel Roskin 52844a3092 * vfs.h: Rename commands for mc_ctl() and mc_setctl() to make it 21 лет назад
  Pavel Roskin 426c1836d5 * vfs.h: Remove all references to seekdir and telldir. Adjust 21 лет назад
  Pavel Roskin 72c64a60e2 * extfs.c: Switch to self-registration. 21 лет назад
  Pavel Roskin 2e524d3cad * local.c: Switch to self-registration. 21 лет назад
  Pavel Roskin ce356e2ce0 Remove useless comment. 21 лет назад
  Pavel Roskin 00b57fd4bf * vfs.h: Remove typedef vfs, it's too ambiguous. Massive 21 лет назад
  Pavel Roskin 4de9d4d10e * vfs.h (ftpfs_hint_reread): Remove, it's unused. 21 лет назад
  Pavel Roskin 6e6fd9b352 * vfs.c (vfs_add_noncurrent_stamps): Call vfs_rm_parents() at 21 лет назад
  Pavel Roskin 5cad1eb493 * tarfs.c: Switch to self-registration. 21 лет назад
  Pavel Roskin c028805b33 * ftpfs.c: Switch to self-registration. 21 лет назад
  Pavel Roskin 7081d35409 * vfs.h: Remove parts used only when USE_VFS is not defined. 21 лет назад
  Pavel Roskin 1d6e00faf0 * vfs.h: Introduce new VFS flags instead of the old unused ones. 21 лет назад
  Pavel Roskin 60bab59379 * vfs.c: Constify arguments of many functions. 21 лет назад