aboutsummaryrefslogtreecommitdiff
path: root/www/tinytinyhttpd
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.9Martin Wilke2009-11-044-7/+21
| | | | | | | | PR: 140260 Submitted by: Shinsuke Matsui <smatsui@karashi.org> (maintainer) Notes: svn path=/head/; revision=243739
* - Update to 0.0.8Martin Wilke2009-09-302-4/+4
| | | | | | | | PR: 139231 Submitted by: Shinsuke Matsui <smatsui@karashi.org> (maintainer) Notes: svn path=/head/; revision=242268
* - Update to 0.0.6bMartin Wilke2009-08-182-9/+9
| | | | | | | | PR: 137898 Submitted by: Shinsuke Matsui <smatsui@karashi.org> (maintainer) Notes: svn path=/head/; revision=239883
* - Update to 0.0.5Dmitry Marakasov2009-08-102-4/+4
| | | | | | | | PR: 137598 Submitted by: Shinsuke Matsui <smatsui@karashi.org> (maintainer) Notes: svn path=/head/; revision=239267
* - Update to 0.0.4cMartin Wilke2009-08-072-4/+4
| | | | | | | | PR; 137471 Submitted by: Shinsuke Matsui <smatsui@karashi.org> (maintainer) Notes: svn path=/head/; revision=239114
* tinytinyhttpd is a very lightweight HTTP server written in C.Martin Wilke2009-08-054-0/+60
It supports multi threads, customization, directory listing and CGI. It is confirmed to run the following software under tinytinyhttpd with no hassle: * MTOS(Movable Type Open Source) (perl) * WordPress (php) * blogn Plus (php) * tDiary (ruby) * PukiWiki (php) * NucreusCMS (php) * blosxom (perl) WWW: http://github.com/mattn/tinytinyhttpd/tree/master PR: ports/137354 Submitted by: Shinsuke Matsui <smatsui at karashi.org> Notes: svn path=/head/; revision=238985