- Nov 14, 2011
-
-
Konstantin Osipov authored
-
- Nov 12, 2011
-
-
Konstantin Osipov authored
Start extending the manual with Lua stored programs.
-
Konstantin Osipov authored
-
- Nov 10, 2011
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
An intermediate step, use size0 for 'size' temporarily, to ensure there are no compilation errors. This is a code review of Konstantin Shulgin's branch refactoring-tbuf.
-
- Nov 09, 2011
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Nov 07, 2011
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix a bug in next slot calculation (creeped in with code review fixes).
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Nov 04, 2011
-
-
Konstantin Osipov authored
Conflicts: mod/box/box.m mod/box/index.m
-
Konstantin Osipov authored
Add comments. Rewrite put_slot loop to make it *both* clear and efficient. There is no need to check for equality in put_slot loop once we meet first non-dirty element: a non-dirty link indicates the end of the collision chain. Do not move elements up the chain in put_slot loop: we may use index in the hash/tree as tuple id in secondary keys.
-
- Nov 03, 2011
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Nov 01, 2011
-
-
Konstantin Osipov authored
Fix a compile failiure when BFD is not installed. Make test results execution-order independent (fiber id depends on how many fibers were created so far).
-
Konstantin Osipov authored
-
- Oct 28, 2011
-
-
Konstantin Osipov authored
Conflicts: test/box/lua.result test/box/lua.test
-
Konstantin Osipov authored
Add box.fiber.create(), box.fiber.resume(), fiber.yield(), box.fiber.detach(). Add tests. Makce fiber cancellation implementation more robust and quick, so that it is actually usable from Lua. Debug.
-
Dmitry Simonenko authored
-
- Oct 26, 2011
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Oct 20, 2011
-
-
Konstantin Osipov authored
Implement box.tuple.unpack(), which converts the tuple to a list of lua atoms.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Shulgin authored
-
Konstantin Shulgin authored
-
Dmitry Simonenko authored
-
- Oct 19, 2011
-
-
Konstantin Osipov authored
Add basic support for splice in box.update() operation.
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Oct 18, 2011
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-