- Jul 02, 2015
-
-
Alexandr Lyapunov authored
added additional checks to /wal_off/snapshot_stress.test.lua
-
- Jul 01, 2015
-
-
Roman Tsisyk authored
Conflicts: test/box/bsdsocket.result test/box/bsdsocket.test
-
Roman Tsisyk authored
Replace socket('AF_UNIX', 'SOCK_STREAM', 'ip') with socket('AF_UNIX', 'SOCK_STREAM', 0). Fixes distributions with missing "ip 0 IP" line in /etc/protocols (e.g. Arch Linux).
-
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`)
-