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
/
jar.go
Age
Commit message (
Expand
)
Author
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
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-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
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