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
..
2010-03-25 13:51:10 +00:00
2010-10-09 14:22:49 +00:00
2010-06-18 14:47:09 +00:00
2010-04-27 14:18:03 +00:00
2010-09-11 12:48:03 +00:00
2010-06-18 14:47:09 +00:00
2010-07-15 11:39:21 +00:00
2010-03-19 08:56:17 +00:00
2010-10-04 14:33:49 +00:00
2010-02-28 12:30:11 +00:00
2010-03-04 16:24:03 +00:00
2010-06-11 12:49:14 +00:00
2010-03-04 16:24:03 +00:00
2010-03-04 16:24:03 +00:00
2010-06-21 13:51:56 +00:00
2010-06-21 13:51:56 +00:00
2010-03-04 16:24:03 +00:00
2010-06-11 12:49:14 +00:00
2010-06-11 12:49:14 +00:00
2010-03-04 16:24:03 +00:00
2010-03-04 16:24:03 +00:00
2010-03-04 16:24:03 +00:00
2010-03-04 16:24:03 +00:00
2010-06-21 13:51:56 +00:00
2010-06-21 13:51:56 +00:00
2010-06-21 13:51:56 +00:00
2010-06-21 13:51:56 +00:00
2010-03-04 16:24:03 +00:00
2010-06-21 13:51:56 +00:00
2010-03-04 16:24:03 +00:00
2010-03-04 16:24:03 +00:00
2010-10-09 14:22:49 +00:00
2010-09-06 14:29:36 +00:00
2010-10-09 14:22:49 +00:00
2010-10-09 14:22:49 +00:00
2010-10-09 14:22:49 +00:00
2010-10-09 14:22:49 +00:00
2010-06-21 13:51:56 +00:00
2010-10-04 14:33:49 +00:00
2010-06-21 13:51:56 +00:00
2010-06-21 13:51:56 +00:00
2010-09-11 12:48:03 +00:00
2010-06-21 13:51:56 +00:00
2010-08-03 11:44:24 +00:00
2010-08-04 15:00:38 +00:00
2010-08-29 08:53:19 +00:00
2010-06-21 13:51:56 +00:00
2010-06-19 17:54:54 +00:00
2010-02-28 12:30:11 +00:00
2010-08-07 14:15:21 +00:00
2010-06-21 13:51:56 +00:00
2010-08-07 14:15:21 +00:00
2010-08-07 14:15:21 +00:00
2010-08-07 14:15:21 +00:00
2010-06-13 02:13:43 +00:00
2010-10-04 14:33:49 +00:00
2010-06-19 17:54:54 +00:00
2010-06-13 01:53:49 +00:00
2010-06-13 01:53:49 +00:00
2010-06-21 13:51:56 +00:00
2010-06-19 17:54:54 +00:00
2010-10-04 14:33:49 +00:00
2010-10-04 14:33:49 +00:00
2010-02-28 12:30:11 +00:00
2010-10-02 14:38:37 +00:00
2010-06-22 12:28:37 +00:00
2010-06-21 13:51:56 +00:00
2010-03-25 13:51:10 +00:00
2010-06-21 13:51:56 +00:00
2010-09-11 12:48:03 +00:00
2010-07-04 15:03:35 +00:00
2010-03-25 13:51:10 +00:00
2010-07-15 13:49:02 +00:00
2006-04-12 13:55:43 +00:00
2006-04-12 13:55:43 +00:00
2010-07-18 15:49:53 +00:00
2010-03-19 09:16:53 +00:00
2010-06-22 12:28:37 +00:00
2010-08-28 04:40:51 +00:00
2010-06-22 12:28:37 +00:00
2010-09-06 14:29:36 +00:00
2010-06-18 14:47:09 +00:00
2010-02-28 12:30:11 +00:00
2010-10-09 14:22:49 +00:00
2010-09-06 14:29:36 +00:00
2010-07-15 13:49:02 +00:00
2008-11-13 13:40:40 +00:00
2010-05-14 14:11:56 +00:00
2010-05-14 14:11:56 +00:00
2010-03-25 14:22:43 +00:00
2010-08-07 14:15:21 +00:00
2010-06-13 01:53:49 +00:00
2010-06-18 14:47:09 +00:00
2010-10-09 14:22:49 +00:00
2010-10-09 14:22:49 +00:00
2010-05-14 14:11:56 +00:00
2010-02-27 08:22:58 +00:00
2010-05-06 14:18:29 +00:00
2010-02-27 15:04:48 +00:00
2010-03-02 15:14:39 +00:00
2010-10-04 14:33:49 +00:00
2010-02-27 15:14:40 +00:00
2010-06-12 14:39:26 +00:00
2010-02-27 15:14:40 +00:00
2010-06-12 14:39:26 +00:00
2010-06-21 13:51:56 +00:00
2010-06-12 14:39:26 +00:00
2010-06-21 13:51:56 +00:00
2010-02-28 12:30:11 +00:00
2010-02-28 12:30:11 +00:00
2010-06-21 13:51:56 +00:00
2010-06-13 11:25:21 +00:00
2010-06-21 13:51:56 +00:00
2010-08-07 14:15:21 +00:00
2010-10-02 14:38:37 +00:00
2010-06-21 13:51:56 +00:00
2010-06-21 13:51:56 +00:00
2010-08-04 12:25:46 +00:00
2010-08-29 09:24:17 +00:00
2010-09-06 14:29:36 +00:00
2010-06-21 13:51:56 +00:00
2010-06-22 12:28:37 +00:00
2010-06-22 12:28:37 +00:00
2010-06-21 13:51:56 +00:00
2010-08-31 11:54:44 +00:00
2010-10-09 14:22:49 +00:00
2010-10-09 14:22:49 +00:00
2010-09-11 12:48:03 +00:00
2010-06-21 13:51:56 +00:00
2010-02-28 12:30:11 +00:00
2010-06-13 01:53:49 +00:00
2010-03-25 14:22:43 +00:00
2010-02-28 12:30:11 +00:00
2010-06-22 12:28:37 +00:00
2010-06-21 13:51:56 +00:00
2010-09-11 09:11:57 +00:00
2010-07-17 14:36:18 +00:00
2010-06-26 13:01:52 +00:00
2010-02-28 12:30:11 +00:00
2010-04-08 12:54:14 +00:00
2010-04-08 12:54:14 +00:00
2010-06-22 12:28:37 +00:00
2010-06-22 12:28:37 +00:00
2010-06-21 13:51:56 +00:00
2010-10-09 14:22:49 +00:00
2010-02-27 08:22:58 +00:00
2010-10-09 14:22:49 +00:00
2010-10-09 14:22:49 +00:00
2010-03-06 08:29:53 +00:00
2010-10-04 15:12:27 +00:00
2010-09-26 07:23:00 +00:00
2010-02-28 12:30:11 +00:00
2010-09-11 09:11:57 +00:00
2010-04-03 04:02:14 +00:00
2010-04-03 04:02:14 +00:00
2010-10-02 08:20:10 +00:00
2010-06-19 17:54:54 +00:00
2010-09-11 12:48:03 +00:00
2010-06-21 13:51:56 +00:00
2010-08-29 09:22:06 +00:00
2010-10-04 14:33:49 +00:00
2010-06-18 14:47:09 +00:00
2010-09-19 09:49:11 +00:00
2010-06-19 17:54:54 +00:00
2010-06-19 17:54:54 +00:00