- Oct 20, 2014
-
-
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 14, 2014
-
-
Dmitry E. Oboukhov authored
-
- Oct 13, 2014
-
-
Dmitry E. Oboukhov authored
-
Roman Tsisyk authored
`_func' space recovered before `_user' and auth_token can't be retrived during creating struct func_def.
-
Roman Tsisyk authored
-
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
-
- Oct 03, 2014
-
-
Alexandr authored
-
- Oct 02, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Dmitry E. Oboukhov authored
-
Alexandr authored
-
Roman Tsisyk authored
-
- Oct 01, 2014
-
-
Dmitry E. Oboukhov authored
-
Alexandr authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
Fix some bugs in the function (now it uses libc's (3) dirname ffi.call).
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry Simonenko authored
-
Dmitry E. Oboukhov authored
-
Roman Tsisyk authored
-
- Sep 30, 2014
-
-
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
-
Roman Tsisyk authored
-
Dmitry E. Oboukhov authored
+ Add tarantoolctl enter instance_name command
-
Roman Tsisyk authored
-
Alexandr authored
-
Alexandr authored
-
Roman Tsisyk authored
This patch also changes box.info.server output for this case.
-
Roman Tsisyk authored
-
- Sep 29, 2014
-
-
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
-