- Aug 31, 2015
-
-
Daniil Medvedev authored
-
- Aug 25, 2015
-
-
Daniil Medvedev authored
* struct stat_counter keeps all statistics data (supports several instances) * test sends 100 rps, but this methods count only 80 * stat counting bug fixed * style fixes * renamed as stat.c to rmean.c
-
- Aug 12, 2015
-
-
Konstantin Osipov authored
-
- Oct 21, 2014
-
-
Roman Tsisyk authored
-
- Dec 16, 2013
-
-
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.
-
- Jul 01, 2013
-
-
Konstantin Osipov authored
-
- Jun 04, 2013
-
-
Roman Tsisyk authored
-
- Sep 06, 2012
-
-
Konstantin Osipov authored
Move print_stat to admin.rl Make tarantool_lua_stat.m a bit simpler. Restore the original formatting of show stat. Fix a bug when rps and total were reversed in the new show stat output.
-
Dmitry E. Oboukhov authored
-
- Aug 31, 2012
-
-
Dmitry E. Oboukhov authored
-
- Jul 31, 2012
-
-
Konstantin Osipov authored
End the copyright madness. Tarantool authors maintain a shared copyright on the code base. Remove individual copyright (c) from specific files and put a single AUTHORS file in the project top.
-
- Aug 15, 2011
-
-
Dmitry Simonenko authored
* core signal handling sigaction -> libev * suppresion file updated
-
- Jul 06, 2011
-
-
Konstantin Shulgin authored
Blueprint 'Make memcached protocol an alternative, not a replacement': Blueprint was implemented. Memcached now can work in presence of RELOAD CONFIGURATION statement, even if it changes a replica to master or a master to replica. 'memcached' configuration file option was removed. Instead, two new optinos were added: - memcached_port - optional, default 0, if set, specifies which port speaks memcached protocol. - memcached_expire, boolean, which defines whether or not we run expire on memcached namespace. If not set, we simply support the protocol, but ignore TTL and never expire the keys. Original memcached test was ported to tarantool testing environment. cas test was disabled, because tarantool has a non-critical bug (in concurrent environment cas operation can return 'SERVER_ERROR' instead of 'EXISTS')
-
- Apr 07, 2011
-
-
Roman Tokarev authored
mod/box: Call stat_cleanup after recovery finished. Fix stat_collect invocation.
-
- Feb 27, 2011
-
-
Konstantin Osipov authored
Implement https://blueprints.launchpad.net/tarantool/+spec/consistent-header-guards Audit all header files in tarantool code base for consistent use of header guards: - consistent naming scheme, following doc/coding-style.txt - header guard goes before the copyright - each header is self-sufficient. - add copyright headers where they were missing. Remove __packed__, __unused__, __noinline__ and __regparm2__ from util.h, since the name __unused__ conflicted with a parameter name in third_party/valgrind/valrgind.h, which led to a dependency in inclusion order between util.h and this header. The define names were not standard, I couldn't come up with some meaningful and standard names, and they were only saving some typing, while not providing any extra functionality.
-
- Nov 01, 2010
-
-
Yuriy Vostrikov authored
-
- Sep 08, 2010
-
-
Yuriy Vostrikov authored
-