Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to the recent versions. | Vsevolod Stakhov | 2014-07-19 | 1 | -1/+3 |
| | |||||
* | Support legacy 'RSPAMC' protocol line. | Vsevolod Stakhov | 2014-04-23 | 1 | -0/+1 |
| | |||||
* | Add compatibility layer with old spamc. | Vsevolod Stakhov | 2014-04-05 | 2 | -4/+41 |
| | |||||
* | Add rdns as a submodule. | Vsevolod Stakhov | 2014-02-19 | 1 | -9/+1 |
| | |||||
* | Move xxhash to contrib. | Vsevolod Stakhov | 2014-02-18 | 3 | -0/+642 |
| | |||||
* | Remove autogenerated Makefile. | Vsevolod Stakhov | 2014-02-04 | 1 | -314/+0 |
| | |||||
* | Use libottery for secure random numbers. | Vsevolod Stakhov | 2014-02-04 | 20 | -0/+3758 |
| | | | | | | | | | | Libottery itself is hosted here: https://github.com/nmathewson/libottery This import is a rough adoptation of libottery to use it for secure random numbers in rspamd when needed (and in DNS resolver specifically). This import makes the internal chacha20 code useless, hence it is removed now. | ||||
* | Import http parser code. | Vsevolod Stakhov | 2014-01-07 | 4 | -0/+2582 |
| | |||||
* | Fix linking libraries. | Vsevolod Stakhov | 2013-12-26 | 1 | -1/+1 |
| | |||||
* | Rework build system. | Vsevolod Stakhov | 2013-12-26 | 1 | -2/+0 |
| | |||||
* | Forgot to add. | Vsevolod Stakhov | 2013-10-22 | 1 | -0/+410 |
| | |||||
* | Fix warning about murmur hash macro. | Vsevolod Stakhov | 2013-09-30 | 1 | -0/+1 |
| | |||||
* | Keys in hash table are const pointers. | Vsevolod Stakhov | 2013-08-23 | 1 | -4/+4 |
| | |||||
* | Start rcl parser implementation. | Vsevolod Stakhov | 2013-08-05 | 1 | -0/+757 |
| | |||||
* | The preliminary API of rspamd configuration language. | Vsevolod Stakhov | 2013-08-04 | 1 | -0/+948 |
| | | | | | Include UTHash for faster and more convenient hash functions than g_hash_table is. Implement the basic API for RCL parser. | ||||
* | Fix warning for printf like function in exim patch. | Vsevolod Stakhov | 2013-07-12 | 1 | -8/+12 |
| | |||||
* | More fixes for Solaris. | Vsevolod Stakhov | 2013-06-20 | 1 | -8/+0 |
| | |||||
* | * Add dynamic configuration dumping. | Vsevolod Stakhov | 2012-10-01 | 1 | -41/+571 |
| | | | | | | * Add labels support to the statfiles (would be used for meta-classification) * Rewrite exim spam.c patch to work with both rspamd and SA by using 'variant=rspamd' option in spam_server line. | ||||
* | Adopt rspamd for the next glib release. | Vsevolod Stakhov | 2012-01-31 | 1 | -1/+1 |
| | | | | | Fix several issues in threads handling inside keystorage. Fix sigsuspend usage in keystorage. | ||||
* | Add detecting of libhiredis for communicating with kvstorage. | Vsevolod Stakhov | 2011-12-09 | 24 | -0/+5146 |
| | | | | Add internal hiredis if it is not found in system. | ||||
* | Fix output for spamc proto. | Vsevolod Stakhov | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | Another fix for out-source build. | Vsevolod Stakhov | 2011-07-30 | 1 | -0/+1 |
| | | | | Unbreak FreeBSD build. | ||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 7 | -0/+7761 |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | ||||
* | Fix patch for exim. | Vsevolod Stakhov | 2011-02-21 | 1 | -4/+13 |
| | | | | Fix parsing of wrong headers. | ||||
* | Add patch for exim spam.c to use rspamd. | Vsevolod Stakhov | 2011-02-21 | 1 | -0/+77 |
| | |||||
* | * Add new version of exim's local scan rspamd scanner | Vsevolod Stakhov | 2010-10-18 | 1 | -0/+377 |
| | |||||
* | * Fix issue with folding multiline headers (submitted by Anton Nekhoroshikh). | Vsevolod Stakhov | 2010-05-26 | 1 | -14/+10 |
| | |||||
* | * Fix issues in documentation | Vsevolod Stakhov | 2010-05-25 | 1 | -1/+1 |
| | | | | * Fix rspamd url | ||||
* | * Add a little review of rspamd | cebka@lenovo-laptop | 2010-02-04 | 1 | -0/+702 |
* Add local_scan.c from Anton Nekhoroshikh for exim MTA |