- Oct 11, 2013
-
-
ocelot-inc 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
-
Eugine Blikh authored
-
Konstantin Osipov authored
Remove get_socket_addr(), use existing sockaddr_in to save in the cookie.
-
Konstantin Osipov authored
-
- Oct 01, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
- Sep 30, 2013
- Sep 27, 2013
-
-
Konstantin Osipov authored
Fixes gh-47. Update test results to be more deterministic. Conflicts: src/box/space.cc src/box/tuple.cc test/wal/oom.result
-
Konstantin Osipov authored
Tuples are got a big bigger with shared-arena patch (4 bytes per tuple overhead). So we exhaust the current arena in out-of-memory test a bit faster than before.
-
Konstantin Osipov authored
-