| Commit message (Expand) | Author | Age | Files | Lines |
* | Move simple_httpd out of picobsd, add HTTPD option (default OFF) | Kyle Evans | 2019-10-01 | 1 | -501/+0 |
* | simple_httpd was not buildable for some time due to multiple missing | Eugene Grosbein | 2019-08-18 | 1 | -27/+27 |
* | simple_httpd: cosmetic cleanups. | Pedro F. Giffuni | 2014-09-18 | 1 | -76/+77 |
* | Warns fixes: use putenv rather than setenv to avoid constness problems, | David Malone | 2009-03-17 | 1 | -2/+3 |
* | Improve MIME handling. This patch is based on Eugene's patch, but | David Malone | 2004-08-16 | 1 | -15/+24 |
* | Don't forget to send the Content-length header after calculating it. | David Malone | 2003-04-05 | 1 | -0/+1 |
* | More warns cleanups and misc cleanups: | David Malone | 2003-04-05 | 1 | -25/+31 |
* | Don't return with a value in a void function. | David Malone | 2003-03-13 | 1 | -4/+4 |
* | Add a missing void in the parameter list of http_request(). | Jeroen Ruigrok van der Werven | 2002-04-07 | 1 | -1/+1 |
* | Give functions proper return type, since the default is an integer, where | Jeroen Ruigrok van der Werven | 2002-04-07 | 1 | -1/+7 |
* | Use %lld instead of %d in order to print struct stat's st_size, which is | Jeroen Ruigrok van der Werven | 2002-04-07 | 1 | -1/+1 |
* | Garbage collect unused variables. | Jeroen Ruigrok van der Werven | 2002-04-07 | 1 | -5/+2 |
* | Actually print the port we are listening too when specified verbose mode. | Jeroen Ruigrok van der Werven | 2002-04-07 | 1 | -1/+1 |
* | Fix the type of the NULL arg to execl() | Brian Somers | 2001-07-09 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Major PicoBSD update by luigi with some debugging help from myself. | Doug White | 1999-08-22 | 1 | -1/+1 |
* | Simple_HTTPd on steroids - major rework of the original program, by | Andrzej Bialecki | 1999-05-05 | 1 | -195/+307 |
* | Merge from RELENG_3. | Andrzej Bialecki | 1999-02-12 | 1 | -22/+32 |
* | Fix Makefile so it works. | Daniel O'Callaghan | 1999-01-16 | 1 | -5/+7 |
* | Initial import of PicoBSD v0.4 tree. | Andrzej Bialecki | 1998-08-27 | 1 | -0/+356 |