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