- Jul 06, 2015
-
-
Veniamin Gvozdikov authored
-
Veniamin Gvozdikov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Implement basic support for stored functions in C/C++. - split away struct func from struct func_def (function object and function definition object). - extend box.schema.func.create() to accept 'language' argument. - move module API related cmake magic to its own file - add test/lib to gitignore - update to the new test-run - add a test
-
bigbes authored
-
- 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
-