aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* one more step toward 5.2 compatibilityv3.1.5Benoit Germain2012-07-101-302/+0
| | | | | | * lua51-lanes renamed lanes.core * keeper state microcode is no longer embedded inside lanes.core, but located and loaded with package.loaders[2] * changed rockspec build type from "make" to "builtin"
* * linda:receive() batched mode now accepts a max_count optional argumentBenoit Germain2012-06-121-12/+14
|
* linda:send() raises an error when there is no data to send instead of ↵v2.2.0Benoit Germain2011-05-141-1/+0
| | | | silently doing nothing.
* * linda uses a fast FIFO implementation to speed up data exchangesBenoit Germain2011-04-181-91/+134
| | | | | | | | * new linda:count() method * new linda batched data read mode * proper key type check in all linda methods * fix setup-vc.cmd to support Visual Studio 2010 and Windows 7 64 bits * bugfix: release keeper state mutex at desinit
* New featuresBenoit Germain2011-03-301-4/+18
| | | | | | * linda honors __tostring and __concat * new accessor linda:keys(), to retrieve the list of keys with pending data inside a linda * new lanes options packagepath and packagecpath, in case one needs to set them differently than the default
* * keeper.lua is now embedded in text form instead of bytecode to improve ↵Benoit Germain2011-02-181-14/+14
| | | | | | LuaJIT2-compatibility (but this is not enough). * moved keeper-related code in a separate source file
* Take all code from Asko Kauppi's SVN server, and push it here so that the ↵Benoit Germain2011-01-041-2/+2
| | | | | | | | | | | | github repository becomes the official Lanes source codebase. Note that Asko's SVN server holds version 2.0.9, whereas this is version 2.0.10, but I don't see any real need to update SVN if it is to become deprecated. Next steps: - upgrade the rockspec to the latest version - make the html help available online somewhere Signed-off-by: Benoit Germain <bnt.germain@gmail.com>
* Import to gitPeter Drahoš2010-10-011-0/+244