summaryrefslogtreecommitdiff
path: root/src/net/http/cookie.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-111-5/+7
* all: fix various doc comment formatting nitsRuss Cox2022-04-011-5/+5
* net/http: add Cookie.Valid methodJohn Kelly2021-10-061-0/+33
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-19/+8
* net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis2021-05-101-2/+11
* net/http: make SameSiteDefaultMode behavior match the specificationRoberto Clapis2020-10-081-1/+1
* net/http: use ASCII space trimming throughoutFilippo Valsorda2020-05-061-5/+6
* net/http: update sanitizeCookieValue descriptionBrave Cow2019-10-221-2/+3
* net/http: add support for SameSite=NoneVivek Sekhar2019-05-061-0/+5
* net/http: remove unnecessary string replace operation in Cookie.Stringbronze1man2019-04-151-1/+1
* net/http: speed up parsing of Cookie headerssergey2019-04-151-13/+16
* net/http: reduce allocs on write cookiesergey2019-03-251-0/+4
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-3/+3
* net/http: fix typo in the SameSite docsmbj362018-11-161-1/+1
* net/http: add missing words to SameSite doc/commentsMichael Henderson2018-10-031-2/+2
* net/http: fix cookie SameSite docs grammarAlan Braithwaite2018-08-211-4/+4
* net/http: add support for SameSite option in http.CookieStephan Renatus2018-07-091-0/+34
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-2/+2
* all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick2018-03-261-8/+4
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-051-3/+3
* all: prefer strings.IndexByte over strings.IndexMarvin Stenger2017-09-251-3/+3
* net/http: remove an unused variable in readCookies functionJoe Kyo2017-08-101-2/+0
* net/http: send more cookie values in double quotesVolker Dobler2017-05-221-1/+1
* net/http: fix cookie Expires minimum year to 1601 instead of Epoch year 1970Josh Chorlton2016-10-281-1/+7
* net/http: optimize internal cookie functionsCyrill Schumacher2016-10-121-23/+35
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* net/http: harden, document func SetCookie and type CookieBrad Fitzpatrick2015-06-301-11/+21
* net/http: the Set-Cookie Expiration time zone should be GMT, not UTCBrad Fitzpatrick2015-06-041-1/+1
* net/http: allow double-quotes only on cookie values, not cookieNigel Tao2014-09-251-5/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+363