aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cookie-jar.h
Commit message (Collapse)AuthorAge
* remove talk_to_socket and all its associated bitsGravatar Brendan Taylor2010-12-28
|
* cookies reworkGravatar keis2010-12-13
| | | | | | | | | | * send events on cookie changes * add command to add a new cookie parses same syntax as events no ADD_COOKIE event is raised for these cookies * add command to delete a cookie parses same syntax as events, ignoring everything after 5th argument no DELETE_COOKIE event is raised for these cookies
* move cookie handling into a subclass of SoupCookieJarGravatar Brendan Taylor2010-09-30
this cleans up the code and slightly improves efficiency.