- Apr 03, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/box/sophia_engine.h
-
Dmitry Simonenko authored
-
- Apr 02, 2015
-
-
Dmitry Simonenko authored
-
- Apr 01, 2015
-
-
Dmitry Simonenko authored
* transaction is yet active on CALL return * transaction conflicts on commit
-
Dmitry Simonenko authored
-
- Mar 31, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/box/replication.cc
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Mar 30, 2015
-
-
bigbes authored
closes gh-771
-
Konstantin Osipov authored
Conflicts: doc/user/configuration-reference.xml doc/user/connectors.xml
-
Konstantin Osipov authored
Conflicts: doc/sphinx/book/connectors/index.rst
-
Konstantin Osipov authored
-
bigbes authored
- Mar 29, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Mar 25, 2015
-
-
bigbes authored
-
- Mar 24, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Mar 23, 2015
-
-
Konstantin Osipov authored
-
bigbes authored
-
- Mar 22, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Mostly remove obsolete statements. Document slab_alloc_maximal.
-
- Mar 21, 2015
-
-
Konstantin Osipov authored
~/.config/tarantool superseeds /etc/default, not augments it
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/CMakeLists.txt src/lua/init.cc src/lua/log.lua
-
Konstantin Osipov authored
Don't run event loop if socket is ready to write. *Always* write optimistically. With fiber.channel(), channel push wakes up the waiter without in the same event loop iteration. This means that whenever we have data on an incoming connection, we can push messages to outgoing connections in the same iteration, without epoll_ctl syscalls or unnecessary epoll_wait. With 1 incoming and 5 outgoing connections, for example, this saves ~10 syscalls per each incoming request.
-
- Mar 20, 2015
-
-
Konstantin Osipov authored
If a fiber becomes ready on a user-defined event, schedule it in the same event loop, not in the next loop, to save one epoll_wait() invocation in cases when something is added to a fiber channel, and there is a fiber ready for execution waiting on the channel. Add a micro-bench to the unit test suite.
-
- Mar 19, 2015
-
-
Veniamin Gvozdikov authored
Rollback d29469f2, it makes build bug on FreeBSD build and doesn't affect on OSX
-
Veniamin Gvozdikov authored
-
Veniamin Gvozdikov authored
-
Roman Tsisyk authored
-
- Mar 18, 2015
-
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-