<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/release/picobsd/tinyware/simple_httpd/README, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Move simple_httpd out of picobsd, add HTTPD option (default OFF)</title>
<updated>2019-10-01T14:55:16+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2019-10-01T14:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2d0a92c9ab15c6df408f4fe864cee256e1dc9f8a'/>
<id>2d0a92c9ab15c6df408f4fe864cee256e1dc9f8a</id>
<content type='text'>
picobsd/tinyware has had this compact HTTPD server for a long time, and some
people do use it. Move it out into usr.sbin well in advance of any action
being taken on picobsd.

This has been gated behind an HTTPD option defaulted to *off*, primarily for
two reasons:
1.) This code likely needs a good audit, as it's been living off in picobsd
    land for a long time, and
2.) We don't currently ship an httpd and this may not be a welcome surprise.

Reviewed by:	eugen
Differential Revision:	https://reviews.freebsd.org/D21724
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
picobsd/tinyware has had this compact HTTPD server for a long time, and some
people do use it. Move it out into usr.sbin well in advance of any action
being taken on picobsd.

This has been gated behind an HTTPD option defaulted to *off*, primarily for
two reasons:
1.) This code likely needs a good audit, as it's been living off in picobsd
    land for a long time, and
2.) We don't currently ship an httpd and this may not be a welcome surprise.

Reviewed by:	eugen
Differential Revision:	https://reviews.freebsd.org/D21724
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes for release/</title>
<updated>2012-01-07T16:09:43+00:00</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2012-01-07T16:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b07e9f3facc0a0d99012f414027624e517276c76'/>
<id>b07e9f3facc0a0d99012f414027624e517276c76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Major PicoBSD update by luigi with some debugging help from myself.</title>
<updated>1999-08-22T21:45:24+00:00</updated>
<author>
<name>Doug White</name>
<email>dwhite@FreeBSD.org</email>
</author>
<published>1999-08-22T21:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=843fcabd9e990311f671867d37541fdc069c7e90'/>
<id>843fcabd9e990311f671867d37541fdc069c7e90</id>
<content type='text'>
. Now builds on -STABLE (-CURRENT is broken due to bugs)
. etc directory contents centralized instead of in each
  type directory (can exclude &amp; override as desired)
. Removed extraneous language files (lang files for rc really necessary?)
. dialog-based build tool with support for custom floppy builds
. MFS image loads as a mfs_root module instead of compiled into kernel

THIS IS BROKEN ON CURRENT.  I'll MFC to -STABLE immediately following.
luigi tells me I have an OK from jkh on the MFC.

Submitted by:	luigi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
. Now builds on -STABLE (-CURRENT is broken due to bugs)
. etc directory contents centralized instead of in each
  type directory (can exclude &amp; override as desired)
. Removed extraneous language files (lang files for rc really necessary?)
. dialog-based build tool with support for custom floppy builds
. MFS image loads as a mfs_root module instead of compiled into kernel

THIS IS BROKEN ON CURRENT.  I'll MFC to -STABLE immediately following.
luigi tells me I have an OK from jkh on the MFC.

Submitted by:	luigi
</pre>
</div>
</content>
</entry>
<entry>
<title>Simple_HTTPd on steroids - major rework of the original program, by</title>
<updated>1999-05-05T07:22:34+00:00</updated>
<author>
<name>Andrzej Bialecki</name>
<email>abial@FreeBSD.org</email>
</author>
<published>1999-05-05T07:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a4cc70689638026cff5da59293a20b5067e9efa6'/>
<id>a4cc70689638026cff5da59293a20b5067e9efa6</id>
<content type='text'>
William Lloyd. New features include:

* many additional command line options
* "fetch" mode
* less bugs :-)
* better README.

Submitted by:	William Lloyd &lt;wlloyd@lap.net&gt;
Reviewed by:	abial
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
William Lloyd. New features include:

* many additional command line options
* "fetch" mode
* less bugs :-)
* better README.

Submitted by:	William Lloyd &lt;wlloyd@lap.net&gt;
Reviewed by:	abial
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from RELENG_3.</title>
<updated>1999-02-12T20:36:13+00:00</updated>
<author>
<name>Andrzej Bialecki</name>
<email>abial@FreeBSD.org</email>
</author>
<published>1999-02-12T20:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f8ee1a074acd7ecd33ba6be16f05b4dc5f5c2c3b'/>
<id>f8ee1a074acd7ecd33ba6be16f05b4dc5f5c2c3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This server is not so non-forking as it seemed at first glance...</title>
<updated>1998-09-15T11:17:07+00:00</updated>
<author>
<name>Andrzej Bialecki</name>
<email>abial@FreeBSD.org</email>
</author>
<published>1998-09-15T11:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e2efbdd232ddc9474b5f1262d6a93ac5f9298e06'/>
<id>e2efbdd232ddc9474b5f1262d6a93ac5f9298e06</id>
<content type='text'>
Submitted by:	Jonathan H N Chin &lt;jc254@newton.cam.ac.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Jonathan H N Chin &lt;jc254@newton.cam.ac.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial import of PicoBSD v0.4 tree.</title>
<updated>1998-08-27T17:38:45+00:00</updated>
<author>
<name>Andrzej Bialecki</name>
<email>abial@FreeBSD.org</email>
</author>
<published>1998-08-27T17:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c9d8fd0a7bb8ae40b9da7c52caec851ca9d0cf3e'/>
<id>c9d8fd0a7bb8ae40b9da7c52caec851ca9d0cf3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
