aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/cookie.go
AgeCommit message (Expand)Author
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2020-10-08net/http: make SameSiteDefaultMode behavior match the specificationRoberto Clapis
2020-05-06net/http: use ASCII space trimming throughoutFilippo Valsorda
2019-10-22net/http: update sanitizeCookieValue descriptionBrave Cow
2019-05-06net/http: add support for SameSite=NoneVivek Sekhar
2019-04-15net/http: remove unnecessary string replace operation in Cookie.Stringbronze1man
2019-04-15net/http: speed up parsing of Cookie headerssergey
2019-03-25net/http: reduce allocs on write cookiesergey
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-16net/http: fix typo in the SameSite docsmbj36
2018-10-03net/http: add missing words to SameSite doc/commentsMichael Henderson
2018-08-21net/http: fix cookie SameSite docs grammarAlan Braithwaite
2018-07-09net/http: add support for SameSite option in http.CookieStephan Renatus
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-08-10net/http: remove an unused variable in readCookies functionJoe Kyo
2017-05-22net/http: send more cookie values in double quotesVolker Dobler
2016-10-28net/http: fix cookie Expires minimum year to 1601 instead of Epoch year 1970Josh Chorlton
2016-10-12net/http: optimize internal cookie functionsCyrill Schumacher
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-30net/http: harden, document func SetCookie and type CookieBrad Fitzpatrick
2015-06-04net/http: the Set-Cookie Expiration time zone should be GMT, not UTCBrad Fitzpatrick
2014-09-25net/http: allow double-quotes only on cookie values, not cookieNigel Tao
2014-09-08build: move package sources from src/pkg to srcRuss Cox