- Jun 11, 2014
-
-
bigbes authored
Conflicts: .gitignore extra/CMakeLists.txt test/CMakeLists.txt
-
bigbes authored
* Move building of modules into Lua (in rpmspec) * Remove tarantool.cfg and init.d/tarantool_box from SCL spec (bug in cmake28-epel-6-x86_64) * Merge two specs (for EL and other RPM linuxes) * Add Fedora's Mock specifications
-
bigbes authored
* extra/rpm/tarantool-scl.rpm.spec - SCL spec for 1.5 * extra/rpm/tarantool-el.rpm.spec.in - Enetrprise Linux 5/6 Specification * extra/rpm/tarantool.rpm.spec.in - Specification for other Linuxs - Build (tarantool-el.rpm.spec and tarantool.rpm.spec) with `--define 'scl 15'`for SCL build. - Preserve old spec (for compatibility) - Add dependencies into Specifications, two specs for Mock. - Create configuration files for Mock builds for EL-{5,6}-{i386,x86_64} Working with Mock: cmake . make new_rpm{_el,}_src mock -r <config> --init mock -r <config> --rebuild <path_to_srpm> Merging commits
-
Roman Tsisyk authored
This patch also adds NULL constant to yaml, msgpack, msgpackffi and json serializers.
-
- Jun 10, 2014
-
-
Konstantin Osipov authored
Move function limit test to wal/ suite, to test without a write ahead log. Implement cascading revoke of privilegs on drop of space or function. Implement a check for existing privileges on delete from _space or _priv. Add a test case for cascading drop of space, which invokes revoke of privileges. Fixes gh-289 ox.schema.user.drop() with cascade doesn't work (a typo in schema.lua in the for loop) Addresses gh-263 Proposal for box.cfg false/true values and gh-277 background mode is broken (cfggeti works correctly with boolean values now). Fix a bug with missing initialization of function access map (sometimes some users could gain access to a function simply because the respective bit in the access map was not cleared at initialization). Delete a duplicated stat test. Add an error code for unknown iterator type, ER_ITERATOR_TYPE.
-
- Jun 09, 2014
-
-
Dmitry E. Oboukhov authored
Conflicts: src/lua/bsdsocket.lua test/box/bsdsocket.test
-
Dmitry E. Oboukhov authored
+ fix socket:readline regexp.
-
Dmitry E. Oboukhov authored
+ fix regexp in socket:readline (seeks shortest line) + tests for .tcp_connect is example of HTTP-client
-
- Jun 06, 2014
-
-
Konstantin Osipov authored
-
Roman Tsisyk authored
Conflicts: connector/c/include/tp.h src/lua/init.cc test/connector_c/tp.c
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Jun 05, 2014
-
-
Konstantin Osipov authored
If there is no pipe in the logger path, dont' assume it's a process to fork, rather, assume it's a file. Open the file in append mode and set up a signal handler for log rotation. Add log.rotate() function, doing the same as the signal handler, useful when one uses a built-in logger. The function does nothing if the logger is a pipe. Fixes gh-225
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Alexandr authored
-
Roman Tsisyk authored
Also fixes #264
-
Roman Tsisyk authored
Tarantool support three modes: 1. A script filename is passed to binary or server started using #!. Tarantool read file contents and execute code as a whole chunk. 2. stdin is not a tty. Tarantool read stdin until EOF and execute code as a whole chunk. 3. stdin is a tty. Tarantool starts in interactive mode and processes console input line by line using dostring(). Please see the difference between #2 and #3.
-
Alexandr authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jun 04, 2014
-
-
ocelot-inc authored
-
ocelot-inc authored
-
ocelot-inc authored
-
Roman Tsisyk authored
This patch adds a new Lua module called 'pickle'. This module incorporates former box.pack() and box.unpack() functions. These functions removed from core because they are not needed for box anymore. This patch also removes all box-specific formats from these functions.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
(hat tip to Petr Yanovich).
-
- Jun 03, 2014
-
-
ocelot-inc authored
-
Konstantin Osipov authored
A fix and a test case for gh-300: misleading error message for a non-existing function. First, check that a function exists. Then check access rights to the function.
-