aboutsummaryrefslogtreecommitdiff
path: root/devel/libdombey
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.6Dennis Herrmann2011-02-033-4/+4
| | | | | | | | | PR: ports/154493 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=268595
* - Update to 1.5Dennis Herrmann2011-01-303-4/+4
| | | | | | | | | PR: ports/154386 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=268417
* - Update to 1.4Thomas Abthorpe2010-12-293-5/+4
| | | | | | | | PR: ports/153359 Submitted by: maintainer Notes: svn path=/head/; revision=267108
* - Fix distinfoThomas Abthorpe2010-09-271-3/+3
| | | | | | | Submitted by: QAT via ionbot Notes: svn path=/head/; revision=261961
* - Update to 1.3Thomas Abthorpe2010-09-273-5/+5
| | | | | | | | PR: ports/150950 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=261956
* - Update to 1.2Sahil Tandon2010-07-243-5/+5
| | | | | | | | PR: ports/148122 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=258126
* - Update to 1.1Thomas Abthorpe2010-05-043-5/+5
| | | | | | | | PR: ports/146204 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=253657
* - Fix plistThomas Abthorpe2010-04-241-1/+2
| | | | Notes: svn path=/head/; revision=253178
* - Fix distinfoThomas Abthorpe2010-04-241-3/+3
| | | | Notes: svn path=/head/; revision=253177
* libdombey implements an SCGI application server which is incapable ofThomas Abthorpe2010-04-244-0/+42
generating responses on its own. The programmer writes an initialization function and a function to generate responses, then compiles and links his or her code against the library to create a complete multi-process SCGI application server. libdombey is intended for use in applications where client requests are either GET requests or POST requests encoded with x-www-form-urlencoding. It drops connections over which it receives POST requests encoded as multipart/form-data. WWW: http://www.mammothcheese.ca/libdombey.html -- James Bailie <jimmy@mammothcheese.ca> http://www.mammothcheese.ca PR: ports/145998 Submitted by: James Bailie <jimmy at mammothcheese.ca> Notes: svn path=/head/; revision=253176