- Jul 09, 2015
-
-
Konstantin Osipov authored
Conflicts: src/ffisyms.cc
-
- Jul 07, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
If region_join() allocated memory for key, it could be overwritten by subsequent encoding of tuple_data(). Advance stream position before encoding the tuple.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Update result file
-
Konstantin Osipov authored
-
bigbes authored
-
Sulverus authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Don't malloc(), this code should never be used for unbounded sizes.
-
Konstantin Osipov authored
Conflicts: src/box/lua/error.cc
-
Alexandr Lyapunov authored
-
Konstantin Osipov 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
Conflicts: doc/sphinx/book/box/box_introspection.rst
-
Konstantin Osipov authored
-
Veniamin Gvozdikov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jul 06, 2015
-
-
Veniamin Gvozdikov authored
-
Veniamin Gvozdikov authored
-
Konstantin Osipov authored
Write to the binary in batches, the batch size must cover at least one transaction. Incompatible change: this effectively sets a limit to the max statements per transaction to 500.
-
Veniamin Gvozdikov authored
-
Veniamin Gvozdikov authored
-
Sulverus authored
-
Konstantin Osipov authored
-
Sulverus 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
-