aboutsummaryrefslogtreecommitdiff
path: root/devel/libserver
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.12Thomas Abthorpe2012-07-182-3/+3
| | | | | | | | PR: ports/169616 Submitted by: maintainer Notes: svn path=/head/; revision=301059
* - Update to 1.11Thomas Abthorpe2012-05-112-3/+3
| | | | | | | | PR: ports/167455 Submitted by: maintainer Notes: svn path=/head/; revision=296439
* - Update to 1.10Thomas Abthorpe2012-01-242-3/+3
| | | | | | | | PR: ports/164179 Submitted by: maintainer Notes: svn path=/head/; revision=289706
* - Update to 1.9Thomas Abthorpe2011-12-313-8/+8
| | | | | | | | PR: ports/163686 Submitted by: maintainer Notes: svn path=/head/; revision=288340
* - Update to 1.8Martin Wilke2011-11-112-3/+3
| | | | | | | | | PR: 162443 Submitted by: jimmy@mammothcheese.ca (maintainer) Feature safe: yes Notes: svn path=/head/; revision=285580
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-4/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Update to 1.7Thomas Abthorpe2011-08-103-4/+6
| | | | | | | | PR: ports/159404 Submitted by: maintainer Notes: svn path=/head/; revision=279379
* - Update to 1.6Thomas Abthorpe2011-05-243-4/+4
| | | | | | | | PR: ports/156918 Submitted by: maintainer Notes: svn path=/head/; revision=274563
* - Update to 1.5Thomas Abthorpe2011-03-303-4/+4
| | | | | | | | PR: ports/155923 Submitted by: maintainer Notes: svn path=/head/; revision=272001
* - Update to 1.4Thomas Abthorpe2011-02-023-4/+4
| | | | | | | | | PR: ports/154387 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=268534
* - Update to 1.3Thomas Abthorpe2010-12-293-4/+4
| | | | | | | | PR: ports/153360 Submitted by: maintainer Notes: svn path=/head/; revision=267109
* - Update to 1.2.Alberto Villa2010-12-143-6/+5
| | | | | | | | PR: ports/152996 Approved by: tabthorpe (mentor, implicit) Notes: svn path=/head/; revision=266296
* - Fix distinfoThomas Abthorpe2010-09-271-3/+3
| | | | | | | Submitted by: QAT via ionbot Notes: svn path=/head/; revision=261961
* - Update to 1.1Thomas Abthorpe2010-09-273-5/+5
| | | | | | | | PR: ports/150951 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=261958
* libserver implements a generic multi-process TCP server which is incapableThomas Abthorpe2010-09-224-0/+38
of servicing connections on its own. The programmer writes an initialization function and a function to service connections, then compiles and links his or her code against the library to create a complete multi-process TCP server. WWW: http://www.mammothcheese.ca/ -- James Bailie <jimmy@mammothcheese.ca> http://www.mammothcheese.ca PR: ports/150704 Submitted by: James Bailie <jimmy at mammothcheese.ca> Notes: svn path=/head/; revision=261577