Tatsuhiro Tsujikawa
|
5a223115e0
|
Rewrite CookieStorage
|
2013-06-29 23:09:09 +09:00 |
|
Tatsuhiro Tsujikawa
|
8b0c701266
|
Removed trailing spaces
|
2012-10-01 23:52:22 +09:00 |
|
Tatsuhiro Tsujikawa
|
6ef91d60b3
|
Rewritten util::stripIter(), which now returns pair of iterator.
|
2011-11-03 16:19:21 +09:00 |
|
Tatsuhiro Tsujikawa
|
286991e17d
|
Strip DQUOTE from cookie-value and updated doc.
|
2011-05-14 21:24:10 +09:00 |
|
Tatsuhiro Tsujikawa
|
423ec26fe4
|
2010-10-26 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Use std::numeric_limits<time_t> instead of checking of
sizeof(time_t).
* src/NsCookieParser.cc
* src/Sqlite3CookieParser.cc
* src/cookie_helper.cc
* test/CookieHelperTest.cc
* test/CookieStorageTest.cc
* test/NsCookieParserTest.cc
|
2010-10-27 14:54:25 +00:00 |
|
Tatsuhiro Tsujikawa
|
8b17d4b276
|
2010-10-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Rewritten Cookie class and Cookie parser based on
http://tools.ietf.org/html/draft-ietf-httpstate-cookie-14 with
some modifications. When parsing cookie date, match time first so
that it parses asctime() format. The request-path must be ends
with '/' so that request-path '/foo/' path-matches cookie-path
'/foo' and '/foo/' in the proposed algorithm.
* src/Cookie.cc
* src/Cookie.h
* src/CookieParser.cc: Removed
* src/CookieParser.h: Removed
* src/CookieStorage.cc
* src/CookieStorage.h
* src/HttpResponse.cc
* src/Makefile.am
* src/Makefile.in
* src/MultiUrlRequestInfo.cc
* src/NsCookieParser.cc
* src/NsCookieParser.h
* src/Sqlite3CookieParser.cc
* src/Sqlite3CookieParser.h
* src/a2functional.h
* src/cookie_helper.cc
* src/cookie_helper.h
* src/util.cc
* src/util.h
* test/CookieBoxFactoryTest.cc: Removed
* test/CookieHelperTest.cc
* test/CookieParserTest.cc: Removed
* test/CookieStorageTest.cc
* test/CookieTest.cc
* test/HttpRequestTest.cc
* test/Makefile.am
* test/Makefile.in
* test/NsCookieParserTest.cc
* test/Sqlite3CookieParserTest.cc
* test/TestUtil.cc
* test/TestUtil.h
* test/a2functionalTest.cc
* test/chromium_cookies.sqlite
* test/cookies.sqlite
* test/nscookietest.txt
|
2010-10-09 14:22:49 +00:00 |
|