Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | filter: implement basic analysis of urls | Timo Teräs | 2010-08-11 | 1 | -6/+25 |
| | | | | | Analysing of the url host part, some simple tests. Not usable as squid filter yet. | ||||
* | squarkdb: use stdint.h defined typedefs | Timo Teräs | 2010-08-10 | 1 | -2/+2 |
| | | | | u_int32_t is not standard, use uint32_t from stdint.h instead. | ||||
* | squarkdb: cmph based url database for squark filtering | Timo Teräs | 2010-08-09 | 1 | -0/+121 |
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. |