1. 28 Apr, 2014 1 commit
  2. 27 Apr, 2014 2 commits
  3. 26 Apr, 2014 1 commit
  4. 18 Apr, 2014 1 commit
  5. 17 Apr, 2014 1 commit
  6. 19 Mar, 2014 1 commit
  7. 18 Feb, 2014 1 commit
  8. 13 Feb, 2014 1 commit
  9. 11 Feb, 2014 1 commit
  10. 29 Jan, 2014 1 commit
  11. 28 Jan, 2014 1 commit
  12. 23 Jan, 2014 1 commit
  13. 06 Jan, 2014 1 commit
  14. 03 Jan, 2014 1 commit
  15. 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
  16. 01 Jan, 2014 1 commit
  17. 31 Dec, 2013 3 commits
  18. 21 Dec, 2013 1 commit
  19. 20 Dec, 2013 1 commit
  20. 19 Dec, 2013 1 commit
  21. 13 Dec, 2013 1 commit
  22. 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
  23. 19 Nov, 2013 1 commit
  24. 17 Nov, 2013 2 commits
  25. 06 Nov, 2013 1 commit
  26. 05 Nov, 2013 1 commit
  27. 03 Nov, 2013 2 commits
  28. 02 Nov, 2013 3 commits
  29. 24 Oct, 2013 1 commit
  30. 22 Oct, 2013 1 commit
  31. 14 Oct, 2013 2 commits
  32. 07 Oct, 2013 1 commit