]> source.dussan.org Git - rspamd.git/commit
* Add first custom filter for making marks for ip addresses and networks
authorcebka@lenovo-laptop <cebka@lenovo-laptop>
Thu, 25 Feb 2010 15:55:40 +0000 (18:55 +0300)
committercebka@lenovo-laptop <cebka@lenovo-laptop>
Thu, 25 Feb 2010 15:55:40 +0000 (18:55 +0300)
commit2cab3a9c488cb9042acf4350dc327a7dcb0c9eb9
tree981fc9c30d87a66d15c0804ba62e56dde8505af6
parentc6636a9fc339468d02b47498945711d25623b3e5
* Add first custom filter for making marks for ip addresses and networks
* 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
CMakeLists.txt
src/plugins/custom/CMakeLists.txt [new file with mode: 0644]
src/plugins/custom/ipmark/CMakeLists.txt [new file with mode: 0644]
src/plugins/custom/ipmark/ipmark.c [new file with mode: 0644]
src/radix.c
src/radix.h