Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-14 | Remove domain_is_tld | portix | |
2013-02-14 | Fixing check for supercookies if a cookie domain starts with a dot | portix | |
2013-01-28 | New function 'domain_get_tld()' | Elias Norberg | |
This function can identify attemtps to have domains above the allowed TLD - which can then be used to identify supercookies et.al. | |||
2013-01-09 | Updating copyright information | portix | |
2012-12-06 | Indentation of adblock.c, renaming static variables | portix | |
2012-12-06 | Indentation in soup.c, domain.c, download.c, completion.c | portix | |
2012-08-23 | Renaming variables | portix | |
2012-03-17 | Set _tld_table to NULL in domain_end | portix | |
2012-01-10 | Remove adblocker preprocessor directives; new commandline option -x | portix | |
--HG-- branch : experimental | |||
2012-01-04 | Also ask for cookie domains if no cookies are present | portix | |
2012-01-03 | Updating version info | portix | |
--HG-- branch : experimental | |||
2011-12-12 | Cleaning dwb.h | portix | |
2011-12-11 | Include only needed headers in source files, don't include in header files; ↵ | portix | |
replace strcmp with g_strcmp0; fixing issue with leaving insert-mode in navigation-policy-requested | |||
2011-11-30 | Fix domain matching, correct the domain matching if positive and negative ↵ | portix | |
domains are present --HG-- branch : experimental | |||
2011-11-30 | Clean up adblock_rule_parse, fix handling domain-exceptions in domain_match | portix | |
--HG-- branch : experimental | |||
2011-11-29 | Reintroducing simple filter rules | portix | |
--HG-- branch : experimental | |||
2011-11-26 | Adblocker: get html-elements with javascript function | portix | |
--HG-- branch : experimental | |||
2011-11-23 | Remove function domain_get_subdomains since it was used only once | portix | |
--HG-- branch : develop | |||
2011-11-23 | Resolving merge that broke everything | portix | |
--HG-- branch : develop | |||
2011-11-21 | Use a hashtable for css selector rules | portix | |
--HG-- branch : develop | |||
2011-11-19 | Include effective tlds as a header, no need to read the lib-file on start | portix | |
--HG-- branch : develop rename : util/tlds.in => src/tlds.in | |||
2011-11-18 | Element hider, toggle adblocker | portix | |
--HG-- branch : develop | |||
2011-11-18 | Closing branch feature-adblock | portix | |
--HG-- branch : feature-adblock extra : close : 1 | |||
2011-11-15 | Branch feature-adblock: new implementation of adblock_match_simple, unfinished | portix | |
--HG-- branch : feature-adblock | |||
2011-11-14 | Use a plain text file for tlds | portix | |
--HG-- branch : feature-adblock rename : src/effective_tld_names.dat => util/tlds.in | |||
2011-11-14 | Adding effective tld list from mozilla, first domainfunction ↵ | portix | |
domain_get_base_from_host --HG-- branch : feature-adblock |