aboutsummaryrefslogtreecommitdiff
path: root/devel/busybee
Commit message (Collapse)AuthorAgeFilesLines
* - Upgrade to 0.5.0Veniamin Gvozdikov2014-07-063-8/+8
| | | | | | | - Update license Notes: svn path=/head/; revision=361010
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Changed my emailVeniamin Gvozdikov2013-07-221-2/+2
| | | | | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors) Notes: svn path=/head/; revision=323455
* BusyBee provides a messaging abstraction on top of TCP sockets.Wen Heping2013-05-155-0/+58
BusyBee is a refined version of the HyperDex event loop. It exposes a "messaging" abstraction on top of TCP and automatically packs/unpacks messages on the wire. At the core of BusyBee is a thread-safe event loop that enables multiple threads to send and receive messages concurrently. WWW: https://github.com/rescrv/busybee PR: 178655 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> Notes: svn path=/head/; revision=318243