Commit History

Author SHA1 Message Date
  Mark Story 547c15c25e Fix test that failed because it is the future now. 4 years ago
  Mark Sch 43bbe97f9a Backport CS fixes for smaller diff. (#14681) 5 years ago
  mscherer 44a78128e7 Fix CS for easier 3.x/4.x comparison/merge. 6 years ago
  Mark Story a188369b3f Merge branch 'master' into 3.next 7 years ago
  Mark Story 1c899b5d8f Don't blow up client operations when we get invalid cookies. 7 years ago
  Mark Story 8d72a2d443 Merge branch 'master' into 3.next 7 years ago
  Mark Story 4279295665 Ignore invalid expires attributes in cookies. 7 years ago
  David Yell b9a1ade540 Updated the tests to use non-empty path component, as specified in RFC6265 7 years ago
  Florian Krämer 6758a36b04 Fixing a test to pass on 5.6 8 years ago
  Florian Krämer 1f92036673 Implement a warning for large cookies 8 years ago
  Dariusz Ruminski c936250731 Use adventage of newer PHPUnit sytax 8 years ago
  ADmad 0247146f31 Remove unneeded "use" statements. 8 years ago
  Robert Pustułka c7ca5c2e09 Fix adding request cookies for urls without a path. 8 years ago
  supermanner c02310811c Add test to check whether unexpected cookie propery isn't included 8 years ago
  supermanner 11375f7d3a Fix CookieCollection::parseSetCookieHeader when the cookie has properties that are not expected in Cookie Object 8 years ago
  Mark Story 1f87637644 Don't append an empty Cookie header 8 years ago
  Robert Pustułka 0f9c1c792b Added support for cookie Max-Age. 8 years ago
  Mark Story ed64d09845 Use DateTime objects internally. 9 years ago
  Mark Story d1bd022d58 Add method allowing CookieCollections to be created from requests. 9 years ago
  Mark Story f319be4eac Add a factory method for building a CookieCollection from a header. 9 years ago
  Mark Story 5052abb890 Allow extra cookies when building the cookie header 9 years ago
  Mark Story edd7109b6c Use methods that exist on RequestInterface 9 years ago
  Mark Story 24e8b476b1 Move deprecated code into the deprecated client CookieCollection. 9 years ago
  Mark Story 9860a554ae Add backwards compatibility mode for get() 9 years ago
  Mark Story a9e1d0858d Add store() and fix cookie expiration/overwrite 9 years ago
  Mark Story 1137d802ac Fix phpcs errors. 9 years ago
  Mark Story bd317d91f0 Add test for leading dot cookies. 9 years ago
  Mark Story 8dbf562040 Add CookieCollection::addToRequest() 9 years ago
  Mark Story 6349b31776 urldecode data in cookies. 9 years ago
  Mark Story ea4951d2f0 Add test for ignoring expired cookies. 9 years ago