aboutsummaryrefslogtreecommitdiff
path: root/net/spserver
Commit message (Collapse)AuthorAgeFilesLines
* 1: Add support of STAGE.Vanilla I. Shu2013-09-247-32/+40
| | | | | | | 2: do not overwrite CFLAGS. Notes: svn path=/head/; revision=328167
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Fixed with clang.Vanilla I. Shu2013-09-086-17/+40
| | | | Notes: svn path=/head/; revision=326701
* Make MAKE_JOBS_UNSAFE.Vanilla I. Shu2013-07-211-2/+3
| | | | | | | Obtained from: miwi@ Notes: svn path=/head/; revision=323366
* Convert to new options frameworkBaptiste Daroussin2013-06-041-14/+10
| | | | | | | While here trim parts related to unsupported FreeBSD versions Notes: svn path=/head/; revision=319824
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-2/+2
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* Fix build error with clang.Vanilla I. Shu2011-09-164-12/+32
| | | | Notes: svn path=/head/; revision=281837
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-2/+2
| | | | Notes: svn path=/head/; revision=275104
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update libevent to 1.4.14bMartin Matuska2010-07-251-1/+1
| | | | | | | | PR: ports/147723 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=258238
* Upgrade to 0.9.5.Vanilla I. Shu2009-12-145-82/+28
| | | | Notes: svn path=/head/; revision=245756
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-161-2/+2
| | | | Notes: svn path=/head/; revision=239670
* 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