aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/tinyware/simple_httpd/simple_httpd.c
Commit message (Expand)AuthorAgeFilesLines
* 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-281-1/+1
* Major PicoBSD update by luigi with some debugging help from myself.Doug White1999-08-221-1/+1
* Simple_HTTPd on steroids - major rework of the original program, byAndrzej Bialecki1999-05-051-195/+307
* Merge from RELENG_3.Andrzej Bialecki1999-02-121-22/+32
* Fix Makefile so it works.Daniel O'Callaghan1999-01-161-5/+7
* Initial import of PicoBSD v0.4 tree.Andrzej Bialecki1998-08-271-0/+356