- Dec 17, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: doc/user/connectors.xml doc/user/language-reference.xml doc/user/stored-procedures.xml
-
Konstantin Osipov authored
-
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
-
-
ocelot-inc authored
-
ocelot-inc authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
ocelot-inc 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.
-
ocelot-inc authored
-
- Dec 12, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Dec 11, 2013
-
-
ocelot-inc authored
-
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
-
-
ocelot-inc authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Dec 09, 2013
-
-
ocelot-inc authored
-
esha authored
-
esha authored
-
Dmitry E. Oboukhov authored
-
- Dec 08, 2013
-
-
ocelot-inc authored
-
- Dec 06, 2013
-
-
ocelot-inc authored
-