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