summaryrefslogtreecommitdiff
path: root/src/domain.c
AgeCommit message (Collapse)Author
2013-02-14Remove domain_is_tldportix
2013-02-14Fixing check for supercookies if a cookie domain starts with a dotportix
2013-01-28New 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-09Updating copyright informationportix
2012-12-06Indentation of adblock.c, renaming static variablesportix
2012-12-06Indentation in soup.c, domain.c, download.c, completion.cportix
2012-08-23Renaming variablesportix
2012-03-17Set _tld_table to NULL in domain_endportix
2012-01-10Remove adblocker preprocessor directives; new commandline option -xportix
--HG-- branch : experimental
2012-01-04Also ask for cookie domains if no cookies are presentportix
2012-01-03Updating version infoportix
--HG-- branch : experimental
2011-12-12Cleaning dwb.hportix
2011-12-11Include 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-30Fix domain matching, correct the domain matching if positive and negative ↵portix
domains are present --HG-- branch : experimental
2011-11-30Clean up adblock_rule_parse, fix handling domain-exceptions in domain_matchportix
--HG-- branch : experimental
2011-11-29Reintroducing simple filter rulesportix
--HG-- branch : experimental
2011-11-26Adblocker: get html-elements with javascript functionportix
--HG-- branch : experimental
2011-11-23Remove function domain_get_subdomains since it was used only onceportix
--HG-- branch : develop
2011-11-23Resolving merge that broke everythingportix
--HG-- branch : develop
2011-11-21Use a hashtable for css selector rulesportix
--HG-- branch : develop
2011-11-19Include effective tlds as a header, no need to read the lib-file on startportix
--HG-- branch : develop rename : util/tlds.in => src/tlds.in
2011-11-18Element hider, toggle adblockerportix
--HG-- branch : develop
2011-11-18Closing branch feature-adblockportix
--HG-- branch : feature-adblock extra : close : 1
2011-11-15Branch feature-adblock: new implementation of adblock_match_simple, unfinishedportix
--HG-- branch : feature-adblock
2011-11-14Use a plain text file for tldsportix
--HG-- branch : feature-adblock rename : src/effective_tld_names.dat => util/tlds.in
2011-11-14Adding effective tld list from mozilla, first domainfunction ↵portix
domain_get_base_from_host --HG-- branch : feature-adblock