Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool
  Commit: c2956e1eb5c053845965cfe18c26c4c0fa56279f
      
https://github.com/mailru/tarantool/commit/c2956e1eb5c053845965cfe18c26c4c0fa56279f
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M test/box/socket.result
    M test/box/socket.test

  Log Message:
  -----------
  lua-socket-fix: fix for address resolving to localhost

it's uncertain which address bind/connect will choose when
connection to localhost. The problem is with /etc/hosts
which can contain bindings for both 127.0.0.1 and ::1 for
localhost (and some system don't).

See for futher explanation:
http://sourceware.org/bugzilla/show_bug.cgi?id=4980


  Commit: c2b761e2b4a2fcb0c7b4b849f58bd7045817d733
      
https://github.com/mailru/tarantool/commit/c2b761e2b4a2fcb0c7b4b849f58bd7045817d733
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M include/coeio.h
    M include/evio.h
    M src/coeio.m
    M src/evio.m
    M src/lua/lua_socket.m
    M test/box/socket.result

  Log Message:
  -----------
  lua-socket-fix: move resolver to coeio, add hostname numerical
address detection to sendto.


  Commit: c26a723a0aea54580028161e477900c4c0b82f71
      
https://github.com/mailru/tarantool/commit/c26a723a0aea54580028161e477900c4c0b82f71
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M include/coeio.h
    M include/evio.h
    M src/coeio.m
    M src/evio.m
    M src/lua/lua_socket.m
    M test/box/socket.result
    M test/box/socket.test

  Log Message:
  -----------
  Merge branch 'lua-socket-fix'


Compare: https://github.com/mailru/tarantool/compare/3e5910a208e0...c26a723a0aea
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to