- Aug 28, 2014
-
-
Konstantin Osipov authored
-
- Aug 07, 2014
-
-
Alexandr authored
-
- Aug 06, 2014
-
-
Roman Tsisyk authored
-
Dmitry E. Oboukhov authored
Conflicts: src/lua/digest.lua
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
Use internal variant of SHA1. closes #405
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Alexandr authored
-
Roman Tsisyk authored
-
- Aug 05, 2014
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
This patch fixes out of bounds memory access in bit_iterator_init for size == 0. The patch also optimizes bitset/index library to skip useless iterations over empty keys. Closes #425
-
Konstantin Osipov authored
Fixes gh-372: assertion failure with a function which inserts increasingly large tuples. Make sure oom.test cleans up after itself. Fix a slab leak when recycling a factored pool in small object allocator.
-
- Aug 04, 2014
-
-
Konstantin Osipov authored
Rename auth_access.test to access_misc.test (easier to run all tests in a group).
-
Konstantin Osipov authored
Remove races in the test. Re-enable the test after 'console' patch. Also fix session.storage.test.lua (broken if called multiple times).
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Check that commit/rollback works. Put statements on a single line, so that there is no implicit yield.
-
Konstantin Osipov authored
In SQL, COMMIT does not cause an error if a transaction is not started, since it's a "transaction-initiating statement". Follow the same semantics in Tarantool.
-
Konstantin Osipov authored
Never attempt to automatically rebuild uri.cc during build. This is a revision controlled file. A developer can now rebuild it manually with 'make ragel'
-
Konstantin Osipov authored
session was moved to box.session
-
Konstantin Osipov authored
-
Konstantin Osipov authored
gh-409: connect followed by session.su causes privilege error The problem was in the order of access checks for functions: if a user has no universal access, find function check if a user has rights to execute the function There were no pre-created function object for 'dostring', so access check for this function failed. The fix is to give universal access to ADMIN user right in bootstrap.snap and remove check for ADMIN uid as a special case from access checks. This avoids a functio lookup which would still find nothing. The fix revealed a race condition in replica bootstrap (see changed replication tests): replica begins accepting requets before fully recovering. Add a manual check for full replica recovery to make the tests pass.
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Roman Tsisyk authored
Closes #407
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Aug 03, 2014
-
-
Konstantin Osipov authored
Avoid a name clash between variable name and struct name.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
"Granting a priivlege revokes an existing grant". Fix a coding bug in grant/revoke Lua functions. Update tests. Fixes gh-421.
-
- Aug 02, 2014
-
-
Dmitry E. Oboukhov authored
-
- Aug 01, 2014
-
-
Konstantin Osipov authored
-