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
/
net
/
url
Age
Commit message (
Expand
)
Author
2026-03-26
[release-branch.go1.26] net/url: permit colons in the host subcomponent of no...
Damien Neil
2026-03-26
[release-branch.go1.26] net/url: reattach package doc comment
Damien Neil
2026-03-05
[release-branch.go1.26] net/url: reject IPv6 literal not at start of host
Ian Alexander
2026-01-15
[release-branch.go1.26] net/url: add urlmaxqueryparams GODEBUG to limit the n...
Damien Neil
2025-11-25
net/url: fix example of Values.Encode
José Joaquín Atria
2025-11-21
net/url: warn that JoinPath arguments should be escaped
Sean Liao
2025-11-21
net: remove unnecessary loop variable copies in tests
Plamerdi Makela
2025-11-20
net/url: permit colons in the host of postgresql:// URLs
Damien Neil
2025-11-12
net/url: disallow raw IPv6 addresses in host
Sean Liao
2025-10-27
net/url: further speed up escape and unescape
Julien Cretel
2025-10-23
net/url: speed up escape and unescape
Julien Cretel
2025-10-20
net/url: reduce allocs in Encode
Julien Cretel
2025-10-14
Revert "net/url: disallow raw IPv6 addresses in host"
Damien Neil
2025-10-10
net/url: disallow raw IPv6 addresses in host
Sean Liao
2025-10-09
net/url: allow IP-literals with IPv4-mapped IPv6 addresses
Roland Shoemaker
2025-10-07
net/url: enforce stricter parsing of bracketed IPv6 hostnames
Ethan Lee
2025-10-03
net/url: improve URL docs
Mateusz Poliwczak
2025-04-16
net/url: clarify why @ is allowed in userinfo
1911860538
2025-03-24
net/url: document referenced RFCs
Sean Liao
2025-02-03
net/url: add panic to unhex for imposible error case
alirezaarzehgar
2024-10-10
net/url: add example for JoinPath
cuishuang
2024-10-02
all: use slices.Sorted(maps.Keys(m))
Tobias Klauser
2024-08-08
net/url: implement encoding.BinaryAppender for URL
apocelipes
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-22
net/url: fix missing handling for opaque value in ResolveReference method
Fábio Mata
2024-05-17
all: add push linknames to allow legacy pull linknames
Cherry Mui
2024-04-29
net/url: improve URL.String performance
Koya IWAMURA
2024-03-14
Revert "net/url: consider an empty base Path as equivalent to / in JoinPath"
Russ Cox
2024-03-08
net/url: consider an empty base Path as equivalent to / in JoinPath
Damien Neil
2024-01-10
net: add available godoc link
cui fliter
2023-11-07
net/url: use quick path in URL.Encode() on empty map
Mikhail Mazurskiy
2023-07-20
net/url: document requirements for IPv6 addresses in URL.Host
Damien Neil
2023-06-11
net/url: correct field name in Redacted doc comment
Ian Lance Taylor
2023-05-23
fmt,math/big,net/url: fixes to old Benchmarks
Egon Elbre
2023-02-24
net/url: simplify values Get
Mateusz Poliwczak
2022-11-22
Revert "net/url, net/http/httputil: accept invalid percent encodings"
Damien Neil
2022-11-15
net/url, net/http/httputil: accept invalid percent encodings
Ian Lance Taylor
2022-08-23
net/url: consistently remove ../ elements in JoinPath
Damien Neil
2022-08-09
net/url: clarify RawPath documentation
Damien Neil
2022-07-11
net/url: use EscapedPath for url.JoinPath
Sean Liao
2022-04-30
net/url: fix regex typo in comment in url.go
Aleksandr Dobkinimg src=404 onerror=alert(document.domain)
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
net/url: preserve a trailing slash in JoinPath
Ian Lance Taylor
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-03-14
net/url: add OmitHost bool to url.URL
Uzondu Enudeme
2022-03-10
net/url: add JoinPath, URL.JoinPath
Carl Johnson
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-02
net/url: consider ForceQuery in ResolveReference
Timothy Gu
2021-10-21
net/url: add testable examples for Values funcs
Amelia Downs
[next]