Slava Zanko
|
2ebdf91079
Merge branch 'm-utf-8'
|
16 years ago |
Slava Zanko
|
10b7bdb361
Project now build with:
|
16 years ago |
Mikhail S. Pobolovets
|
0a7899709b
Simple doxygen description for files in vfs (not subdirs) directory.
|
16 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
|
16 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
|
20 years ago |
Roland Illig
|
9997fa69f8
* *.h: Renamed the multiple inclusion guards.
|
20 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 |
Pavel Roskin
|
0b99804da2
* names.c: Merge ...
|
21 years ago |
Pavel Roskin
|
52844a3092
* vfs.h: Rename commands for mc_ctl() and mc_setctl() to make it
|
21 years ago |
Pavel Roskin
|
426c1836d5
* vfs.h: Remove all references to seekdir and telldir. Adjust
|
21 years ago |
Pavel Roskin
|
72c64a60e2
* extfs.c: Switch to self-registration.
|
21 years ago |
Pavel Roskin
|
2e524d3cad
* local.c: Switch to self-registration.
|
21 years ago |
Pavel Roskin
|
ce356e2ce0
Remove useless comment.
|
21 years ago |
Pavel Roskin
|
00b57fd4bf
* vfs.h: Remove typedef vfs, it's too ambiguous. Massive
|
21 years ago |
Pavel Roskin
|
4de9d4d10e
* vfs.h (ftpfs_hint_reread): Remove, it's unused.
|
21 years ago |
Pavel Roskin
|
6e6fd9b352
* vfs.c (vfs_add_noncurrent_stamps): Call vfs_rm_parents() at
|
21 years ago |
Pavel Roskin
|
5cad1eb493
* tarfs.c: Switch to self-registration.
|
21 years ago |
Pavel Roskin
|
c028805b33
* ftpfs.c: Switch to self-registration.
|
21 years ago |
Pavel Roskin
|
7081d35409
* vfs.h: Remove parts used only when USE_VFS is not defined.
|
21 years ago |
Pavel Roskin
|
1d6e00faf0
* vfs.h: Introduce new VFS flags instead of the old unused ones.
|
21 years ago |
Pavel Roskin
|
60bab59379
* vfs.c: Constify arguments of many functions.
|
21 years ago |
Pavel Roskin
|
091023c37a
* undelfs.c (undelfs_get_path): Constify first argument.
|
21 years ago |
Pavel Roskin
|
5659c0f5ee
* vfs.c (vfs_release_path): New function, code taken from
|
21 years ago |