1. 24 Jul, 2014 1 commit
  2. 23 Jul, 2014 1 commit
  3. 10 Jul, 2014 1 commit
  4. 18 Jun, 2014 1 commit
  5. 12 Jun, 2014 1 commit
  6. 22 May, 2014 1 commit
  7. 21 May, 2014 2 commits
  8. 20 May, 2014 1 commit
    • Mikio Hara's avatar
      go.net/ipv4: diable the use of ip_mreqn on freebsd · 786e9ff9
      Mikio Hara authored
      This CL disables the use of ip_mreqn with IP_{ADD,DROP}_MEMBERSHIP on
      FreeBSD due to some test flakiness on some kernel versions that support
      IGMPv3. It will be fixed once we support IGMPv3 related features such
      as source-specific multicasting and source filtering.
      
      LGTM=iant
      R=golang-codereviews, iant
      CC=golang-codereviews
      https://golang.org/cl/94670043
      786e9ff9
  9. 19 May, 2014 2 commits
  10. 16 May, 2014 1 commit
  11. 12 May, 2014 1 commit
  12. 05 May, 2014 1 commit
  13. 02 May, 2014 2 commits
  14. 28 Apr, 2014 1 commit
  15. 27 Apr, 2014 2 commits
  16. 26 Apr, 2014 1 commit
  17. 18 Apr, 2014 1 commit
  18. 17 Apr, 2014 1 commit
  19. 19 Mar, 2014 1 commit
  20. 18 Feb, 2014 1 commit
  21. 13 Feb, 2014 1 commit
  22. 11 Feb, 2014 1 commit
  23. 29 Jan, 2014 1 commit
  24. 28 Jan, 2014 1 commit
  25. 23 Jan, 2014 1 commit
  26. 06 Jan, 2014 1 commit
  27. 03 Jan, 2014 1 commit
  28. 02 Jan, 2014 1 commit
    • Michael Piatek's avatar
      go.net/html: Tokenizer.Raw returns the original input when tokenizer errors occur. · 480e7b06
      Michael Piatek authored
      Two tweaks enable this:
      1) Updating the raw and data span pointers when Tokenizer.Next is called, even
      if an error has occurred. This prevents duplicate data from being returned by
      Raw in the common case of an EOF.
      
      2) Treating '</>' as an empty comment token to expose the raw text as a
      tokenization event. (This matches the semantics of other non-token events,
      e.g., '</ >' is treated as '<!-- -->'.)
      
      Fixes golang/go#7029.
      
      R=golang-codereviews, r, bradfitz
      CC=golang-codereviews
      https://golang.org/cl/46370043
      480e7b06
  29. 01 Jan, 2014 1 commit
  30. 31 Dec, 2013 3 commits
  31. 21 Dec, 2013 1 commit
  32. 20 Dec, 2013 1 commit
  33. 19 Dec, 2013 1 commit
  34. 13 Dec, 2013 1 commit