Pavel Roskin
cf8ab0de99
* extfs.c (s_readdir): Simplify.
...
* direntry.c (vfs_s_readdir): Use vfs_dirent.
* mcfs.c (mcfs_readdir): Likewise.
* smbfs.c (smbfs_readdir): Likewise.
* undelfs.c (undelfs_readdir): Use vfs_dirent and
compute_namelen().
2002-08-15 21:15:17 +00:00
Pavel Roskin
0b4a33c10f
* undelfs.c (undelfs_opendir): Use parametrized messages without
...
VFS name for success and failure.
* fish.c (dir_load): Use new messages from undelfs.c, indicate
success by printing "done".
* ftpfs.c (dir_load): Likewise.
2002-07-19 04:29:37 +00:00
Pavel Roskin
721ae83fff
* undelfs.c: Use ext2_ino_t to avoid warnings with e2fsprogs
...
1.20 and newer.
2001-11-14 17:57:06 +00:00
Pavel Roskin
2b9f5265b4
* ftpfs.c (command): Declare with the printf attribute.
...
* undelfs.c: Remove declaration of print_vfs_message().
2001-10-20 07:12:55 +00:00
Pavel Roskin
6fe51516de
* cpio.c (vfs_cpiofs_ops): Use short name for the filesystem.
...
This avoids creating long filenames in dirent.c when the "name"
field is used.
* extfs.c (vfs_extfs_ops): Likewise.
* fish.c (vfs_fish_ops): Likewise.
* ftpfs.c (vfs_ftpfs_ops): Likewise.
* local.c (vfs_local_ops): Likewise.
(vfs_nil_ops): Likewise.
* mcfs.c (vfs_mcfs_ops): Likewise.
* sfs.c (vfs_sfs_ops): Likewise.
* tar.c (vfs_tarfs_ops): Likewise.
* undelfs.c (vfs_undelfs_ops): Likewise.
2001-06-11 21:58:58 +00:00
Pavel Roskin
e828211662
Updated address of Free Software Foundation
2000-08-22 22:50:00 +00:00
Pavel Machek
9e7b2625d5
2000-04-10 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
...
* undelfs.c: use NULLs instead of 0s when you assign to pointers!
2000-04-10 12:23:00 +00:00
Pavel Machek
0de889ce6f
Applied changes by "Andrew V. Samoilov" <sav@bcs.zp.ua>
...
Fixed files with names like "1900" (or broken them other way), minor
coding style fixes.
2000-01-05 14:13:57 +00:00
Pavel Machek
748e4c38f9
1999-12-15 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
...
* Merged changes by Andrew V. Samoilov <sav@bcs.zp.ua>. They are
mostly internationalization + fixing stupid bugs of mine
1999-12-16 12:55:16 +00:00
Pavel Machek
1139602a9b
Return value is needed for mc_[un]getlocalcopy.
1999-11-11 14:23:40 +00:00
Timur Bakeyev
e57da1f7b3
Glibing....
...
Wed Jan 27 03:09:48 1999 Timur I. Bakeyev <mc@bat.ru>
* All around the source: Changed copy_strings() to g_strconcat(). Modi-
fy last parameter in concat_dir_and_file() to "" - to prevent stack from
disbalancing.
1999-01-27 00:49:11 +00:00
Timur Bakeyev
6f7a1992e7
Fri Jan 22 01:41:25 1999 Timur I. Bakeyev <mc@bat.ru>
...
* undelfs.c: Found one more unconverted realloc() call.
1999-01-21 22:41:36 +00:00
Miguel de Icaza
06498da7bd
Fix
1999-01-21 03:33:58 +00:00
Timur Bakeyev
bf81009392
Actually commit all my changers. Fear :>
1999-01-20 22:01:11 +00:00
Pavel Machek
176dc1f70d
static's added, do_reget hack removed
1998-10-12 22:07:53 +00:00
Pavel Machek
a92e6f3ea8
Changed license to LGPL, added passing of vfs * (acting as self), so
...
we can do OOP-like trics.
1998-09-27 19:27:58 +00:00
Pavel Machek
286c61a200
Undelfs was too broken for too long.
1998-08-31 10:02:52 +00:00
Miguel de Icaza
7a7f7a3d85
Integration of Pavel Machek's vfs code split and vfs syntax change.
...
The VFS code can now be used by other applications (if you compile the
libvfs.a target and link against this).
Syntax has changes internally from the url-like syntax to a new syntax
that does not have ambiguities. A default conversor for the new syntax
will be provided in the future, also dealing with the user ~/.mc/ext files
is currently in a non-optimal state.
Keep an eye on this mailing list.
Miguel.
1998-05-26 00:53:24 +00:00
Miguel de Icaza
eb6b3842ab
Initial revision
1998-02-27 04:54:42 +00:00