| Commit message (Expand) | Author | Age | Files | Lines |
| * | html/template: use the same escaper across multiple template executions | Samuel Tan | 2017-07-14 | 3 | -32/+79 |
| * | html/template: only search identifier nodes for predefined escapers | Samuel Tan | 2017-06-14 | 2 | -26/+56 |
| * | html/template: allow safe usage of predefined escapers in pipelines | Samuel Tan | 2017-05-05 | 4 | -39/+232 |
| * | template: warn about interleaved nature of writes | Dieter Plaetinck | 2017-05-05 | 1 | -2/+4 |
| * | html/template: use bytes.ContainsAny | Daniel Martí | 2017-04-25 | 2 | -5/+5 |
| * | html/template: ignore case when handling type attribute in script element | Samuel Tan | 2017-04-20 | 3 | -3/+7 |
| * | html/template: ensure that MIME type handling is case insensitive | Samuel Tan | 2017-04-20 | 2 | -1/+6 |
| * | html/template: panic if predefined escapers are found in pipelines during rew... | Samuel Tan | 2017-04-10 | 3 | -148/+81 |
| * | text/template,html/template: state that Funcs must happen before parsing | Rob Pike | 2017-03-21 | 1 | -0/+1 |
| * | encoding/base64, html/template: fix grammar mistakes | Kevin Burke | 2017-03-07 | 1 | -1/+1 |
| * | html/template: lock in application/json as valid JS test | Emmanuel Odeke | 2016-12-04 | 1 | -0/+1 |
| * | html/template: escape JS in application/json script tag | Nodir Turakulov | 2016-12-04 | 1 | -2/+4 |
| * | html/template: fix multiple Clones of redefined template | Caleb Spare | 2016-11-15 | 2 | -4/+23 |
| * | html/template: typo fix | Marcel Edmund Franke | 2016-11-14 | 1 | -1/+1 |
| * | all: spell "marshal" and "unmarshal" consistently | Dmitri Shuralyov | 2016-11-12 | 2 | -3/+3 |
| * | html/template, text/template: drop defined template list from errors | Russ Cox | 2016-10-28 | 1 | -1/+1 |
| * | html/template: add test case for unbounded template expansion | Russ Cox | 2016-10-24 | 1 | -0/+12 |
| * | html/template, text/template: docs and fixes for template redefinition | Russ Cox | 2016-10-24 | 2 | -20/+174 |
| * | html/template: adjust ambiguous URL context text | Russ Cox | 2016-10-19 | 3 | -3/+3 |
| * | html/template, text/template: clarify template redefinition behavior | Russ Cox | 2016-10-19 | 1 | -10/+14 |
| * | html/template: fix Clone so that t.Lookup(t.Name()) yields t | Caleb Spare | 2016-10-17 | 2 | -0/+38 |
| * | html/template: check "type" attribute in <script> | Nodir Turakulov | 2016-09-29 | 7 | -17/+148 |
| * | html/template: update security model link | Ian Lance Taylor | 2016-06-23 | 1 | -1/+1 |
| * | html/template: mention risks of the CSS, HTML, JS, etc. types | Andrew Gerrand | 2016-05-18 | 1 | -0/+29 |
| * | html/template, text/template: clarify Parse{Files,Glob} semantics | Andrew Gerrand | 2016-04-22 | 1 | -0/+14 |
| * | html/template: add examples of loading templates from files | Emmanuel Odeke | 2016-04-13 | 1 | -0/+226 |
| * | all: use bytes.Equal, bytes.Contains and strings.Contains, again | Dominik Honnef | 2016-04-11 | 1 | -1/+1 |
| * | html: fix typo in UnescapeString string docs | Brad Fitzpatrick | 2016-04-10 | 1 | -1/+1 |
| * | all: replace magic 0x80 with named constant utf8.RuneSelf | Martin Möhrmann | 2016-04-10 | 1 | -1/+1 |
| * | html/template: prefix the internally-used FuncMap values with an underscore | Rob Pike | 2016-04-04 | 1 | -46/+46 |
| * | all: use bytes.Equal, bytes.Contains and strings.Contains | Dominik Honnef | 2016-04-01 | 2 | -2/+2 |
| * | all: delete dead non-test code | Dominik Honnef | 2016-03-25 | 1 | -4/+0 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 2 | -3/+3 |
| * | all: fix typos and spelling | Martin Möhrmann | 2016-02-24 | 1 | -1/+1 |
| * | text/template,html/template: correct comment in DefinedTemplates | Rob Pike | 2015-11-24 | 1 | -1/+1 |
| * | html/template: add DefinedTemplates to html/template | Rob Pike | 2015-11-23 | 1 | -1/+8 |
| * | html/template: Add missing error check to package example. | Dmitri Shuralyov | 2015-11-22 | 1 | -0/+1 |
| * | html/template, encoding/asn1: fix test errors | Dominik Honnef | 2015-11-10 | 1 | -1/+1 |
| * | html/template: include itself while cloning | Nodir Turakulov | 2015-10-20 | 2 | -0/+30 |
| * | text/template: change IsTrue to take interface{} instead of reflect.Value. | David Symonds | 2015-10-01 | 1 | -2/+1 |
| * | text/template, html/template: fix block example name | Andrew Gerrand | 2015-09-29 | 1 | -1/+1 |
| * | text/template, html/template: add block keyword and permit template redefinition | Andrew Gerrand | 2015-09-28 | 3 | -3/+49 |
| * | text/template: export isTrue | Rob Pike | 2015-09-17 | 1 | -0/+8 |
| * | html/template: preserve attr in stateBeforeValue | Nodir Turakulov | 2015-09-09 | 3 | -62/+67 |
| * | html: speed up UnescapeString | Ingo Oeser | 2015-08-22 | 2 | -31/+49 |
| * | html/template: add examples to package and functions | Carlos C | 2015-07-27 | 1 | -0/+122 |
| * | all: link to https instead of http | Brad Fitzpatrick | 2015-07-11 | 1 | -1/+1 |
| * | html/template: prevent panic while escaping pipelines | Didier Spezia | 2015-06-27 | 2 | -1/+23 |
| * | html: add examples to the functions | Carlos C | 2015-06-19 | 1 | -0/+22 |
| * | html/template: prevent panic when escaping actions involving chain nodes | Didier Spezia | 2015-06-01 | 2 | -1/+15 |