aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/tinyware/simple_httpd/README
Commit message (Collapse)AuthorAgeFilesLines
* Move simple_httpd out of picobsd, add HTTPD option (default OFF)Kyle Evans2019-10-011-167/+0
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=352927
* Spelling fixes for release/Ulrich Spörlein2012-01-071-5/+5
| | | | Notes: svn path=/head/; revision=229779
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Major PicoBSD update by luigi with some debugging help from myself.Doug White1999-08-221-1/+1
| | | | | | | | | | | | | | | | | . Now builds on -STABLE (-CURRENT is broken due to bugs) . etc directory contents centralized instead of in each type directory (can exclude & 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 Notes: svn path=/head/; revision=50186
* Simple_HTTPd on steroids - major rework of the original program, byAndrzej Bialecki1999-05-051-11/+155
| | | | | | | | | | | | | | | William Lloyd. New features include: * many additional command line options * "fetch" mode * less bugs :-) * better README. Submitted by: William Lloyd <wlloyd@lap.net> Reviewed by: abial Notes: svn path=/head/; revision=46493
* Merge from RELENG_3.Andrzej Bialecki1999-02-121-4/+21
| | | | Notes: svn path=/head/; revision=43939
* This server is not so non-forking as it seemed at first glance...Andrzej Bialecki1998-09-151-2/+2
| | | | | | | Submitted by: Jonathan H N Chin <jc254@newton.cam.ac.uk> Notes: svn path=/head/; revision=39270
* Initial import of PicoBSD v0.4 tree.Andrzej Bialecki1998-08-271-0/+6
Notes: svn path=/cvs2svn/branches/PICOBSD/; revision=38589