- Aug 15, 2012
-
-
Konstantin Osipov authored
Add rope implementation based on AVL trees. Add unit tests.
-
- Aug 13, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: mod/box/box.lua test/box/lua.result test/box/lua.test
-
- Aug 10, 2012
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Aug 09, 2012
-
-
Dmitry Simonenko authored
-
- Aug 06, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Sync the WAL at close time. Fix a race condition between wal_schedule and ev_schedule this revealed. A cancelled fiber could get scheduled by wal_schedule. Do not allow to asynchronously cancel a fiber which is a part of WAL scheduler queue. Add a test case.
-
Dmitry Simonenko authored
implemented (hexademical output needed)
-
Dmitry E. Oboukhov authored
Fix debian/copyright (closes lintian warning).
-
Dmitry E. Oboukhov authored
-
- Aug 03, 2012
-
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
[FreeBSD]: port files.
-
- Aug 02, 2012
-
-
Veniamin Gvozdikov authored
-
Konstantin Osipov authored
Implement blueprint https://blueprints.launchpad.net/tarantool/+spec/wal-mode-none Add wal_mode = none setting. It's possible to chagne wal_mode without restart. When wal_mode = none, we don't write to WAL. It's still possible to take a snapshot. Replication and hot standby are currently not operational in this mode.
-
Konstantin Osipov authored
-
- Jul 31, 2012
-
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
End the copyright madness. Tarantool authors maintain a shared copyright on the code base. Remove individual copyright (c) from specific files and put a single AUTHORS file in the project top.
-
- Jul 30, 2012
-
-
Konstantin Osipov authored
A fix and a test case for Bug#1030856 'box.update() doesn't support subtract, contrary to the user guide' Add subtract support, add a test.
-
- Jul 26, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: mod/box/index.m
-
Konstantin Osipov authored
-
Aleksey Demakov authored
-
- Jul 24, 2012
-
-
Konstantin Osipov authored
-
- Jul 23, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
A fix and a test case for Bug#911641 "box.fiber.sleep() works incorrectly if a fiber is attached". Use symmetric scheduling for attached fibers. This allows box.insert(), box.update(), box.delete() box.fiber.sleep() in an attached fiber just the same way as in a detached one. Add tests. Now it's possible to resume() a fiber created in another fiber.
-
- Jul 18, 2012
-
-
Aleksey Demakov authored
-
- Jul 17, 2012
-
-
Aleksey Demakov authored
Conflicts: mod/box/tree.m
-