aboutsummaryrefslogtreecommitdiff
path: root/dpi/cookies.c
AgeCommit message (Expand)Author
2024-08-07Make Dillo C99 standard compliantRodrigo Arias Mallo
2015-07-08make cookies date parsing closer to the rfccorvid
2015-06-28MSGcorvid
2015-06-28cookies be careful with overflow with ridiculously huge Max-Age valuescorvid
2015-05-28cookies is_ssl -> is_tlscorvid
2014-10-22trim the publicsuffix TLDs yet againcorvid
2014-02-02our simplistic TLD list grows more and more worthlesscorvid
2013-09-24our publicsuffix tld list grows even shortercorvid
2012-10-29declarations at start of blockcorvid
2012-10-20cookies dpi tldscorvid
2011-11-11continuedcorvid
2011-11-11fix IPv6 addr recognitioncorvid
2011-11-11locale-independent ASCII character case handlingcorvid
2011-09-16cookies dpi: MSG only when returning >0 cookiescorvid
2011-09-16update TLDscorvid
2011-05-18don't save huge cookiescorvid
2011-05-17cookies commentscorvid
2011-05-16cookies commentcorvid
2010-08-19turn off some cookie MSGscorvid
2010-05-16disallow nameless cookiescorvid
2010-03-22use the most specific cookiesrc rulecorvid
2010-03-22cookies use host-only as in draft speccorvid
2010-03-22fix reading maximum expiration date from cookies.txtcorvid
2010-03-22my testcases aren't smart enough for remove_fast on a domain's cookiescorvid
2010-03-22Cookies_load_cookies()corvid
2010-03-22limit total number of cookiescorvid
2010-03-22cookies some remove_fastcorvid
2010-03-22better handling when too many cookiescorvid
2010-03-21Cookies_delete_nodecorvid
2010-03-21cookies some data structure renamingcorvid
2010-03-10invalid value on invalid monthcorvid
2010-03-10make a point of using -1 for invalid time_tcorvid
2010-03-10if ignoring Expires attr, eat valuecorvid
2010-03-10use tm for max-agecorvid
2010-03-10get rid of the overflowcorvid
2010-03-10separate out server time offsetcorvid
2010-03-10separate out unquotingcorvid
2010-03-10use tm when parsing date stringcorvid
2010-03-10cookies: start using struct tm for time calculationscorvid
2010-03-09another difftimecorvid
2010-03-09cookies: use difftime() for time_t comparisonscorvid
2010-03-08fix cookie attr leakcorvid
2010-03-04fix dpip cmd leakcorvid
2010-02-02decrease cookies chattinesscorvid
2010-01-24dpi send response when setting cookiesJorge Arellano Cid
2010-01-20cookies improve clock skew handlingcorvid
2010-01-18cookies allow Expires attr's value to be quoted.corvid
2010-01-14Be careful not to delete domain_cookies while still using it.corvid
2010-01-14handle nameless/valueless cookies in cookies.txtcorvid
2010-01-13cookies: be more robust in rejecting IP addr partial matchescorvid