- Nov 07, 2014
-
-
Konstantin Osipov authored
Rename user_cache_find to user_by_id() to be consistent with func_by_id(), space_by_id() - API variant which does not throw exceptions if an object is not found.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Make sure the tests pass under low memory and no memory overcommit.
-
- Nov 06, 2014
-
-
bigbes authored
Add diagrams/rewrite spec. Add snaps/xlog and replication commands overview.
-
- Oct 29, 2014
-
-
Konstantin Osipov authored
Conflicts: doc/user/server-administration.xml
-
Konstantin Osipov authored
Conflicts: src/box/tuple.cc
-
Konstantin Osipov authored
-
Alexandr authored
-
- Oct 28, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Oct 27, 2014
-
-
bigbes authored
-
bigbes authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Eugine Blikh authored
-
- Oct 25, 2014
-
-
bigbes authored
-
- Oct 24, 2014
-
-
bigbes authored
-
bigbes authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Alexandr authored
-
- Oct 23, 2014
-
-
bigbes authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
Conflicts: debian/changelog debian/control debian/rules debian/tarantool-lts.lintian-overrides
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Minor changes in cmake code style
-
Roman Tsisyk authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
Conflicts: debian/changelog debian/control
-
Dmitry E. Oboukhov authored
-
- Oct 22, 2014
-
-
bigbes authored
-
Roman Tsisyk authored
The bug is already fixed and tests cases are already added. This patch removes unused fix_lua hack from schema.cc.
-
- Oct 21, 2014
-
-
Dmitry E. Oboukhov 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)
-