- Jul 01, 2015
-
-
Konstantin Osipov authored
socket method is writable(), not writeable().
-
- 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
Test case
-
Alexandr Lyapunov authored
*)added proper cleanup *)minor fixes and checks
-
- Jun 25, 2015
-
-
Roman Tsisyk authored
vclock_get() can return -1 in this case. Probably introduced by 311551f9
-
- Jun 24, 2015
-
-
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.
-
- Jun 23, 2015
-
-
Konstantin Osipov authored
-
- Jun 22, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jun 21, 2015
-
-
ocelot-inc authored
-
- Jun 15, 2015
-
-
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
-
- 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
-
Konstantin Osipov authored
Rename global `fiber` into `fiber_ptr`
-
- Jun 04, 2015
-
-
Mons Anderson authored
Rename global `fiber` into `fiber_ptr` (for use with gdb and avoidance of ambiguity with `struct fiber`)
-
Sulverus authored
1. Enable background=false for test-run 2. Check local directory for config
-
Alexandr Lyapunov authored
*) fixed bsize() method of bitset index *) added macro switch to revert bitset index changes to previous state *) the macro is not defined by default - new version of bitset index un use
-
Roman Tsisyk authored
Conflicts: src/module/mysql/mysql.cc test/module/net_sql.mysql.result test/module/net_sql.mysql.test
-