Skip to content
Snippets Groups Projects
  1. Aug 31, 2015
  2. Aug 25, 2015
    • Daniil Medvedev's avatar
      stat refactoring & unit test for stat · baf772d2
      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
      baf772d2
  3. Aug 12, 2015
  4. Oct 21, 2014
  5. Dec 16, 2013
  6. Jul 01, 2013
  7. Jun 04, 2013
  8. Sep 06, 2012
  9. Aug 31, 2012
  10. Jul 31, 2012
    • Konstantin Osipov's avatar
      End the copyright madness. · 33269e00
      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.
      33269e00
  11. Aug 15, 2011
  12. Jul 06, 2011
    • Konstantin Shulgin's avatar
      Imaplement blueprint 'memcached-separate-port'. · 4279a836
      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')
      4279a836
  13. Apr 07, 2011
    • Roman Tokarev's avatar
      Add stat_cleanup. · 87d4ad5b
      Roman Tokarev authored
      mod/box:
      
      Call stat_cleanup after recovery finished.
      Fix stat_collect invocation.
      87d4ad5b
  14. Feb 27, 2011
    • Konstantin Osipov's avatar
      Implement blueprint 'consistent-header-guards'. · 65df38a9
      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.
      65df38a9
  15. Nov 01, 2010
  16. Sep 08, 2010
Loading