Skip to content
Snippets Groups Projects
  1. Sep 02, 2014
  2. Aug 31, 2014
    • bigbes's avatar
      Add systemd specs and following remarks: · 87812978
      bigbes authored
      * In RPM/DEB we introduce new utility - tarantool_ctl (extra/dist/dist.lua)
      * /var/pid -> /var/run
      * Fix extra/dist/dist.lua
      * /extra/dist/tarantool.init and /extra/dist/tarantool.service now
        are regenerated by cmake (paths to `dist.lua`)
      * Systemd service (Uses sysv-init script)
      * RPM Supports both systemd and init (by using '--with systemd' in
        rpmbuild flags)
      87812978
  3. Aug 29, 2014
  4. Jul 24, 2014
  5. Jul 23, 2014
  6. Jul 14, 2014
  7. Jul 10, 2014
  8. Jun 23, 2014
  9. May 15, 2014
  10. Apr 25, 2014
  11. Apr 24, 2014
  12. Apr 23, 2014
  13. Apr 22, 2014
  14. Apr 14, 2014
  15. Apr 11, 2014
  16. Apr 10, 2014
  17. Mar 20, 2014
  18. Mar 06, 2014
  19. Feb 19, 2014
  20. Feb 12, 2014
  21. Feb 11, 2014
  22. Feb 06, 2014
    • Dmitry Simonenko's avatar
      plugins-to-lua-modules: migrate from plugins to lua modules. · 4f6db98f
      Dmitry Simonenko authored
      Summary:
      * PLUGIN_DIR -> MODULE_DIR
      * MODULE_DIR prefix is /usr/lib/tarantool/VERSION
      * MODULE_DIR automatically appends to both lua c/path
      * removed plugin autoload facility in src/lua/init.cc
      * removed admin console plugin dependencies
      * moved src/box/lua/sql.lua to separate module = require('box.net.sql')
      * moved src/plugin/pg = require('box.net.pg')
      * moved src/plugin/mysql = require('box.net.mysql')
      * default .so and .lua install is lib/tarantool/modules/{box/net/}
      * debian spec and tests are updated
      4f6db98f
  23. Dec 26, 2013
  24. Dec 21, 2013
Loading