- Oct 16, 2013
-
-
Roman Tsisyk authored
Conflicts: .gitmodules
-
Roman Tsisyk authored
-
- Oct 15, 2013
-
-
Konstantin Osipov authored
Conflicts: src/tarantool.cc
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Set signal handler for all signals, not just SIGTERM. Print signal name to the log on exit.
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
- Oct 14, 2013
-
-
ocelot-inc authored
-
Konstantin Osipov authored
Add constants for signal count. Rename. Coding style.
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Oct 13, 2013
-
-
Konstantin Osipov authored
Instead of palloc allocator use a member of small allocators family, region_alloc. The plan is to remove salloc as well, and switch entire tarantool to libsmall. Fix a race condition in replication/swap.test, discovered with the new allocator.
-
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
-