- Oct 01, 2013
-
-
Dmitry Simonenko authored
-
- Sep 24, 2013
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Sep 06, 2013
-
-
Dmitry Simonenko authored
before starting another one.
-
- Aug 26, 2013
-
-
Konstantin Osipov authored
Still some issues with Lua console to fix, but transfer big/sql.test to the new data dictionary at least. Fix a bug found in the process that when altering an index from unique to non unique the index is not rebuilt. Remove 'lua ' prefix from schema_erase/schema_fill classes.
-
Konstantin Osipov authored
Store the information about spaces in a pre-recreated system space. https://blueprints.launchpad.net/tarantool/+spec/space-ddl Remove space configuration from confetti. Use transaction and space triggers to run post-DML actions to perform DDL changes. Implement a Lua FFI binding to disable tests. Temporarily disable space-loading code in tarancheck and tarantar (this breaks them). Mostly all tests are broken. Memcached is disabled (non-functional).
-
- Aug 20, 2013
-
-
Konstantin Osipov authored
Rewrite --init-storage to dump a compiled-in blob instead of firing off the entire save snapshot machinery. This should simplify bootstrap in presence of system spaces: there's going to be no need to implement the code which creates system, they will be created simply by recovery from a snapshot.
-
- Jul 30, 2013
-
-
Dmitry Simonenko authored
-
- Jul 25, 2013
-
-
Dmitry Simonenko authored
-
- Jul 19, 2013
-
-
Konstantin Osipov authored
@todo: manage instances in /etc/tarantool
-
- Jul 08, 2013
-
-
Konstantin Osipov authored
-
- Jun 10, 2013
-
-
Dmitry Simonenko authored
-
- 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 23, 2013
-
-
Dmitry E. Oboukhov authored
* Rewrite box.net.box: - connection process is in internal fiber, so connector can reconnect lost connections * Add box.fiber.wrap function that runs new detached fiber * Add some tests
-
- Apr 26, 2013
-
-
Dmitry Simonenko authored
-
- Mar 19, 2013
-
-
Dmitry Simonenko authored
-
- Mar 12, 2013
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Mar 08, 2013
-
-
Konstantin Osipov authored
When server wrapper script failed to start the server, it used to try to send a email to somebody about this. This has never been tested, nor used. At least make sure it works when it does try to do it.
-
- Mar 07, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
twistd by default starts with umask 077. This is why buildbot has umask setting. rpm by default takes file and directory umask from the build directory. When building tarantool rpm under buildbot, twistd default umask was inherited. Thus all paths were created in rwx-- mode. Now add to this cmake bug CMake bug 0012864. That is, by default, cmake cpack generator adds %dir directive for every intermediate dir into the spec. E.g. if there is a destination file /etc/rc.d/foo, the spec gets %dir /etc %dir /etc/rc.d Together with the default dir access mask of twistd this nicely messed up our rpm install: an install of Tarantool 1.4.8-59 rpm for CentOS would change /etc and /usr access mode to 700. Two things are done about that: Tarantool no longer uses a cpack generated cpeck file. Extraneous %dir directives are removed from the spec file. This should minimize the damage of a broken twistd config, should it happen again. All buildslaves are reconfigured and restarted with umask 022.
-
- Sep 18, 2012
-
-
Dmitry Simonenko authored
-
- Sep 17, 2012
-
- Sep 12, 2012
-
-
Konstantin Osipov authored
-
- Sep 05, 2012
-
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
- Aug 06, 2012
-
- May 23, 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 28, 2012
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Apr 27, 2012
-
-
Dmitry Simonenko authored
-
- Jan 23, 2012
-
-
Konstantin Osipov authored
-
- Jan 20, 2012
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
validation added.
-
- Jan 19, 2012
-
-
Dmitry Simonenko authored
-
- Dec 26, 2011
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
modes are added.
-
Dmitry E. Oboukhov authored
* SIGUSR2 handler sends SIGHUP to logger (default extra/logger could already handle SIGHUP). * Add some options to cmd-line (to override config's options).
-