Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd sort the contributor list, and update the defi...



details:   https://anonhg.NetBSD.org/src/rev/ec339f3e10c2
branches:  trunk
changeset: 325644:ec339f3e10c2
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jan 02 08:47:38 2014 +0000

description:
sort the contributor list, and update the defines list to include lua.

diffstat:

 libexec/httpd/bozohttpd.8 |  34 +++++++++++++++++++---------------
 1 files changed, 19 insertions(+), 15 deletions(-)

diffs (76 lines):

diff -r 2f8e2ae6931b -r ec339f3e10c2 libexec/httpd/bozohttpd.8
--- a/libexec/httpd/bozohttpd.8 Thu Jan 02 08:30:22 2014 +0000
+++ b/libexec/httpd/bozohttpd.8 Thu Jan 02 08:47:38 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: bozohttpd.8,v 1.42 2014/01/02 08:22:59 mrg Exp $
+.\"    $NetBSD: bozohttpd.8,v 1.43 2014/01/02 08:47:38 mrg Exp $
 .\"
 .\"    $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
 .\"
@@ -368,11 +368,15 @@
 not supported.
 .Pp
 .Nm
-can be compiled without CGI support (NO_CGIBIN_SUPPORT), user
-transformations (NO_USER_SUPPORT), directory index support (NO_DIRINDEX_SUPPORT),
-daemon mode support (NO_DAEMON_MODE), and dynamic MIME content
-(NO_DYNAMIC_CONTENT), and SSL support (NO_SSL_SUPPORT) by defining the listed
-macros when building
+can be compiled without
+CGI support (NO_CGIBIN_SUPPORT),
+user transformations (NO_USER_SUPPORT),
+directory index support (NO_DIRINDEX_SUPPORT),
+daemon mode support (NO_DAEMON_MODE),
+dynamic MIME content (NO_DYNAMIC_CONTENT),
+Lua suport (NO_LUA_SUPPORT),
+and SSL support (NO_SSL_SUPPORT)
+by defining the listed macros when building
 .Nm .
 .Ss HTTP BASIC AUTHORISATION
 .Nm
@@ -522,10 +526,6 @@
 .Aq Mt mbalmer%NetBSD.org@localhost
 added Lua support for dynamic content creation
 .It
-.An Arnaud Lacombe
-.Aq Mt alc%NetBSD.org@localhost
-provided some clean up for memory leaks
-.It
 .An Christoph Badura
 .Aq Mt bad%bsd.de@localhost
 provided Range: header support
@@ -542,6 +542,11 @@
 .Aq Mt chuck%research.att.com@localhost
 provided cgi-bin support fixes, and more
 .It
+.An Alistair G. Crooks
+.Aq Mt agc%NetBSD.org@localhost
+cleaned up many internal interfaces, made bozohttpd linkable as a
+library and provided the Lua binding.
+.It
 .An DEGROOTE Arnaud
 .Aq Mt degroote%NetBSD.org@localhost
 provided a fix for daemon mode
@@ -554,11 +559,6 @@
 .Aq Mt pek%pdc.kth.se@localhost
 provided a fix for a minor (non-security) buffer overflow condition
 .It
-.An Alistair G. Crooks
-.Aq Mt agc%NetBSD.org@localhost
-cleaned up many internal interfaces, made bozohttpd linkable as a
-library and provided the Lua binding.
-.It
 .An Roland Dowdeswell
 .Aq Mt elric%NetBSD.org@localhost
 added support for serving gzipped files and better SSL handling
@@ -595,6 +595,10 @@
 .Aq Mt wiz%NetBSD.org@localhost
 provided many fixes and enhancements for the man page
 .It
+.An Arnaud Lacombe
+.Aq Mt alc%NetBSD.org@localhost
+provided some clean up for memory leaks
+.It
 .An Johnny Lam
 .Aq Mt jlam%NetBSD.org@localhost
 provided man page fixes



Home | Main Index | Thread Index | Old Index