aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/cookiejar/jar.go
AgeCommit message (Expand)Author
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-04-23all: fix some typos in commentsracequite
2024-04-19net/http: add field Cookie.Quoted boolNuno Gonçalves
2024-03-05net/http, net/http/cookiejar: avoid subdomain matches on IPv6 zonesDamien Neil
2024-01-10net: add available godoc linkcui fliter
2023-11-07net/http/cookiejar: remove unused variablewulianglongrd
2023-06-13all: fix mismatched symbolscui fliter
2023-05-24net/http: fix spelling issues in comments and testsOleksandr Redko
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2022-09-29net/http: use time.Comparecuiweixie
2022-08-22net/http/cookiejar: remove duplicate words from commentsAbirdcfly
2022-05-18net/http/cookiejar: allow cookies with an IP address in the domain attributeVolker dobler
2022-05-08all: fix some lint issuesRyan Leung
2022-04-11all: gofmt main repoRuss Cox
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2018-07-09net/http: add support for SameSite option in http.CookieStephan Renatus
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-05-22net/http/cookiejar: increase test coverageVolker Dobler
2017-03-21net/http/cookiejar: fix out-of-bounds errors on malformed domainsVolker Dobler
2016-10-04all: use sort.Slice where applicableBrad Fitzpatrick
2016-09-21net/http/cookiejar: fix typoMichal Bohuslávek
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
2014-09-08build: move package sources from src/pkg to srcRuss Cox