summaryrefslogtreecommitdiff
path: root/hostmux/ChangeLog
blob: aa2c85428fd868babe1b93d29c415cee8ba57e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1997-08-18  Miles Bader  <miles@gnu.ai.mit.edu>

	* stubs.c (netfs_attempt_mkfile): Correctly implement the interface.

1997-08-14  Miles Bader  <miles@gnu.ai.mit.edu>

	* hostmux.c (DEFAULT_HOST_PAT): New macro.
	(options, main): Use DEFAULT_HOST_PAT.
	(netfs_append_args): New function.

1997-08-11  Miles Bader  <miles@gnu.ai.mit.edu>

	* mux.c (netfs_attempt_lookup): Handle `.' and `..' lookups.
	(netfs_get_dirents): Add entries for `.' and `..'.

1997-08-07  Miles Bader  <miles@gnu.ai.mit.edu>

	* hostmux.c (main): Use ARGP_IN_ORDER to parse args.

1997-06-13  Miles Bader  <miles@gnu.ai.mit.edu>

	* leaf.c (create_host_node): Set the times of the new node.
	(str_append): Function removed.
	(netfs_get_translator): Use argz_replace instead of doing it ourselves.
	* mux.c (netfs_get_dirents): MAX_DATA_LEN == 0 means `no limit'.
	* hostmux.h (touch): Function removed; all uses replaced by the
	appropriate use of fshelp_touch instead.
	(TOUCH_ATIME, TOUCH_MTIME, TOUCH_CTIME): Macro removed.
	(hostmux_maptime): Renamed from HOSTMUX_MAPPED_TIME; all uses changed.
	* hostmux.c (options): --host-pattern isn't optional.