summaryrefslogtreecommitdiffstats
path: root/release/picobsd/tinyware/simple_httpd/simple_httpd.c
Commit message (Expand)AuthorAgeFilesLines
* Warns fixes: use putenv rather than setenv to avoid constness problems,dwmalone2009-03-171-2/+3
* Improve MIME handling. This patch is based on Eugene's patch, butdwmalone2004-08-161-15/+24
* Don't forget to send the Content-length header after calculating it.dwmalone2003-04-051-0/+1
* More warns cleanups and misc cleanups:dwmalone2003-04-051-25/+31
* Don't return with a value in a void function.dwmalone2003-03-131-4/+4
* Add a missing void in the parameter list of http_request().asmodai2002-04-071-1/+1
* Give functions proper return type, since the default is an integer, whereasmodai2002-04-071-1/+7
* Use %lld instead of %d in order to print struct stat's st_size, which isasmodai2002-04-071-1/+1
* Garbage collect unused variables.asmodai2002-04-071-5/+2
* Actually print the port we are listening too when specified verbose mode.asmodai2002-04-071-1/+1
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Major PicoBSD update by luigi with some debugging help from myself.dwhite1999-08-221-1/+1
* Simple_HTTPd on steroids - major rework of the original program, byabial1999-05-051-195/+307
* Merge from RELENG_3.abial1999-02-121-22/+32
* Fix Makefile so it works.danny1999-01-161-5/+7
* Initial import of PicoBSD v0.4 tree.abial1998-08-271-0/+356
OpenPOWER on IntegriCloud