- Apr 14, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/box/CMakeLists.txt src/errcode.h
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
iobuf_init() needs to be called regardless of whether iproto is initialized or not. Do it. Make provisions to make it possible to update readahead on the fly.
-
bigbes authored
-
bigbes authored
doc/{branch}/... -> doc/... Master/Stable -> One-page/Multi-page
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
- Apr 11, 2014
-
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Apr 10, 2014
-
-
Konstantin Osipov authored
Update mans, docs. A lot of resources still need to be updated (build scripts, etc).
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Don't block the event loop in the interactive mode. Fix a merge bug (remove a debug print out from the test system).
-
Konstantin Osipov authored
Conflicts: src/ffisyms.cc
-
Konstantin Osipov authored
Do not read or require tarantool.cfg. Accept all options in the script itself. Split server reconfiguration so that parts of the server can be reconfigured independently. Remove dependency on confetti. To configure the server at start, call box.cfg{option1=value1, option2=value2} To reset an option on the fly, do the same: box.cfg{option=value1} box.cfg is a Lua table with all existing options. Make local hot standby the default and remove local hot standby option [gh-231]. If neither primary nor admin port is specified, the server does not get stuck in local hot standby mode, and becomes a master immediately. Incompatible changes: - pid_file is nil by default, and the server does not create a pid file by default. - local_hot_standby option is removed - log_level is now a dynamic option - wal_mode is "write" by default - box.cfg only prints non-nil options Clean up a lot of garbage code in the test system. Remove configuration file support from TarantoolServer and Lua test preprocessor. The patch also contains a few unrelated improvements in the interactive mode (history support, ^D leads to exit). @todo The patch disables region_gc in recovery, which may lead to memory overconsumptions when recovering large snapshots. This needs to be fixed separately. @todo Remove all configuration files and confetti files in a follow-up patch (not done in this patch to not clutter it).
-
- Apr 09, 2014
-
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-