OSDN Git Service

implement cookie domain and host check.
[bbk/bchan.git] / src / cookiedb.c
2011-04-30 ornse01implement cookie domain and host check.
2011-04-29 ornse01implement cookie's key check in Set-Cookie reading.
2011-04-27 ornse01fix implementation
2011-04-12 ornse01fix domain attribute's periods number condition.
2011-04-10 ornse01- add path information for generation cookie.
2011-04-10 ornse01implement send condition check. but not tested.
2011-04-10 ornse01fix bugs
2011-04-06 ornse01fix interface and add temporary implementation or empty...
2011-04-06 ornse01add temporary implement persistent cookie data base...
2011-04-06 ornse01implement cookiedb_writeheadercontext_t.
2011-04-05 ornse01change Expires and Max-Age value setting function.
2011-04-03 ornse01implement storing volatile cookie. but not testing.
2011-04-03 ornse01add copyright declration and interface definition.