Skip to content
Snippets Groups Projects
  1. Apr 25, 2014
  2. Apr 14, 2014
  3. Mar 20, 2014
  4. Feb 19, 2014
  5. Feb 11, 2014
  6. 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
  7. Dec 20, 2013
  8. Dec 06, 2013
  9. Dec 04, 2013
  10. Dec 02, 2013
  11. Nov 08, 2013
  12. Sep 08, 2013
  13. Aug 21, 2013
  14. Jul 09, 2013
  15. Jun 20, 2013
  16. Apr 10, 2013
  17. Nov 27, 2012
  18. Aug 29, 2012
  19. Aug 21, 2012
  20. Jun 29, 2012
  21. Jun 26, 2012
  22. Jun 22, 2012
  23. May 22, 2012
  24. May 10, 2012
  25. May 02, 2012
  26. Feb 28, 2012
Loading