*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Sun, 31 Jul 2005 04:51:50 +0000 (04:51 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Sun, 31 Jul 2005 04:51:50 +0000 (04:51 +0000)
tests/js-test/js/httpd/httpd.js
tests/js-test/js/httpd/options.js

index 4d2d831..83315db 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: httpd.js,v 1.70 2005/07/24 02:29:15 mmondor Exp $ */
+/* $Id: httpd.js,v 1.71 2005/07/31 04:51:50 mmondor Exp $ */
 
 /*
  * Copyright (c) 2005, Matthew Mondor
@@ -62,7 +62,7 @@
  * Server identification
  */
 SERVER_VERSION                 = 'mmondor_js_httpd/0.0.1 (NetBSD)';
-SERVER_CVSID   = '$Id: httpd.js,v 1.70 2005/07/24 02:29:15 mmondor Exp $';
+SERVER_CVSID   = '$Id: httpd.js,v 1.71 2005/07/31 04:51:50 mmondor Exp $';
 
 
 
@@ -645,7 +645,7 @@ FD.prototype.init = function(time, idx)
 
        /*
         * Note that fcntl(2) and setsockopt(2) flags applied to the bound
-        * descriptors are inherited to their parent sockets at accept(2).
+        * descriptors are inherited to their children sockets at accept(2).
         * We therefore can save a few syscalls here.
         * We are non-blocking already, for instance.
         */
index d930214..060de7b 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: options.js,v 1.14 2005/07/14 12:42:11 mmondor Exp $ */
+/* $Id: options.js,v 1.15 2005/07/31 04:51:50 mmondor Exp $ */
 
 var options = {
        max_connections:        32,
@@ -57,6 +57,8 @@ var mimetypes  = {
                                                    "jso" ],
        'text/plain':                           [ "txt" ],
        'text/css':                             [ "css" ],
+       'application/x-xpinstall':              [ "xpi" ],
+       'application/vnd.mozilla.xul+xml':      [ "xul" ],
        'application/pdf':                      [ "pdf" ],
        'application/postscript':               [ "ps" ],
        'application/x-tar':                    [ "tar" ],