mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
e5e2eb09f6
+ Improve handling of quoted cookies -- now processes nested quotes correctly + Improve cookie output -- now knows which version it's outputting for and processes things appropriately + Add assertion that we're dealing with a domain cookie in the case where the cookie domain and URL host part don't match during validation. + Tidy up fix for broken domain cookie setting -- it's now less confusing to read. + Preserve cookie value quoting, regardless of its necessity. + Modify Cookie file format to save value_was_quoted flag -- version number bumped to 101. + Add more testcases. svn path=/trunk/netsurf/; revision=3708 |
||
---|---|---|
.. | ||
fetchers | ||
content_type.h | ||
content.c | ||
content.h | ||
fetch.c | ||
fetch.h | ||
fetchcache.c | ||
fetchcache.h | ||
urldb.c | ||
urldb.h |