summaryrefslogtreecommitdiff
path: root/src/encoding/xml
Commit message (Expand)AuthorAgeFilesLines
* encoding/xml: wrap charsetReader errorsThuy Linh Luu2023-05-171-1/+4
* std: fix various nilness findingsAlan Donovan2023-04-201-2/+3
* encoding/xml: use reflect.Value.GrowDaniel Martí2023-04-071-2/+4
* encoding/xml: allow overriding by empty namespaceConstantin Konstantinidis2023-01-312-0/+55
* Revert "encoding/xml: disallow empty namespace when prefix is set"Ian Lance Taylor2022-11-292-33/+0
* encoding/xml: error when more than one colon in qualified namesConstantin Konstantinidis2022-11-092-3/+35
* encoding/xml: disallow empty namespace when prefix is setConstantin Konstantinidis2022-11-092-0/+33
* encoding/xml: error when closing tag does not match opening tagConstantin Konstantinidis2022-11-092-2/+38
* encoding/xml: add check of namespaces to detect field names conflictsConstantin Konstantinidis2022-11-092-1/+91
* all: fix comment typosDan Kortschak2022-11-051-1/+1
* encoding/xml: reduce depth limit on wasmRuss Cox2022-10-312-7/+12
* encoding/xml: use bytes.Clonecuiweixie2022-09-281-10/+4
* encoding: use strings.Buildercuiweixie2022-09-062-5/+5
* encoding/xml: add (*Encoder).CloseAxel Wagner2022-08-232-7/+132
* encoding/xml: use bytes.Buffer.WriteStringDaniel Martí2022-08-091-1/+1
* encoding/xml: skip TestCVE202230633 for short testsRoland Shoemaker2022-07-141-3/+2
* encoding/xml: use iterative Skip, rather than recursiveRoland Shoemaker2022-07-122-7/+25
* encoding/xml: limit depth of nesting in unmarshalRoland Shoemaker2022-07-122-8/+34
* encoding/xml: check nil pointer in DecodeElementshaoliming2022-06-222-0/+19
* all: fix spellingJohn Bampton2022-05-171-1/+1
* all: gofmt main repoRuss Cox2022-04-112-74/+74
* encoding/xml: expose decoder line and columnPatrick Gundlach2022-03-272-0/+48
* encoding/xml: improve the test coverage, fix minor bugsIskander Sharipov2022-03-042-7/+168
* encoding/xml: embedded reference to substruct causes XML marshaller to panic ...hopehook2022-02-202-1/+37
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-135-31/+31
* encoding/xml: add generic encoding testKeith Randall2021-11-091-0/+5
* all: use reflect.{Pointer,PointerTo}Cuong Manh Le2021-10-263-13/+13
* all: use bytes.Cut, strings.CutRuss Cox2021-10-062-28/+25
* encoding/xml: truncate generic type namesKeith Randall2021-09-211-0/+4
* encoding/xml: replace comments inside directives with a spaceFilippo Valsorda2021-03-152-6/+13
* encoding/xml: handle leading, trailing, or double colons in namesFilippo Valsorda2021-03-152-2/+59
* all: use HTML5 br tagsJohn Bampton2021-03-132-2/+2
* encoding/xml: prevent infinite loop while decodingKatie Hockman2021-03-102-31/+92
* reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai2021-02-251-1/+1
* encoding/xml: fix reserved namespace check to be case-insensitiveIan Lance Taylor2020-10-212-2/+29
* Revert "encoding/xml: fix reserved namespace check to be case-insensitive"Ian Lance Taylor2020-06-292-29/+2
* encoding/xml: only initialize nil struct fields when decodingDaniel Martí2020-05-284-15/+50
* encoding/xml: fix reserved namespace check to be case-insensitiveTamás Gulácsi2020-04-092-2/+29
* all: avoid string(i) where i has type intIan Lance Taylor2020-02-261-2/+2
* encoding/xml: fix token decoder on early EOFSam Whited2019-10-302-1/+49
* std: remove unused bits of code all over the placeDaniel Martí2019-09-021-1/+0
* encoding/xml: rename fInnerXml to fInnerXMLEddie Scholtz2019-08-283-6/+6
* encoding/xml, encoding/json: docs and examples using custom marshalersLeigh McCulloch2018-12-124-0/+172
* encoding/xml: document HTMLAutoClose and HTMLEntity moreBrad Fitzpatrick2018-08-021-4/+8
* encoding/xml: remove some primordial semicolonsBrad Fitzpatrick2018-08-021-2/+2
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-6/+6
* encoding/xml: fix valid character rangeArtyom Pervukhin2018-05-092-1/+15
* encoding/xml: remove unnecessary if conditionstengufromsky2018-04-151-8/+4
* all: remove duplicate word "the"Ryuma Yoshida2018-02-201-1/+1
* encoding/xml: simplify slice-growing logic in rawTokenAlberto Donizetti2018-02-191-12/+2