- Oct 03, 2014
-
-
Roman Tsisyk authored
Duplicate log_fd to STDOUT_FILENO on say_logrotate() See also 0a1780cb
-
- Oct 02, 2014
-
-
Roman Tsisyk authored
Tarantool's signal handlers are now installed *before* executing Lua script. libreadline doesn't install own signals anymore. TTY is now clean up properly in all cases. This patch also fixes possible problems with signal handlers after daemonization via box.cfg { background = true }.
-
- Oct 01, 2014
-
-
Dmitry Simonenko authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
Conflicts: src/lua/bsdsocket.lua test/box/bsdsocket.result test/box/bsdsocket.test
-
Dmitry E. Oboukhov authored
-
Roman Tsisyk authored
-
- Sep 30, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
A dropped user structure could still be accessed from sessions which were authenticated with this user. Check that a user is dropped when accessing it from the authenticated session.
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
+ Add tarantoolctl enter instance_name command
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Alexandr authored
-
Roman Tsisyk authored
This patch also changes box.info.server output for this case.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Avoid uncontrolled growth of region memory.
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Stop producing "excessively sparse array"
-
- Sep 29, 2014
-
-
ocelot-inc authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Alexandr authored
-
Roman Tsisyk authored
Other changes: - "" or NULL=ffi.cast('void *', 0) now resets option to default value - app/cfg.test.lua converted to TAP format
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
ocelot-inc authored
-
- Sep 28, 2014
-
-
ocelot-inc authored
-
- Sep 27, 2014
-
- Sep 26, 2014
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
Tarantool started to use getaddrinfo() to find suitable address for binding both for IPROTO and CONSOLE ports. A hostname can be resolved to various addresses families, depending on user settings. For example, all moderns systems resolve 'localhost' to '::1' by default. This creates a problem if one subsystem binds to '127.0.0.1' and some other tries to connect '::1'. This patch unify hardcoded names and addresses in entire test suite to use the same value. This is pre-requisite for #447, #368 and other URI-related patches. Other changes: * console.listen() now properly handles address arguments * console.listen() re-based on socket.tcp_server() code
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-