aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cookie-jar.c
Commit message (Collapse)AuthorAge
* preserve HttpOnly flag on cookies to prevent XSS attacksGravatar Dylan Simon2011-09-17
|
* move core variable stuff into variables fileGravatar David Keijser2011-05-25
|
* fix compiler warningsGravatar Brendan Taylor2011-04-30
|
* format event strings in send_eventGravatar keis2011-02-15
| | | | | send_event now takes a null terminated type, value sequence as arguments vsend_event does the same thing but takes a va_list with arguments.
* 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
* 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.