surf-adblock

Surf adblock web extension
git clone git://git.codemadness.org/surf-adblock
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2017-06-06 07:49use same error for same error type thingHiltjo Posthuma1+3-4
2017-06-05 15:56improvements, fix parse of domainHiltjo Posthuma3+23-4
2017-06-05 15:37tests: add match()Hiltjo Posthuma1+51-0
2017-06-05 15:36improvementsHiltjo Posthuma4+175-102
2017-06-05 11:07wipHiltjo Posthuma5+23-36
2017-06-05 10:11wipHiltjo Posthuma5+69-69
2017-06-04 16:41support global exception rules (untested)Hiltjo Posthuma1+7-4
2017-06-04 16:40pattern matching is 30% faster using -O2Hiltjo Posthuma1+1-1
2017-06-04 16:40update TODOHiltjo Posthuma1+6-11
2017-06-04 16:40README: mention it is in developmentHiltjo Posthuma1+7-2
2017-06-04 16:40bump LICENSEHiltjo Posthuma1+2-2
2017-06-04 12:58wipHiltjo Posthuma4+32-14
2017-06-04 12:29fix some warnings, disable debug for unknown/unsupported optionHiltjo Posthuma1+7-4
2017-06-04 12:29surf-adblock: remove unused headers and p->viewHiltjo Posthuma1+1-11
2017-06-04 12:22test-case (start)Hiltjo Posthuma5+17-18
2017-06-04 12:15separate adblock and surf-specific codeHiltjo Posthuma4+973-931
2017-06-04 11:19wipHiltjo Posthuma6+119518-109
2017-06-04 10:44wipHiltjo Posthuma2+6-0
2017-06-03 20:12Simplify rules display property assignmentQuentin Rameau1+5-9
2017-06-03 20:09Test URI type with webkit instead of manually - from quinqHiltjo Posthuma1+2-4
2017-06-03 19:54improvementsHiltjo Posthuma3+255-56
2017-06-03 11:31update TODOHiltjo Posthuma1+12-0
2016-09-23 11:05surf-adblock-dl: simplify a bit, no need for read -r loopHiltjo Posthuma1+13-14
2016-09-23 11:01update TODO: ideaHiltjo Posthuma1+1-1
2016-07-19 17:23remove #if 1, fix a warningHiltjo Posthuma1+2-5
2016-07-17 23:06don't modify input string in parsedomainsQuentin Rameau1+8-10
2016-07-17 18:53cleanup on global css rules parsing errorQuentin Rameau1+35-3
2016-07-17 17:47use a fixed-size buffer for domain name extractionQuentin Rameau1+13-14
2016-07-17 17:08make all functions staticQuentin Rameau1+10-10
2016-07-17 16:38better handling of initial rules loading from fileQuentin Rameau1+16-9
2016-07-17 12:33handle errors nicely: warn without crashingQuentin Rameau1+98-68
2016-07-17 14:15change the names in String for more clarityQuentin Rameau1+8-8
2016-07-17 12:08minor code-cleanup and simplificationsHiltjo Posthuma1+13-19
2016-07-17 12:08update TODOHiltjo Posthuma1+1-2
2016-07-17 12:07don't exit on failed initialization (would crash the page)Hiltjo Posthuma1+24-6
2016-07-17 01:05do not block explicitely requested urisQuentin Rameau1+2-1
2016-07-16 19:08do not apply empty css rulesQuentin Rameau1+15-11
2016-07-16 18:42return early on non web uri and simplify host parsingQuentin Rameau1+33-24
2016-07-16 17:21remove unuseful castingsQuentin Rameau1+3-3
2016-07-16 17:15style correction, shorten long linesQuentin Rameau1+21-14
2016-07-16 17:14simplify rules file path constructionQuentin Rameau1+1-1
2016-07-16 16:41introduce eprintf() to replace various error pointsQuentin Rameau1+28-26
2016-07-16 14:23make filtertypes array staticQuentin Rameau1+1-1
2016-07-16 12:19change failed commands handling in MakefileQuentin Rameau1+2-2
2016-07-16 11:16remove unused variablesQuentin Rameau1+1-2
2016-07-16 11:12add module option to libtoolQuentin Rameau1+1-1
2016-07-16 10:59simplify Makefile by merging unuseful variablesQuentin Rameau2+12-14
2016-07-16 10:19allow setting surf adblock file using envHiltjo Posthuma1+12-7
2016-07-16 10:12update README with basic usage instructionsHiltjo Posthuma1+27-1
2016-07-16 10:11use non-hardcoded adblock listHiltjo Posthuma1+13-4
2016-07-16 10:05improve download script and install it aas surf-adblock-dlHiltjo Posthuma3+26-20
2016-07-16 09:53dynamically allocate globalcss and sitecss, update TODOHiltjo Posthuma2+61-10
2016-07-14 20:56strdup for request is not needed (ty quinq)Hiltjo Posthuma1+1-3
2016-07-14 20:52improve error message for fopenHiltjo Posthuma1+2-1
2016-07-14 20:38better error message, cleanup old code, update TODOHiltjo Posthuma2+7-14
2016-07-14 20:28use initializer without dataHiltjo Posthuma1+1-1
2016-07-14 20:27remove some old left-over codeHiltjo Posthuma2+2-3
2016-07-14 20:18initial insertion (twss)Hiltjo Posthuma7+896-0