- Jun 24, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix a subtle bug with blocked event loop when joining checkpoint thread. Celeanup included headers in memtx_engine.cc
-
- Jun 23, 2015
-
-
Konstantin Osipov authored
Implement a cap on the size of the worker fiber pool in iproto (1024 fibers by default). Don't maintain too many fibers in the fiber cache of iproto.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jun 22, 2015
-
-
Konstantin Osipov authored
Correct the assertion to match the logic of the code.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: doc/sphinx/book/box/box_introspection.rst
-
- Jun 21, 2015
-
-
ocelot-inc authored
-
- Jun 17, 2015
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
Chagne iobuf to use slab_cache directly, bypassing an intermediate allocation layer - this is necessry to make iobuf multi-threading safe.
-
- Jun 16, 2015
-
-
Konstantin Osipov authored
Introduce mpstream API to lua-msgpack encoder, which allows it to encode msgpack into any memory source. The streaming API should make it possible to encode even directly to network. Patch region allocator to support the new API. Patch iobuf/obuf output buffer of iproto to support the new API.
- Jun 15, 2015
-
-
Roman Tsisyk authored
Extract Exception::clear(), Exception::move(), fiber()->exception into struct diag methods. This refactoring makes desired logic to be more clear.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Conflicts: src/iproto_port.cc
-
Alexandr Lyapunov authored
*) fixed potentionally unsafe code: on memory fail there could be port->found > 0 and uninitialized port->svp
-
Alexandr Lyapunov authored
on memory fail there could be port->reply.found > 0 and uninitialized port->svp, that could lead to random error after svp restoration. *) possibly fixed OPENTAR-97
-
- Jun 14, 2015
-
-
ocelot-inc authored
-
- Jun 11, 2015
-
-
bigbes authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Jun 09, 2015
- Jun 08, 2015
- Jun 05, 2015
-
-
Sulverus authored
set test-run module in gh-3 branch for review
-
Sulverus authored
-
bigbes authored
closes gh-856
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: include/fiber.h include/mutex.h src/admin.cc src/admin.rl src/box/box_lua.cc src/box/request.cc src/box/txn.cc src/coeio.cc src/coio.cc src/fiber.cc src/ipc.cc src/iproto.cc src/log_io.cc src/lua/bsdsocket.cc src/lua/init.cc src/lua/session.cc src/memcached-grammar.cc src/memcached-grammar.rl src/memcached.cc src/recovery.cc src/replica.cc src/replication.cc src/say.cc src/session.cc src/tarantool.cc src/util.cc
-