- 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
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
- Jul 14, 2012
-
-
Dmitry E. Oboukhov authored
-
- Jul 13, 2012
-
-
Konstantin Osipov authored
Add a Lua binding for the implicitly configured memcached space. Add a test.
-
- Jul 12, 2012
-
-
Konstantin Osipov authored
Fix a regression with nested @finally not being called, introduced in 1.4.7 release. Big thanks to David Chisnall for a swift fix in GNUStep Objective C runtime. Add unit tests for two Objective C runtime properties: nested finally handling and ability to catch C++ exceptions.
-
Aleksey Demakov authored
-
- Jul 11, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
- Jul 10, 2012
-
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Manually resolve conflicts (new ObjC runtime). Conflicts: mod/box/index.h
-
Konstantin Osipov authored
-
- Jul 09, 2012
-
-
Dmitry Simonenko authored
under Mac OS (unreasonable stalls), changing to the subprocess.communicate with the same functonality
-
- Jul 08, 2012
-
-
Konstantin Osipov authored
-
- Jul 06, 2012
-
-
Konstantin Osipov authored
Lua tests don't pass though.
-
Konstantin Osipov authored
gcc interpretation of -fno-inline has changed between 4.6.1 and 4.6.3.
-