1. 14 Aug, 2013 1 commit
  2. 11 Aug, 2013 1 commit
  3. 07 Aug, 2013 1 commit
  4. 22 Jul, 2013 2 commits
  5. 10 Jul, 2013 1 commit
  6. 29 Jun, 2013 6 commits
  7. 16 Jun, 2013 4 commits
  8. 15 Jun, 2013 3 commits
  9. 09 Jun, 2013 1 commit
  10. 07 Jun, 2013 1 commit
    • Mikio Hara's avatar
      go.net/ipv4: drop DIffServ and ECN constants, add ICMPType · 8108b4b3
      Mikio Hara authored
      This CL removes DiffServ and ECN constants assigned by IANA because
      for now we don't have an appropriate package to put those constants
      as part of API. There were used for the type-of-service field of IPv4
      header and the traffic class field of IPv6 header.
      
      Also adds ICMPType for convenience, makes use of internal IANA
      protocol number constants instead of syscall's to prevent churning of
      package syscall in the near future.
      
      R=dave
      CC=golang-dev
      https://golang.org/cl/9353045
      8108b4b3
  11. 06 Jun, 2013 1 commit
  12. 05 Jun, 2013 3 commits
  13. 04 Jun, 2013 1 commit
    • Mikio Hara's avatar
      go.net/ipv6: new package · cdfc4ce1
      Mikio Hara authored
      Package ipv6 implements IP-level socket options for the Internet
      Protocol version 6. It also provides datagram based network I/O
      methods specific to the IPv6 and higher layer protocols.
      
      Fixes golang/go#5538.
      
      R=dave
      CC=golang-dev
      https://golang.org/cl/9843044
      cdfc4ce1
  14. 30 May, 2013 1 commit
  15. 20 May, 2013 1 commit
  16. 14 May, 2013 2 commits
    • Fumitoshi Ukai's avatar
      go.net/websocket: fix handshake error. · 4c1c96f7
      Fumitoshi Ukai authored
      If client sent no subprotocol (e.g. no Sec-WebSocket-Protocol),
      websocket server responded with the following header
        HTTP/1.1 101 Switching Protocols
        Upgrade: websocket
        Connection: Upgrade
        Sec-WebSocket-Accept: E7SRWRnZL9RuGFLuZ0j4508nqdg=
        Sec-WebSocket-Protocol:
      So, client may close the connection because it contains
      wrong empty Sec-WebSocket-Protocol header.
      
      If client didn't offer any subprotocol, don't set
      config.Protocol, so that not emit empty Sec-WebSocket-Protocol.
      
      Fixes golang/go#5457.
      
      R=golang-dev, mikioh.mikioh
      CC=golang-dev
      https://golang.org/cl/9379044
      4c1c96f7
    • Volker Dobler's avatar
      publicsuffix: update table to latest list from publicsuffix.org · e4c0e9ee
      Volker Dobler authored
      Update the public suffix list to the latest (April 23. 2013)
       data of publicsuffix.org's list.
      
      R=nigeltao
      CC=golang-dev
      https://golang.org/cl/9346048
      e4c0e9ee
  17. 12 May, 2013 1 commit
    • Fumitoshi Ukai's avatar
      go.net/websocket: allow server configurable · 0005f0a0
      Fumitoshi Ukai authored
      Add websocket.Server to configure WebSocket server handler.
      
      - Config.Header is additional headers to send, so you can use it
        to send cookies or so.
        To read cookies, you can use Conn.Request().Header.
      - factor out Handshake.
        You can set func to check origin, subprotocol etc.
        Handler checks origin by default.
      
      Fixes golang/go#4198.
      Fixes golang/go#5178.
      
      R=golang-dev, mikioh.mikioh, crobin
      CC=golang-dev
      https://golang.org/cl/8731044
      0005f0a0
  18. 17 Apr, 2013 1 commit
  19. 15 Apr, 2013 1 commit
  20. 04 Apr, 2013 1 commit
  21. 01 Mar, 2013 2 commits
  22. 28 Feb, 2013 1 commit
  23. 18 Feb, 2013 1 commit
  24. 16 Feb, 2013 1 commit
  25. 13 Feb, 2013 1 commit