aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cookie-jar.c
Commit message (Collapse)AuthorAge
* Merge branch 'dev/cookie-jar-fixes'Gravatar Brendan Taylor2010-10-31
|\ | | | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h src/cookie-jar.c
| * if no handler is set, fall back to the internal soup cookie jarGravatar Brendan Taylor2010-10-31
| |
| * fix a memory leak in the cookie jarGravatar Brendan Taylor2010-10-11
| |
| * move cookie handling into a subclass of SoupCookieJarGravatar Brendan Taylor2010-10-11
| | | | this cleans up the code and slightly improves efficiency.
* give javascript cookie requests a "/" pathGravatar Brendan Taylor2010-10-08
| | | | | (instead of the blank path they had for some reason, which was causing uzblcookied to ignore requests)
* fix a memory leak in the cookie jarGravatar Brendan Taylor2010-10-06
|
* move cookie handling into a subclass of SoupCookieJarGravatar Brendan Taylor2010-09-30
this cleans up the code and slightly improves efficiency.