mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-24 13:26:52 +03:00
84 lines
2.9 KiB
Plaintext
84 lines
2.9 KiB
Plaintext
Wed Feb 11 14:09:02 1998 Oleg <oleg@pobox.com>
|
|
|
|
* extfs.c: Add support for writtable external file systems.
|
|
Required for the httpfs.
|
|
|
|
Fri Jan 23 07:27:37 1998 Peter Daum <gator@cs.tu-berlin.de>
|
|
|
|
* extfs.c (open_extfs_archive): Pass the quoted argument to the
|
|
list command.
|
|
|
|
* mailfs: new file system.
|
|
|
|
1997-12-21 Yuri Kuzmenko <Yuri.Kuzmenko@f169.n463.z2.fidonet.org>
|
|
|
|
* tar.c: fix the bug which core dumps when trying to view tar file
|
|
with many files (over 60000).
|
|
|
|
Mon Jul 21 18:47:37 1997 Miguel de Icaza <miguel@athena.nuclecu.unam.mx>
|
|
|
|
* vfs.c (mc_opendir): Do not make conversions between int/void *
|
|
to make the code compile and work on the Alpha correctly.
|
|
Allocate a pointer to an int and use that instead.
|
|
|
|
Thu Jul 3 19:08:43 1997 Michele Marziani <marziani@axpfe1.fe.infn.it>
|
|
|
|
* extfs/rpm: Small fix for older RPM files.
|
|
|
|
Mon Jun 9 19:00:30 1997 Norbert Warmuth <k3190@fh-sw.de>
|
|
|
|
* vfs/vfs.c (vfs_canon): Fix for the 'cd a:/somedir/..' problem
|
|
|
|
* vfs/vfs.c (vfs_add_non_current_stamps): when leaving a mtools fs
|
|
free the extfs buffers immediatly instead of waiting for the vfs-
|
|
timeout
|
|
|
|
Thu May 29 14:50:41 1997 Miguel de Icaza <miguel@athena.nuclecu.unam.mx>
|
|
|
|
* vfs.c (vfs_canon): the "local:" case was consuming one extra
|
|
character. This fixes the bug reported by Andrej. Also, handle
|
|
the non-canonical case of arguments to local:
|
|
|
|
Tue May 27 20:38:28 1997 Miguel de Icaza <miguel@athena.nuclecu.unam.mx>
|
|
|
|
* mcserv.c (get_client): The parent now waits for the first forked
|
|
process, getting rid of the zombies.
|
|
|
|
* utilvfs.c (open_tcp_link): If we can not contact the remote
|
|
portmapper, set the protocol version to 1.
|
|
|
|
Fri May 16 16:42:18 1997 Tomasz K³oczko, <kloczek@rudy.mif.pg.gda.pl>
|
|
|
|
* mc.spec: New spec file, this packages mc, mcserv and tkmc.
|
|
|
|
* lib/mcserv.init, lib/mc.sh, lib/mcserv.pamd: added
|
|
|
|
* vfs/ext/rpm: instead using sed and rpm -qpi use rpm queries,
|
|
more info currently displayed (changeslogs, Os, URL, packager
|
|
|
|
Tue May 13 18:14:49 1997 Wojtek Pilorz <wpilorz@bdk.lublin.pl>
|
|
|
|
* vfs/Makefile.in (INSTALL_PROGRAM): Use -m flag for install to
|
|
force vfs scripts to be executable on those systems that use
|
|
install.sh
|
|
|
|
* src/utilunix.c: Implement socketpair for SCO flavored systems.
|
|
|
|
Mon Mar 17 12:03:50 1997 Norbert Warmuth <k3190@fh-sw.de>
|
|
|
|
* configure.in (--with-hsc): fix.
|
|
|
|
* vfs/ftpfs.c (ftpfs_get_proxy_host_and_port): Fixed wrong parameter
|
|
passing (HSC_DEFAULT_PORT was passed as pointer to char instead of
|
|
passing it as integer)
|
|
|
|
Tue Feb 25 20:21:00 1997 Joseph M. Hinkle <jhinkle@rockisland.com>
|
|
|
|
* extfs/lha: Updated the lha filesystem and included a command
|
|
for running an executable from within an lha archive suggested
|
|
by Zdenek Kabelac <kabi@informatics.muni.cz>
|
|
|
|
* extfs/: Renamed cpio, deb, rar, rpm as *.in files and altered
|
|
config.in to create these VFS's for cleaner compilation
|
|
|