summaryrefslogtreecommitdiff
path: root/src/adblock.c
AgeCommit message (Expand)Author
2011-11-24Adding function adblock_warn_ignoredportix
2011-11-24Vim folding, cleaningportix
2011-11-24Merging develop into experimentalportix
2011-11-24Handle css-hiding exceptions correctlyportix
2011-11-24Execute global settings once, fixing double free in adblock.cportix
2011-11-23Adding filteroption subdocumentportix
2011-11-23Escape '.' in non-regular expression rulesportix
2011-11-23Remove function domain_get_subdomains since it was used only onceportix
2011-11-23Check if current_stylesheet is NULL before freeing itportix
2011-11-23Set cached user-stylesheet if adblocker is enabledportix
2011-11-23Resolving merge that broke everythingportix
2011-11-21Use a hashtable for css selector rulesportix
2011-11-20Apply hider stylesheets to framesportix
2011-11-19Include effective tlds as a header, no need to read the lib-file on startportix
2011-11-19Only use regular expressionsportix
2011-11-18Element hider, toggle adblockerportix
2011-11-18Test all subdomains, not suburisportix
2011-11-18New setting: adblocker-filterlistportix
2011-11-18Closing branch feature-adblockportix
2011-11-16Check domain rules in adblock_match_simple, free all memory in adblock_endportix
2011-11-15Branch feature-adblock: new implementation of adblock_match_simple, unfinishedportix
2011-11-14Use a plain text file for tldsportix
2011-11-14Adding effective tld list from mozilla, first domainfunction domain_get_base_...portix
2011-11-10Simple pattern matching without extended featuresportix
2011-11-09Branch feature-adblock: replace seperator with equivalent regular expressionportix
2011-10-13feature-adblock: ignore unsupported rules, first simple matcherportix
2011-10-03feature-adblock: Domain matchingportix
2011-10-02feature-adblock: Find wildcards at the beginning, content-snifferportix
2011-10-01feature-adblock: filter-attributesportix
2011-09-29Added STATUS_IGNOREportix
2011-09-29Init adblocker, parsing rules except for optionsportix