1. 06 8月, 2013 3 次提交
  2. 05 8月, 2013 36 次提交
  3. 04 8月, 2013 1 次提交
    • B
      auto merge of #8243 : stepancheg/rust/ipv, r=brson · 22f9ce4d
      bors 提交于
      multicast functions now take IpAddr (without port), because they dont't
      need port.
      
      Uv* types renamed:
      * UvIpAddr -> UvSocketAddr
      * UvIpv4 -> UvIpv4SocketAddr
      * UvIpv6 -> UvIpv6SocketAddr
      
      "Socket address" is a common name for (ip-address, port) pair (e.g. in
      sockaddr_in struct).
      
      P. S. Are there any backward compatibility concerns? What is std::rt module, is it a part of public API?
      22f9ce4d