index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
xml
Age
Commit message (
Expand
)
Author
2023-01-31
encoding/xml: allow overriding by empty namespace
Constantin Konstantinidis
2022-11-29
Revert "encoding/xml: disallow empty namespace when prefix is set"
Ian Lance Taylor
2022-11-09
encoding/xml: error when more than one colon in qualified names
Constantin Konstantinidis
2022-11-09
encoding/xml: disallow empty namespace when prefix is set
Constantin Konstantinidis
2022-11-09
encoding/xml: error when closing tag does not match opening tag
Constantin Konstantinidis
2022-11-09
encoding/xml: add check of namespaces to detect field names conflicts
Constantin Konstantinidis
2022-11-05
all: fix comment typos
Dan Kortschak
2022-10-31
encoding/xml: reduce depth limit on wasm
Russ Cox
2022-09-28
encoding/xml: use bytes.Clone
cuiweixie
2022-09-06
encoding: use strings.Builder
cuiweixie
2022-08-23
encoding/xml: add (*Encoder).Close
Axel Wagner
2022-08-09
encoding/xml: use bytes.Buffer.WriteString
Daniel Martí
2022-07-14
encoding/xml: skip TestCVE202230633 for short tests
Roland Shoemaker
2022-07-12
encoding/xml: use iterative Skip, rather than recursive
Roland Shoemaker
2022-07-12
encoding/xml: limit depth of nesting in unmarshal
Roland Shoemaker
2022-06-22
encoding/xml: check nil pointer in DecodeElement
shaoliming
2022-05-17
all: fix spelling
John Bampton
2022-04-11
all: gofmt main repo
Russ Cox
2022-03-27
encoding/xml: expose decoder line and column
Patrick Gundlach
2022-03-04
encoding/xml: improve the test coverage, fix minor bugs
Iskander Sharipov
2022-02-20
encoding/xml: embedded reference to substruct causes XML marshaller to panic ...
hopehook
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-09
encoding/xml: add generic encoding test
Keith Randall
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-09-21
encoding/xml: truncate generic type names
Keith Randall
2021-03-15
encoding/xml: replace comments inside directives with a space
Filippo Valsorda
2021-03-15
encoding/xml: handle leading, trailing, or double colons in names
Filippo Valsorda
2021-03-13
all: use HTML5 br tags
John Bampton
2021-03-10
encoding/xml: prevent infinite loop while decoding
Katie Hockman
2021-02-25
reflect: add Method.IsExported and StructField.IsExported methods
Joe Tsai
2020-10-21
encoding/xml: fix reserved namespace check to be case-insensitive
Ian Lance Taylor
2020-06-29
Revert "encoding/xml: fix reserved namespace check to be case-insensitive"
Ian Lance Taylor
2020-05-28
encoding/xml: only initialize nil struct fields when decoding
Daniel Martí
2020-04-09
encoding/xml: fix reserved namespace check to be case-insensitive
Tamás Gulácsi
2020-02-26
all: avoid string(i) where i has type int
Ian Lance Taylor
2019-10-30
encoding/xml: fix token decoder on early EOF
Sam Whited
2019-09-02
std: remove unused bits of code all over the place
Daniel Martí
2019-08-28
encoding/xml: rename fInnerXml to fInnerXML
Eddie Scholtz
2018-12-12
encoding/xml, encoding/json: docs and examples using custom marshalers
Leigh McCulloch
2018-08-02
encoding/xml: document HTMLAutoClose and HTMLEntity more
Brad Fitzpatrick
2018-08-02
encoding/xml: remove some primordial semicolons
Brad Fitzpatrick
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-09
encoding/xml: fix valid character range
Artyom Pervukhin
2018-04-15
encoding/xml: remove unnecessary if conditions
tengufromsky
2018-02-20
all: remove duplicate word "the"
Ryuma Yoshida
2018-02-19
encoding/xml: simplify slice-growing logic in rawToken
Alberto Donizetti
2017-12-31
encoding/xml: remove duplicate test of element presence
Igor Vashyst
2017-12-07
encoding/xml: don't crash on invalid XMLName tag
Ian Lance Taylor
2017-11-15
encoding/xml: move unexported const out of exported const block
Russ Cox
[next]