Skip to content
Snippets Groups Projects
  1. Oct 02, 2014
  2. Oct 01, 2014
  3. Sep 30, 2014
  4. Sep 29, 2014
  5. Sep 26, 2014
    • Dmitry Simonenko's avatar
      06e714c9
    • Roman Tsisyk's avatar
      Refactor URI usage and remove hard-coded IP addreses from tests · 180f8bf7
      Roman Tsisyk authored
      Tarantool started to use getaddrinfo() to find suitable address for
      binding both for IPROTO and CONSOLE ports. A hostname can be resolved to
      various addresses families, depending on user settings. For example, all
      moderns systems resolve 'localhost' to '::1' by default. This creates a
      problem if one subsystem binds to '127.0.0.1' and some other tries to
      connect '::1'. This patch unify hardcoded names and addresses in entire test
      suite to use the same value. This is pre-requisite for #447, #368 and other
      URI-related patches.
      
      Other changes:
      
        * console.listen() now properly handles address arguments
        * console.listen() re-based on socket.tcp_server() code
      180f8bf7
    • Dmitry Simonenko's avatar
      4f59a403
    • 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
  6. Sep 25, 2014
  7. Sep 24, 2014
Loading