- Aug 21, 2014
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Aug 18, 2014
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
Clear errno for UNIX socket connections as well.
-
Oleg Tsarev authored
-
- Aug 15, 2014
-
-
Konstantin Osipov authored
Make the formatting of the test output platform-independent.
-
Konstantin Osipov authored
Do not align maxalloc (the limit on the amount of memory used by the allocator), it's not necessary. Make an effort to correctly align large (for 32 bit) prealloc values (like, a few gigs).
-
Alexandr authored
-
- Aug 12, 2014
-
-
Dmitry E. Oboukhov authored
-
- Aug 11, 2014
-
-
Dmitry E. Oboukhov authored
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
-
- Aug 09, 2014
-
-
Dmitry Simonenko authored
-
- Aug 08, 2014
-
-
Alexandr authored
-
Dmitry Simonenko authored
closes #gh-280.
-
Dmitry Simonenko authored
closes #gh-238.
-
- Aug 06, 2014
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Alexandr authored
-
Roman Tsisyk authored
-
Dmitry E. Oboukhov authored
-
- Aug 05, 2014
-
-
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
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
session was moved to box.session
-
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
-
Roman Tsisyk authored
Closes #407
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Aug 03, 2014
-
-
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
-