1. 01 Jan, 2014 1 commit
  2. 31 Dec, 2013 3 commits
  3. 21 Dec, 2013 1 commit
  4. 20 Dec, 2013 1 commit
  5. 19 Dec, 2013 1 commit
  6. 13 Dec, 2013 1 commit
  7. 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
  8. 19 Nov, 2013 1 commit
  9. 17 Nov, 2013 2 commits
  10. 06 Nov, 2013 1 commit
  11. 05 Nov, 2013 1 commit
  12. 03 Nov, 2013 2 commits
  13. 02 Nov, 2013 3 commits
  14. 24 Oct, 2013 1 commit
  15. 22 Oct, 2013 1 commit
  16. 14 Oct, 2013 2 commits
  17. 07 Oct, 2013 1 commit
  18. 19 Sep, 2013 2 commits
  19. 15 Aug, 2013 1 commit
  20. 14 Aug, 2013 1 commit
  21. 11 Aug, 2013 1 commit
  22. 07 Aug, 2013 1 commit
  23. 22 Jul, 2013 2 commits
  24. 10 Jul, 2013 1 commit
  25. 29 Jun, 2013 6 commits
  26. 16 Jun, 2013 1 commit
    • Mikio Hara's avatar
      go.net/ipv4: simplify ancillary helpers · ecb7ecda
      Mikio Hara authored
      This CL reduces unnecessary allocations in ancillary helper
      functions. Also clarifies documentation on ControlMessage,
      ControlFlags.
      
      benchmark                     old allocs   new allocs    delta
      BenchmarkReadWriteNetUDP-2             6            6    0.00%
      BenchmarkReadWriteIPv4UDP-2           17           15  -11.76%
      
      R=dave
      CC=golang-dev
      https://golang.org/cl/9232050
      ecb7ecda