- Dec 01, 2014
-
-
Konstantin Osipov 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
- 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
-
- Nov 18, 2014
-
-
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
-
Alexandr authored
-
Konstantin Osipov authored
-
- Nov 17, 2014
-
-
Konstantin Osipov authored
-
- Nov 12, 2014
-
-
Konstantin Osipov authored
Use cached user credentials for global access checks and store them in a separate fiber key. This fixes gh-617 and speeds up privilege checks. @todo: we need to add a linked list of all user sessions to the user cache, as well as all user setuid functions. These lists could be used to update privilege cache, get/update per-user statistics, disconnect sessions of a dropped user.
-
- Nov 07, 2014
-
-
Konstantin Osipov authored
Encapsulate error handling in user cache search functions.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Make sure the tests pass under low memory and no memory overcommit.
-
- Oct 29, 2014
-
-
Konstantin Osipov authored
-
Alexandr authored
-
- Oct 27, 2014
-
-
Dmitry E. Oboukhov authored
-
- Oct 26, 2014
- Oct 25, 2014
-
-
knizhnik authored
-
- Oct 24, 2014
-
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
-
- Oct 23, 2014
-
-
Roman Tsisyk authored
-
- Oct 20, 2014
-
-
Dmitry Simonenko authored
closes #gh-554
-
knizhnik authored
-
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)
-
- Oct 14, 2014
-
-
Dmitry E. Oboukhov authored
-
Alexandr authored
-
- Oct 13, 2014
-
-
Dmitry E. Oboukhov authored
-
Roman Tsisyk authored
`_func' space recovered before `_user' and auth_token can't be retrived during creating struct func_def.
-