summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* filter: implement basic analysis of urlsTimo Teräs2010-08-111-1/+4
| | | | | Analysing of the url host part, some simple tests. Not usable as squid filter yet.
* squark: split generic blob code to it's own fileTimo Teräs2010-08-101-3/+3
| | | | it's useful in other binaries than squark-auth too.
* squarkdb: cmph based url database for squark filteringTimo Teräs2010-08-091-6/+15
| | | | | | | | | Implement basics of squarkdb which will be used by squark-filter to categorize URIs. Implementation is based on libcmph and uses file format suitable to be mmap:ed from squark-filter. Lua code is used to create the squark database from standard domain / url blacklists.
* squark-auth: initial commitTimo Teräs2010-07-221-0/+14
Basic functionality implemented.