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
/
http
/
cookiejar
Age
Commit message (
Expand
)
Author
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2025-11-21
net/http/cookiejar: treat localhost as secure origin
Sean Liao
2024-07-29
cmd,log,net,runtime: simplify string prefix and suffix processing
apocelipes
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-04-23
all: fix some typos in comments
racequite
2024-04-19
net/http: add field Cookie.Quoted bool
Nuno Gonçalves
2024-03-05
net/http, net/http/cookiejar: avoid subdomain matches on IPv6 zones
Damien Neil
2024-01-10
net: add available godoc link
cui fliter
2023-11-07
net/http/cookiejar: remove unused variable
wulianglongrd
2023-06-13
all: fix mismatched symbols
cui fliter
2023-05-24
net/http: fix spelling issues in comments and tests
Oleksandr Redko
2023-05-10
all: fix a lot of comments
cui fliter
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
2022-09-29
net/http: use time.Compare
cuiweixie
2022-08-22
net/http/cookiejar: remove duplicate words from comments
Abirdcfly
2022-05-18
net/http/cookiejar: allow cookies with an IP address in the domain attribute
Volker dobler
2022-05-08
all: fix some lint issues
Ryan Leung
2022-04-11
all: gofmt main repo
Russ Cox
2021-05-10
net/http: switch HTTP1 to ASCII equivalents of string functions
Roberto Clapis
2018-07-09
net/http: add support for SameSite option in http.Cookie
Stephan Renatus
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-05-22
net/http/cookiejar: increase test coverage
Volker Dobler
2017-03-21
net/http/cookiejar: fix out-of-bounds errors on malformed domains
Volker Dobler
2016-10-04
all: use sort.Slice where applicable
Brad Fitzpatrick
2016-09-21
net/http/cookiejar: fix typo
Michal Bohuslávek
2016-09-09
net/http/cookiejar: added simple example test
Dhaivat Pandit
2016-04-10
all: replace magic 0x80 with named constant utf8.RuneSelf
Martin Möhrmann
2014-11-10
all: use golang.org/x/... import paths
Andrew Gerrand
2014-09-08
build: move package sources from src/pkg to src
Russ Cox