aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml
AgeCommit message (Expand)Author
2023-01-31encoding/xml: allow overriding by empty namespaceConstantin Konstantinidis
2022-11-29Revert "encoding/xml: disallow empty namespace when prefix is set"Ian Lance Taylor
2022-11-09encoding/xml: error when more than one colon in qualified namesConstantin Konstantinidis
2022-11-09encoding/xml: disallow empty namespace when prefix is setConstantin Konstantinidis
2022-11-09encoding/xml: error when closing tag does not match opening tagConstantin Konstantinidis
2022-11-09encoding/xml: add check of namespaces to detect field names conflictsConstantin Konstantinidis
2022-11-05all: fix comment typosDan Kortschak
2022-10-31encoding/xml: reduce depth limit on wasmRuss Cox
2022-09-28encoding/xml: use bytes.Clonecuiweixie
2022-09-06encoding: use strings.Buildercuiweixie
2022-08-23encoding/xml: add (*Encoder).CloseAxel Wagner
2022-08-09encoding/xml: use bytes.Buffer.WriteStringDaniel Martí
2022-07-14encoding/xml: skip TestCVE202230633 for short testsRoland Shoemaker
2022-07-12encoding/xml: use iterative Skip, rather than recursiveRoland Shoemaker
2022-07-12encoding/xml: limit depth of nesting in unmarshalRoland Shoemaker
2022-06-22encoding/xml: check nil pointer in DecodeElementshaoliming
2022-05-17all: fix spellingJohn Bampton
2022-04-11all: gofmt main repoRuss Cox
2022-03-27encoding/xml: expose decoder line and columnPatrick Gundlach
2022-03-04encoding/xml: improve the test coverage, fix minor bugsIskander Sharipov
2022-02-20encoding/xml: embedded reference to substruct causes XML marshaller to panic ...hopehook
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-09encoding/xml: add generic encoding testKeith Randall
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-21encoding/xml: truncate generic type namesKeith Randall
2021-03-15encoding/xml: replace comments inside directives with a spaceFilippo Valsorda
2021-03-15encoding/xml: handle leading, trailing, or double colons in namesFilippo Valsorda
2021-03-13all: use HTML5 br tagsJohn Bampton
2021-03-10encoding/xml: prevent infinite loop while decodingKatie Hockman
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2020-10-21encoding/xml: fix reserved namespace check to be case-insensitiveIan Lance Taylor
2020-06-29Revert "encoding/xml: fix reserved namespace check to be case-insensitive"Ian Lance Taylor
2020-05-28encoding/xml: only initialize nil struct fields when decodingDaniel Martí
2020-04-09encoding/xml: fix reserved namespace check to be case-insensitiveTamás Gulácsi
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2019-10-30encoding/xml: fix token decoder on early EOFSam Whited
2019-09-02std: remove unused bits of code all over the placeDaniel Martí
2019-08-28encoding/xml: rename fInnerXml to fInnerXMLEddie Scholtz
2018-12-12encoding/xml, encoding/json: docs and examples using custom marshalersLeigh McCulloch
2018-08-02encoding/xml: document HTMLAutoClose and HTMLEntity moreBrad Fitzpatrick
2018-08-02encoding/xml: remove some primordial semicolonsBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-09encoding/xml: fix valid character rangeArtyom Pervukhin
2018-04-15encoding/xml: remove unnecessary if conditionstengufromsky
2018-02-20all: remove duplicate word "the"Ryuma Yoshida
2018-02-19encoding/xml: simplify slice-growing logic in rawTokenAlberto Donizetti
2017-12-31encoding/xml: remove duplicate test of element presenceIgor Vashyst
2017-12-07encoding/xml: don't crash on invalid XMLName tagIan Lance Taylor
2017-11-15encoding/xml: move unexported const out of exported const blockRuss Cox