aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/cookiejar
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
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-05-10all: fix a lot of commentscui fliter
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
2016-09-09net/http/cookiejar: added simple example testDhaivat Pandit
2016-04-10all: replace magic 0x80 with named constant utf8.RuneSelfMartin Möhrmann
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
2014-09-08build: move package sources from src/pkg to srcRuss Cox