OSDN Git Service

fix copyright year.
[bbk/bchan.git] / src / cookiedb.c
2011-05-05 ornse01detail fix debug output macro.
2011-05-05 ornse01implement clear cookie in file.
2011-05-04 ornse01implement file read write.
2011-05-04 ornse01fix compairing domain to requested host.
2011-05-01 ornse01fix expires bug.
2011-04-30 ornse01fix request path condition.
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.