- Sep 08, 2014
-
-
Alexandr authored
-
Konstantin Osipov authored
Implement functions which change their effective user id ot the one of the definer during execution.
-
Konstantin Osipov authored
-
- Sep 04, 2014
-
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Fixes compatibility with third-party modules.
-
Roman Tsisyk authored
This patch also adds argument checking to all socket methods.
-
- Sep 03, 2014
-
-
Roman Tsisyk authored
1. snapshot_save calls snapshot_space 2. snapshot_space uses index->initIterator() 3. initIterator() doesn't work until endBuild() is called 4. index->endBuild() is called by space_end_recover_snapshot() *after* snapshot_save() => Replica doesn't save some tuples into snapshot on JOIN This patch changes space_end_recover_snapshot() order.
-
Roman Tsisyk authored
-
Dmitry E. Oboukhov authored
(fix httpd log messages)
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Sep 02, 2014
-
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
Recovery now needs to be run in a non-sched fiber. Create a fiber for it in on_bind callback. On another token: - rename snap_daemon to snapshot_daemon - don't output redundant snap_daemon prefix in the log, it's already in the fiber name. - miscallenous cleanups (roles).
-
- Aug 29, 2014
- Aug 28, 2014
-
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Aug 27, 2014
-
-
Dmitry E. Oboukhov authored
* Rename snap_period and snap_count to snapshot_period, snapshot_count. * Move snap_daemon to box.internal
-
Dmitry E. Oboukhov authored
-
Alexandr authored
-
Alexandr authored
-
- Aug 26, 2014
-
-
Roman Tsisyk authored
-
Dmitry E. Oboukhov authored
-
- Aug 25, 2014
-
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
(so user can use 'SO_REUSEADDR' option in tcp_server)
-
- Aug 22, 2014
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Aug 21, 2014
-
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Aug 20, 2014
-
-
Dmitry Simonenko authored
-
Alexandr authored
-
Alexandr authored
-
Konstantin Osipov authored
Split effective and granted access. Add "role exists", "role doesn't exist" errors. Test role create and drop. Rename space_check_access() to access_check_space() to follow the convention. box.session.su('role') is not allowed Implement box.schema.user.info() which print user's grants
-