- Dec 01, 2014
-
-
Vasiliy Soshnikov authored
-
- Nov 26, 2014
-
-
Vasiliy Soshnikov authored
#638, checking/configuring in cmake pthread_yield and sched_yield; READLINE_ROOT for better readline control;
-
Dmitry Simonenko authored
-
Alexandr authored
-
- Nov 25, 2014
-
-
Roman Tsisyk authored
-
- Nov 24, 2014
-
-
bigbes authored
-
bigbes authored
-
bigbes authored
-
bigbes authored
-
bigbes authored
Rewritten
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Write a function which can be used to check whether a user exists or not. Fixes gh-632.
-
Alexandr authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Nov 22, 2014
-
-
Roman Tsisyk authored
Users should be able to specify some flags in CC or CXX variables instead of putting it to to C/CXXFLAGS (e.g. CC="cc --sysroot=xx -m32"). We faced with this problem on Intel Edison/Galileo SDK.
-
Roman Tsisyk authored
-
- Nov 21, 2014
-
-
Alexandr authored
added comments to rtree, added more misc tests for rtree, moved key validation from index to key_def, added NUMBER key type
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Nov 20, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
If no password is set for GUEST user, the authentication request must not contain auth data, only user name.
-
Konstantin Osipov authored
If no password is set for GUEST user, allow a client to authenticate to GUEST. For all other users, no password means that it's only possible to become such user with session.su() or inside a setuid function. The exception for GUEST user is useful for connection pooling, where we would like to "reset" a connection to its default, non-authenticated state, when returning it to the pool.
-
- Nov 19, 2014
-
-
ocelot-inc authored
-
- Nov 18, 2014
-
-
ocelot-inc authored
-
Konstantin Osipov authored
Weed out 'box' data type for now. A special name can backfire in the future, when we exteend HASH/TREE/other types. Add checks for uniqueness. Disable check of key parts, it was not used any way, since an explicit check is made in initIterator() and findByKey(). Mark sophia engine as not supporting RTREE.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Alexandr authored
-
Alexandr authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix a bug in iovec_join which would overwrite data of the first iovec with subsequent iovecs. Double the default buffer size.
-