1. 22 Nov, 2013 1 commit
    • Andrew Balholm's avatar
      go.net/html/charset: encoding names · 7eb0b7e9
      Andrew Balholm authored
      Lookup now returns the canonical name as well as the Encoding.
      
      This will make it easier for users to discover what encoding they
      actually have as a return value from functions in this package.
      They will also be able to store the name for re-use.
      
      R=nigeltao, mpvl
      CC=golang-dev
      https://golang.org/cl/30090043
      7eb0b7e9
  2. 19 Nov, 2013 1 commit
  3. 17 Nov, 2013 2 commits
  4. 06 Nov, 2013 1 commit
  5. 05 Nov, 2013 1 commit
  6. 03 Nov, 2013 2 commits
  7. 02 Nov, 2013 3 commits
  8. 24 Oct, 2013 1 commit
  9. 22 Oct, 2013 1 commit
  10. 14 Oct, 2013 2 commits
  11. 07 Oct, 2013 1 commit
  12. 19 Sep, 2013 2 commits
  13. 15 Aug, 2013 1 commit
  14. 14 Aug, 2013 1 commit
  15. 11 Aug, 2013 1 commit
  16. 07 Aug, 2013 1 commit
  17. 22 Jul, 2013 2 commits
  18. 10 Jul, 2013 1 commit
  19. 29 Jun, 2013 6 commits
  20. 16 Jun, 2013 4 commits
  21. 15 Jun, 2013 3 commits
  22. 09 Jun, 2013 1 commit
  23. 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