aboutsummaryrefslogtreecommitdiff
path: root/net/spserver
Commit message (Collapse)AuthorAgeFilesLines
* Add a patch to fix deadloop when client is closing connection, but server ↵Vanilla I. Shu2009-07-022-7/+69
| | | | | | | | | has been blocked in handle. Obtained from: http://code.google.com/p/spserver/source/detail?r=128 Notes: svn path=/head/; revision=236892
* Add a patch to reduce log size.Vanilla I. Shu2009-06-032-4/+35
| | | | Notes: svn path=/head/; revision=235084
* Upgrade to 0.9.4.Vanilla I. Shu2009-03-173-5/+6
| | | | Notes: svn path=/head/; revision=230292
* Add gnutls support, and bump version.Vanilla I. Shu2008-10-077-9/+171
| | | | Notes: svn path=/head/; revision=221296
* Upgrade to 0.9.3.Vanilla I. Shu2008-09-305-29/+13
| | | | Notes: svn path=/head/; revision=221011
* - Update libevent dependency and bump PORTREVISIONMarcus Alves Grando2008-08-191-2/+2
| | | | Notes: svn path=/head/; revision=218857
* Upgrade to 0.9.2.Vanilla I. Shu2008-06-294-25/+13
| | | | Notes: svn path=/head/; revision=215937
* Upgrade to 0.9.1.Vanilla I. Shu2008-05-244-10/+16
| | | | Notes: svn path=/head/; revision=213605
* Upgrade to 0.9.0.Vanilla I. Shu2008-05-1616-150/+45
| | | | Notes: svn path=/head/; revision=213104
* Use ${MASTER_SITE_GOOGLE_CODE} instead ofEdwin Groothuis2008-03-061-1/+1
| | | | | | | | | http://something.googlecode.com/files PR: ports/121435 (related) Notes: svn path=/head/; revision=208538
* - Bump PORTREVISION since devel/libevent are updated.Marcus Alves Grando2008-01-021-2/+2
| | | | Notes: svn path=/head/; revision=204872
* - Change libevent lib and bump PORTREVISION since devel/libevent are updated.Marcus Alves Grando2007-09-211-1/+2
| | | | Notes: svn path=/head/; revision=199865
* Upgrade to 0.8.Vanilla I. Shu2007-08-2420-62/+123
| | | | Notes: svn path=/head/; revision=198235
* Upgrade to 0.7.Vanilla I. Shu2007-08-126-21/+35
| | | | Notes: svn path=/head/; revision=197490
* Fix building on current/amd64.Vanilla I. Shu2007-08-091-0/+15
| | | | Notes: svn path=/head/; revision=197374
* Upgrade to 0.6.Vanilla I. Shu2007-07-025-10/+22
| | | | Notes: svn path=/head/; revision=194656
* Upgrade to 0.5.Vanilla I. Shu2007-06-234-4/+25
| | | | Notes: svn path=/head/; revision=194117
* Add spserver,Vanilla I. Shu2007-06-2314-0/+209
it's a tcp server framework library written in C++ based on libevent. Notes: svn path=/head/; revision=194111