aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/tinyware/simple_httpd
Commit message (Expand)AuthorAgeFilesLines
* simple_httpd: cosmetic cleanups.Pedro F. Giffuni2014-09-181-76/+77
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Spelling fixes for release/Ulrich Spörlein2012-01-071-5/+5
* Warns fixes: use putenv rather than setenv to avoid constness problems,David Malone2009-03-172-2/+4
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Improve MIME handling. This patch is based on Eugene's patch, butDavid Malone2004-08-161-15/+24
* Don't forget to send the Content-length header after calculating it.David Malone2003-04-051-0/+1
* More warns cleanups and misc cleanups:David Malone2003-04-051-25/+31
* Don't return with a value in a void function.David Malone2003-03-131-4/+4
* Add a missing void in the parameter list of http_request().Jeroen Ruigrok van der Werven2002-04-071-1/+1
* Give functions proper return type, since the default is an integer, whereJeroen Ruigrok van der Werven2002-04-071-1/+7
* Use %lld instead of %d in order to print struct stat's st_size, which isJeroen Ruigrok van der Werven2002-04-071-1/+1
* Garbage collect unused variables.Jeroen Ruigrok van der Werven2002-04-071-5/+2
* Actually print the port we are listening too when specified verbose mode.Jeroen Ruigrok van der Werven2002-04-071-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Major PicoBSD update by luigi with some debugging help from myself.Doug White1999-08-223-3/+3
* Simple_HTTPd on steroids - major rework of the original program, byAndrzej Bialecki1999-05-053-210/+463
* Merge from RELENG_3.Andrzej Bialecki1999-02-123-27/+55
* Fix Makefile so it works.Daniel O'Callaghan1999-01-162-8/+10
* This server is not so non-forking as it seemed at first glance...Andrzej Bialecki1998-09-151-2/+2
* Oops.. Forgot to add the MakefileAndrzej Bialecki1998-08-311-0/+9
* Initial import of PicoBSD v0.4 tree.Andrzej Bialecki1998-08-272-0/+362