aboutsummaryrefslogtreecommitdiffstats
path: root/src/radix.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-17/+17
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Add first custom filter for making marks for ip addresses and networkscebka@lenovo-laptop2010-02-251-6/+76
| | | | | | | | * Some additions to radix tree library: - allow tree traverse - add new insert methods (add and replace) - store keys in radix nodes (thought we can calculate key by bits, but I think that storing key is not too expensive) - values in a tree are now uintptr_t
* * Retab, no functional changesVsevolod Stakhov2009-10-021-32/+36
|
* * Various bugfixes in map and radix codeVsevolod Stakhov2009-09-031-35/+8
|
* * Add views support (not completely tested yet)Vsevolod Stakhov2009-06-291-0/+266