Skip to content
Snippets Groups Projects
  1. Oct 01, 2014
  2. Sep 26, 2014
    • Roman Tsisyk's avatar
      Refactor socket.tcp_server() to use nice fiber names · 3ee859f0
      Roman Tsisyk authored
      socket.tcp_server() changes:
      
       * Set nice fibers names for listener and clients
       * Use only one address for bind
       * Return single socket instead of wrapper
       * Add opts = {} to arguments
       * Automatically remove UNIX domain socket on server:close()
      
      Other changes:
      
       * Fix buggy port number parsng for ipv6
       * Add peer address to accept() results like recvfrom()
      3ee859f0
  3. Sep 15, 2014
  4. Sep 04, 2014
  5. Sep 03, 2014
  6. Aug 22, 2014
  7. Aug 11, 2014
  8. Aug 06, 2014
  9. Jul 31, 2014
  10. Jul 30, 2014
  11. Jul 29, 2014
  12. Jul 24, 2014
  13. Jul 23, 2014
  14. Jul 21, 2014
    • bigbes's avatar
      Changes: · ea7e6e2c
      bigbes authored
      1) Backport `path_find`
      2) Disable debuginfo in RPM
      3) Disable failing part of BSDSocket test
      ea7e6e2c
  15. Jul 10, 2014
  16. Jun 24, 2014
  17. Jun 09, 2014
  18. May 20, 2014
  19. May 19, 2014
  20. Apr 16, 2014
  21. Mar 07, 2014
  22. Mar 06, 2014
  23. Feb 19, 2014
  24. Feb 18, 2014
  25. Feb 10, 2014
  26. 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
  27. Feb 05, 2014
  28. Feb 03, 2014
  29. Jan 28, 2014
  30. Jan 23, 2014
  31. Dec 31, 2013
  32. Dec 19, 2013
  33. Dec 06, 2013
  34. Nov 26, 2013
  35. Nov 25, 2013
Loading