- Jul 09, 2015
-
-
Roman Tsisyk authored
-
- Jul 06, 2015
-
-
Roman Tsisyk authored
Implement rtti-like scheme to export C++ type information to FFI.
-
- Jun 30, 2015
-
-
Konstantin Osipov authored
Remove iproto_connection_count(), it's not possible to maintain this counter in multi-threaded environment.
-
Konstantin Osipov authored
Conflicts: src/box/iproto.cc src/box/lua/call.cc
-
- Jun 29, 2015
-
-
Konstantin Osipov authored
In case output is multiplexed, obuf_rollback_to_svp could roll back to a very early in the output buffer, since svp is taken before a possible yield. This is a regression introduced in the patch which removes iproto_port from Lua calls.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jun 26, 2015
-
-
Sulverus authored
-
Sulverus authored
Test case
-
Alexandr Lyapunov authored
*)added proper cleanup *)minor fixes and checks
-
- Jun 25, 2015
-
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
vclock_get() can return -1 in this case. Probably introduced by 311551f9
-
- Jun 24, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Push a workaround for infinite loop in backtarce_foreach() when fiber == self: do not try to print trace of the current fiber.
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
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
-