aboutsummaryrefslogtreecommitdiff
path: root/www/libhttpd-persistent
Commit message (Collapse)AuthorAgeFilesLines
* Udate to 1.3hLars Thegler2004-06-232-4/+3
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=112028
* Change of email address.Lars Thegler2004-06-011-1/+1
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=110600
* Add missing directoryKris Kennaway2004-04-151-0/+1
| | | | Notes: svn path=/head/; revision=107103
* Add size data, approved by maintainers.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104563
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Update to 1.3fSergei Kolobov2003-12-143-4/+4
| | | | | | | | PR: 60214 Submitted by: maintainer Notes: svn path=/head/; revision=95792
* - Attempt to fix bento build failure by patchingSergei Kolobov2003-10-281-0/+28
| | | | | | | | | | | to avoid sending output to /dev/tty PR: 58584 Submitted by: maintainer Approved by: krion (implicit) Notes: svn path=/head/; revision=92437
* Add libhttpd-persistent, library for embedded web servers.Sergei Kolobov2003-10-234-0/+58
libHTTPD can be used to add basic web server capabilities to an application or embedded device. The library handles both static and dynamically generated content, has very low overheads, and provides many features to simplify the creation of web based application interfaces. This is a version modified for persistent connections by the author of daapd. PR: 58350 Submitted by: Lars Thegler <lars@thegler.dk> Approved by: krion (implicit) Notes: svn path=/head/; revision=91992