- Oct 13, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Oct 12, 2013
-
-
Konstantin Osipov authored
Conflicts: src/box/box_cfg.cfg_tmpl
-
Konstantin Osipov authored
Conflicts: include/lua/fiber.h src/box/space.cc src/memcached.cc src/tarantool.cc
-
Konstantin Osipov authored
Do not use atexit() handlers, except the global tarantool_free() function, which does nothing in the snapshot process.
-
Konstantin Osipov authored
Conflicts: test/box/socket.test
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Oct 11, 2013
-
-
ocelot-inc authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Oct 10, 2013
-
-
Konstantin Osipov authored
Conflicts: test/box/test_init.lua
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Use check_symbol_exists(), not check_function_exists(), to discover fdatasync(), since apparently on some BSD systems the symbol is present in the library but not in the headers (I hope not vice versa). Don't use check_prototype_definition, since it's not available in CMake 2.6.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Oct 09, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Review fixes: - New configuration variable 'replication_protocol' is defined in the configuration file. The original patch would hand-craft it into generated files. - Simplified numeric version id generation. - Removed timeouts from new sio_* calls. They did't quite work, especially with blocking sockits. Timeouts should at least use select(), which updates wait time on exit.. - Removed include cfg/tarantool_box_cfg.h into recovery.cc, instead passed around all arguments explicitly. - Removed unused headers. - reused handshake code in master and replica - simplified handshake in replica fiber - removed clutter - touched here and there.
-
- Oct 07, 2013
-
-
Eugine Blikh authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Conflicts: test/box/configuration.test
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Oct 06, 2013
-
-
Veniamin Gvozdikov authored
-
- Oct 05, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: CMakeLists.txt
-
- Oct 04, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/admin.cc src/admin.rl src/box/txn.cc src/lua/init.cc src/memcached.cc src/session.cc
-
Eugine Blikh authored
-