- Oct 22, 2014
-
-
bigbes authored
-
- Oct 20, 2014
-
-
bigbes authored
0) DIST.LUA: Move dist.lua to tarantoolctl (+ DEB + RPM + DOCS) 0) DIST.LUA: Delete -w option 1) CMAKE: Add pod2man function for generating MAN Files from POD format 2) RPM: Add man files for tarantoolctl, move tarantoolctl+initscripts from `tarantool` into `tarantool-common` 3) DEB: Remove tarantoolctl.1 creation 4) Remove trailing whitespaces Fixes gh-570 Fixes gh-557
-
bigbes authored
1) server.get_log(); server.seek_once(msg) -- since we get log object 2) server.logfile_pos.seek_once(msg) -- since the start of server
-
- Oct 19, 2014
-
-
Roman Tsisyk authored
This patch also fixes incorrect offset calculation in buffer with multiple responses: self.rbuf = string.sub(self.rbuf, off + 1)
-
- Oct 16, 2014
-
-
Dmitry Simonenko authored
-
- Oct 15, 2014
-
-
Roman Tsisyk authored
-
- Oct 14, 2014
-
-
Roman Tsisyk authored
Box still have a global pointer to its recovery state. This pointer must only be used from TX thread from main process. This patch is pre-requisite for thread-based JOIN/SUBSCRIBE handlers. Other changes: * Add box_atfork() and recovery_atfork() callbacks * Change signature of recovery_state->row_handler * Execute JOIN request via box * Remove r->join_handler callback from recovery subsystem
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry Simonenko authored
-
- Oct 13, 2014
-
-
Dmitry E. Oboukhov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
`_func' space recovered before `_user' and auth_token can't be retrived during creating struct func_def.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Dmitry E. Oboukhov authored
Conflicts: src/lua/bsdsocket.lua test/box/bsdsocket.test
-
Dmitry E. Oboukhov authored
-
- Oct 10, 2014
-
-
Dmitry E. Oboukhov authored
-
- Oct 09, 2014
-
-
Konstantin Osipov authored
Extract the non-failing parts of the original patch by Roman. Make an attempt at finding why coeio_custom is crashing when replication_source is changed quickly - no success yet.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
ocelot-inc authored
-
- Oct 07, 2014
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Oct 06, 2014
-
-
Konstantin Osipov authored
Recognize -w --wrapper, and don't daemonize if run from a wrapper.
-
Alexandr authored
-
- Oct 04, 2014
-
-
ocelot-inc authored
-
- Oct 03, 2014
-
-
Dmitry Simonenko authored
-
Alexandr authored
-
Roman Tsisyk authored
Duplicate log_fd to STDOUT_FILENO on say_logrotate() See also 0a1780cb
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
-