changeset 73560:704c8c8a5353

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 30 Oct 2006 23:24:18 +0000
parents 408b3aee0a29
children cdd279778a20
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Oct 30 23:20:45 2006 +0000
+++ b/lisp/ChangeLog	Mon Oct 30 23:24:18 2006 +0000
@@ -1,3 +1,16 @@
+2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
+
+	* server.el: Add support for TCP sockets.
+	(server-use-tcp, server-host, server-auth-dir): New options.
+	(server-auth-key): New variable.
+	(server-ensure-safe-dir): Create nonexistent parent dirs.  Ignore
+	Unix-style file modes on Windows.
+	(server-start): Crete a TCP or Unix socket according to the value
+	of `server-use-tcp'.  For TCP sockets, create the id/auth file in
+	`server-auth-dir' directory.
+	(server-process-filter): Delete process if authentication
+	fails (which never happens for Unix sockets).
+
 2006-10-30  David Kastrup  <dak@gnu.org>
 
 	* subr.el (add-to-list): Don't continue checking if a match has