- Jul 09, 2015
-
-
Konstantin Osipov authored
-
Sulverus authored
Iproto + wal permission test case Wal writer bug fix port from 1.6.6 remove unused config
-
Konstantin Osipov authored
-
Sulverus authored
gh-613 replication conflict test cases gh-613 after review fixes microsleep for CRDT test case, test-run updated CRDT fix
-
- Jul 08, 2015
-
-
Konstantin Osipov authored
-
bigbes authored
-
Konstantin Osipov authored
-
Alexandr Lyapunov authored
*)added strnptr (str+len=>ptr) mhash instaniation into assoc lib
-
- Jul 07, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
bigbes authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Don't malloc(), this code should never be used for unbounded sizes.
-
Alexandr Lyapunov authored
-
Konstantin Osipov authored
Conflicts: src/lua/session.cc src/session.cc
-
Sulverus authored
- add a test case for authentication trigger - pass user name to the trigger - invoke trigger before the current user has been changed - after review fixes
-
Veniamin Gvozdikov authored
-
Konstantin Osipov authored
-
Veniamin Gvozdikov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jul 06, 2015
-
-
Veniamin Gvozdikov authored
-
Veniamin Gvozdikov authored
-
Veniamin Gvozdikov authored
-
Veniamin Gvozdikov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Implement basic support for stored functions in C/C++. - split away struct func from struct func_def (function object and function definition object). - extend box.schema.func.create() to accept 'language' argument. - move module API related cmake magic to its own file - add test/lib to gitignore - update to the new test-run - add a test
-
bigbes authored
-
Veniamin Gvozdikov authored
-
Veniamin Gvozdikov authored
* FreeBSD pthread_self() does not return int by pthread_self() becuseit has changed to pthread_getthreadid_np() * Updated build information on FreeBSD 10.1
-
Alexandr Lyapunov authored
-
- Jul 05, 2015
-
-
ocelot-inc authored
-
- Jul 03, 2015
-
-
ocelot-inc authored
-
ocelot-inc authored
-
- Jul 02, 2015
-
-
Alexandr Lyapunov authored
added additional checks to /wal_off/snapshot_stress.test.lua
- Jul 01, 2015
-
-
Roman Tsisyk authored
Conflicts: test/box/bsdsocket.result test/box/bsdsocket.test
-
Roman Tsisyk authored
Replace socket('AF_UNIX', 'SOCK_STREAM', 'ip') with socket('AF_UNIX', 'SOCK_STREAM', 0). Fixes distributions with missing "ip 0 IP" line in /etc/protocols (e.g. Arch Linux).
-
Konstantin Osipov authored
socket method is writable(), not writeable().
-