- Dec 17, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: CMakeLists.txt client/tarantool/query.c client/tarantool/tc.c client/tarantool/tc_cli.c
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Dec 16, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Move towards a uniform include scheme where header files are stored along with the sources files, in the same directory. We had to begin to use this scheme thanks to use of subprojects, and a mix of two approaches turns the code base into a mess.
-
- Dec 14, 2013
-
-
Konstantin Osipov authored
-
- Dec 13, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Move recovery to box/. Now only replication.cc and replica.cc depend on recovery. Remove unused headers from a bunch of files. This should reduce recompile time and ease future refactoring.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
slab_arena allows to have multiple allocation sources of differnt type for different purposes. E.g. one can have MAP_PRIVATE arena for runtime memory and MAP_SHARED for tuples. The arena can be shared across multiple threads. Implement such arena, cover with tests, use it for region allocators.
-
- Dec 12, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Dec 11, 2013
-
-
Dmitry Simonenko authored
This is done to avoid situation, when two or more fibers yield inside their try/catch blocks and throws an exceptions. Seems like exception unwinder stores some global state while being inside a catch block. This could lead to incorrect exception processing and server crash.
-
- Dec 10, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Dec 09, 2013
-
-
esha authored
-
esha authored
-
Dmitry E. Oboukhov authored
-
- Dec 06, 2013
-
-
Konstantin Osipov authored
Conflicts: CMakeLists.txt
-
Konstantin Osipov authored
Conflicts: src/CMakeLists.txt src/box/box_lua.cc src/lua/session.cc
-
Konstantin Osipov authored
-
Konstantin Osipov authored
The patch should use struct session, which is non-existent in 1.5, so at least make session_storage_destroy a bit faster.
-
Konstantin Osipov authored
Conflicts: include/tarantool.h src/box/box.cc src/replica.cc src/replication.cc
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/admin.cc src/admin.rl src/box/bitset_index.cc src/box/hash_index.cc src/box/hash_index.h src/box/space.cc src/box/space.h test/box/admin.result
-
Konstantin Osipov authored
-
Konstantin Osipov authored
This patch implements show index and shows memory waste of the slab allocator.
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
Conflicts: doc/user/configuration-reference.xml doc/user/persistence-architecture.xml doc/user/stored-procedures.xml
-
esha authored
-