- Aug 30, 2013
-
-
Konstantin Osipov authored
-
- Aug 20, 2013
-
-
Konstantin Osipov authored
Add unit tests.
-
- Jul 08, 2013
-
-
Konstantin Osipov authored
-
- Jun 26, 2013
-
-
Konstantin Osipov authored
Remove trailing spaces. Get rid of an unused method.
-
- Jun 25, 2013
-
-
Eugine Blikh authored
2. Refactor find_tests code 3. Rewrite and Add comment for chdir(base) (test_run.py:145) 4. Rewrite .gitignore file for new name of unit tests
-
- Jun 20, 2013
-
-
Konstantin Osipov authored
Rename tarantool_pthread.h to tt_pthread.h This is a pre-requisite for addition of Perl stored procedures.
-
Roman Tsisyk authored
-
- Jun 18, 2013
-
-
Dmitry E. Oboukhov authored
-
- Jun 08, 2013
-
-
Konstantin Osipov authored
Don't load corrupted tuples.
-
- Jun 06, 2013
-
-
Konstantin Osipov authored
The patch which removes the CPack-generated spec and adds a proper spec for client, server and library was done by Dmitry Simonenko. Hand-port the patch to the master, since it's gone too far away from the origin and merging it ends up in a mess.
-
- May 30, 2013
-
-
Konstantin Osipov authored
- write the docs - remove unnecessary introduction of Perl - properly implement, document and test box.fiber.wrap() - rename box.find, explore alternatives (none) - rewrite box.unpack('R') to reuse code and do what's expected of it.
-
- May 21, 2013
-
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
autogenerate version file which can be used in case when there is no .git repository available within sources and it is crucial to properly display current version.
-
- Feb 21, 2013
-
- Jan 31, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Jan 30, 2013
-
-
Roman Tsisyk authored
-
- Jan 21, 2013
-
-
Dmitry Simonenko authored
-
- Jan 17, 2013
-
-
Roman Tsisyk authored
-
- Jan 10, 2013
-
-
Konstantin Osipov authored
Move third_party library compilation to the top level (less directory traversal). Provide an option for using system LibEIO/libobjc. Enforce a naming convention for cmake/ scripts (Find* and Build*). Move ev and eio wrappers to third-party (todo: delete them completely). There is one (known) problem with this patch: tarantool --version now prints incorrect compile flags. To be fixed in a separate patch.
-
- Nov 23, 2012
-
-
Roman Tsisyk authored
-
- Nov 20, 2012
-
-
Konstantin Osipov authored
-
- Oct 17, 2012
-
-
Konstantin Osipov authored
-
- Oct 14, 2012
-
-
Konstantin Osipov authored
Move mod/box/ src/box. Fix broken packages. Rename tarantool_cpack.cmake to cpack.cmake.
-
- Oct 03, 2012
-
-
Konstantin Osipov authored
Make box.lua just one of the many files which can be compiled into the server. Fix lbox_tonumber64 to not truncate large Lua numbers (which don't fit into 32 bit range). Make box.fiber.id() work according to the docs.
-
- Sep 21, 2012
-
-
Dmitry Simonenko authored
-
- Aug 15, 2012
-
-
Konstantin Osipov authored
Add rope implementation based on AVL trees. Add unit tests.
-
- Jul 12, 2012
-
-
Konstantin Osipov authored
Fix a regression with nested @finally not being called, introduced in 1.4.7 release. Big thanks to David Chisnall for a swift fix in GNUStep Objective C runtime. Add unit tests for two Objective C runtime properties: nested finally handling and ability to catch C++ exceptions.
-
- Jun 14, 2012
-
-
Konstantin Osipov authored
Update .gitignore. Don't use tarantool encoding unless it's necessary.
-
Konstantin Osipov authored
Now that we have unit-testing framework, cherry-pick mhash unit tests from branch feature-hash-test.
-
Konstantin Osipov authored
Extend queue.h with STAILQ_SPLICE and STAILQ_REVERSE. Test the new functions in a simple unit testing framework.
-
- Jun 13, 2012
-
-
Dmitry Simonenko authored
-
- May 04, 2012
-
-
Dmitry Simonenko authored
-
- Apr 29, 2012
-
-
Konstantin Osipov authored
Convert box.lua to box.lua.c and compile it in. Fix broken out-of-source build of luajit, by adding a few more generated files to touch-nocreate rule.
-
- Apr 26, 2012
-
-
Aleksey Demakov authored
-
- Apr 25, 2012
-
-
Konstantin Osipov authored
-
- Apr 10, 2012
-
-
Konstantin Osipov authored
-
- Feb 22, 2012
-
-
Konstantin Osipov authored
- add content - speed up rebuild by keeping static stuff in www-data - change the layout and stylesheet
-
- Feb 02, 2012
-
-
Konstantin Osipov authored
Implement blueprint 'add-delete-fields': https://blueprints.launchpad.net/tarantool/+spec/add-and-delete-fields-in-tuple Make it possible to add new fields with UPDATE, and delete existing fields. Rewrite the UPDATE algorithm to pre-compute new tuple length and do most of the work in place, without allocating temporary buffer for fields. Add Connector/C support for new UPDATE options. Add and update tests. Joint effort by Konstantin Shulgin (initial implementation), Dmitry Simonenko (Connector/C) and Konstantin Osipov (spec/code review).
-
- Dec 07, 2011
-
-
Aleksey Demakov authored
-