- Nov 14, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: test/unit/CMakeLists.txt
-
Konstantin Osipov authored
No semantical changes. Style fixes, comments.
-
Roman Tsisyk authored
-
- Nov 13, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
This commit completely changes the data format used by Tarantool. A new binary serialization format called MsgPack (http://msgpack.org) has been introduced to store tuples, keys, request members, etc. MsgPack supports various data types and hierarchical structures. Since tuple & keys format has been changed, the binary protocol is no more compatible with 1.5 clients. The list of major changes: * Add MsgPack library and unit tests as a submodule * Add Lua bindings for the library and unit tests for it * Update IPROTO to use MsgPack for all kinds of requests * Change struct tuple to use MsgPack Array instead of BER-encoded fields * Remove fixed offsets from tuples (cannot be supported by MsgPack) * Replace const char *key, key_part pairs with MsgPack Arrays * Rework comparators and indicies to support MsgPack'ed fields * Merge NUM and NUM64 types into the one single type (NUM) * Rewrite box_lua.cc functions to support MsgPack instead of BER * Rewrite tuple_update to support MsgPack instead of BER * Totaly remove varint32 functions from all modules * Rework lua_tofield and YAML encoder to properly support Lua tables * Modifie bootstrap files and system spaces to use the new format * Add MsgPack support to the test system via msgpack-python * Update tests to use proper data types and remove unneeded box.packs Tarantool 1.6 is the world's first MsgPack-based database!
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Nov 12, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
This file was mistakenly removed by 80d358bd
-
- Nov 11, 2013
-
-
Konstantin Osipov authored
Conflicts: doc/user/language-reference.xml doc/user/stored-procedures.xml
-
- Nov 08, 2013
-
-
ocelot-inc authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
binutils-devel for build.
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
ocelot-inc authored
-
- Nov 06, 2013
-
-
ocelot-inc authored
-
ocelot-inc authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Alexandr authored
-
Alexandr authored
-
Alexandr authored
-
Konstantin Osipov authored
Conflicts: test/CMakeLists.txt
-
Konstantin Osipov authored
-
- Nov 04, 2013
-
-
ocelot-inc authored
-
ocelot-inc authored
-
ocelot-inc authored
-
- Nov 03, 2013
-
-
Veniamin Gvozdikov authored
Removed html files and added rtf files which uses in the DMG package, also enable readme section at an installer
-
- Nov 02, 2013
-
-
Veniamin Gvozdikov authored
-
Konstantin Osipov authored
Conflicts: doc/user/configuration-reference.xml doc/user/connectors.xml doc/user/errcode.xml doc/user/space.xml doc/user/stored-procedures.xml doc/user/target.db src/box/space.cc
-
Konstantin Osipov authored
-