Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 7 | -29/+29 |
| | |||||
* | Add comparasion for rcl vs jansson. | Vsevolod Stakhov | 2013-10-15 | 1 | -5/+26 |
| | | | | Fix some issues in jansson memory management. | ||||
* | Disallow '//' as a single line comment. | Vsevolod Stakhov | 2013-10-12 | 1 | -0/+1 |
| | |||||
* | Fix rcl parser. | Vsevolod Stakhov | 2013-10-11 | 1 | -1/+28 |
| | |||||
* | Improve tests. | Vsevolod Stakhov | 2013-08-25 | 1 | -0/+16 |
| | |||||
* | Add refcount to rcl objects. | Vsevolod Stakhov | 2013-08-25 | 1 | -4/+10 |
| | |||||
* | Add test for signature checking in rcl. | Vsevolod Stakhov | 2013-08-22 | 2 | -1/+12 |
| | |||||
* | Fix whitespace parsing for rcl arrays. | Vsevolod Stakhov | 2013-08-21 | 1 | -2/+7 |
| | |||||
* | Fix some issues with comments in rcl. | Vsevolod Stakhov | 2013-08-21 | 1 | -2/+13 |
| | |||||
* | Improve test suite by using standard glib test options. | Vsevolod Stakhov | 2013-08-21 | 3 | -19/+10 |
| | |||||
* | Refactor fetching functions slightly. | Vsevolod Stakhov | 2013-08-21 | 1 | -1/+1 |
| | |||||
* | Fixes to rcl parser found by tests. | Vsevolod Stakhov | 2013-08-13 | 1 | -3/+3 |
| | |||||
* | Improve testing logic. | Vsevolod Stakhov | 2013-08-13 | 1 | -1/+29 |
| | |||||
* | Fix rcl test suite and parser. | Vsevolod Stakhov | 2013-08-12 | 1 | -1/+10 |
| | |||||
* | Fix some rcl parser errors found by test. | Vsevolod Stakhov | 2013-08-09 | 1 | -3/+2 |
| | |||||
* | Add a test suite for rcl. | Vsevolod Stakhov | 2013-08-09 | 5 | -14/+79 |
| | |||||
* | Add a simple test of rsa utils in lua. | Vsevolod Stakhov | 2013-06-13 | 4 | -0/+94 |
| | | | | | | Support RSA signing in lua_rsa module. Add save function for rsa_signature. Fix test logic for lua modules. | ||||
* | Fix rrd update. | Vsevolod Stakhov | 2012-12-21 | 1 | -7/+6 |
| | |||||
* | Implement rra writing. | Vsevolod Stakhov | 2012-12-18 | 1 | -14/+13 |
| | |||||
* | * Add simple test for rrd. | Vsevolod Stakhov | 2012-12-15 | 5 | -13/+97 |
| | | | | | | | | Several fixes to RRD API. TODO: fix test building TODO: improve update of rrd files TODO: rework shared libraries again | ||||
* | * Implement 'time_jitter' setting allowing to check signatures in future in ↵ | Vsevolod Stakhov | 2012-06-04 | 1 | -1/+1 |
| | | | | case of incorrect system time (1 minute jittering by default). | ||||
* | * Write tests for DKIM signature and key parsers. | Vsevolod Stakhov | 2012-05-29 | 4 | -1/+103 |
| | | | | Fix DKIM parsers. | ||||
* | Aio context must be long not int. | Vsevolod Stakhov | 2012-03-11 | 1 | -5/+8 |
| | | | | O_DIRECT on linux requires strict memory alignment. | ||||
* | Fixed threading for testing suite. | Vsevolod Stakhov | 2012-03-05 | 2 | -1/+7 |
| | |||||
* | Fix asynchronous IO API. | Vsevolod Stakhov | 2012-03-01 | 5 | -3/+97 |
| | | | | Write test case for aio. | ||||
* | Separate librspamdserver API from plugins and workers functions. | Vsevolod Stakhov | 2012-03-01 | 4 | -7/+19 |
| | | | | Make tests compileable again. | ||||
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 3 | -26/+19 |
| | | | | | | | | | | - add librspamdserver - link this library to all daemons and utils of rspamd - use subdirectories more often * Rework global variables logic - move them to the main process * Fix logging to handle utf-8 correctly * Add statshow utility and make it working * Move printf functions to separate source file | ||||
* | * Major cleanup of cmake build system | Vsevolod Stakhov | 2011-05-06 | 1 | -0/+41 |
| | | | | | | * Add initial version of statshow utility for statfiles debugging * Add debugging for statistics * Remove unused utilities | ||||
* | Make own strlcpy that does not calculate remaining string length (faster and ↵ | Vsevolod Stakhov | 2010-11-16 | 1 | -1/+1 |
| | | | | | | more safe) Allow only ASCII symbols in logs, escape control chars | ||||
* | * Many fixes to statfile syncronization system | Vsevolod Stakhov | 2010-09-02 | 1 | -1/+3 |
| | | | | * Fixed statfile pool initialization and synchronization with disk | ||||
* | * Fix some problems with TXT records | Vsevolod Stakhov | 2010-07-13 | 1 | -0/+2 |
| | | | | * Try to fix removing of DNS events | ||||
* | * Make SURBL module to use rspamd dns module | Vsevolod Stakhov | 2010-07-09 | 1 | -1/+1 |
| | | | | * Several fixes to DNS logic | ||||
* | * Add support for parsing SPF and SRV records | Vsevolod Stakhov | 2010-07-09 | 1 | -2/+13 |
| | | | | | * Fix PTR parsing * Add tests | ||||
* | * Forgotten in previous commit | Vsevolod Stakhov | 2010-07-08 | 1 | -0/+91 |
| | |||||
* | * Make DNS resolver working | Vsevolod Stakhov | 2010-07-08 | 7 | -58/+51 |
| | | | | | | * Many improvements to rspamd test suite: now it CAN be used for testing rspamd functionality * Write DNS resolver tests * Fix issues with memory_pool mutexes and with creating of statfiles | ||||
* | * Add ability to change statfile size limit in config and allow reindexing ↵ | Vsevolod Stakhov | 2009-10-16 | 1 | -1/+1 |
| | | | | of statfiles | ||||
* | * New system of classifiers interface and statfiles processing | Vsevolod Stakhov | 2009-09-14 | 2 | -5/+8 |
| | | | | | | | * Fix sample config * Fix compile warnings * Fix building without lua support * Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh) | ||||
* | * Rework url parsing algorithms | Vsevolod Stakhov | 2009-06-02 | 1 | -47/+1 |
| | | | | | | | * Adopt all parts of rspamd for new url parser * Improve url-extracter utility by avoiding cut&paste of mime parsing * Small fixes to rspamc client * Bump version to 0.1.3 | ||||
* | * Add counters for rspamd symbols | Vsevolod Stakhov | 2009-05-04 | 1 | -0/+2 |
| | | | | * Fix shared hashes | ||||
* | * Fix urls extracting, avoid code repeating | Vsevolod Stakhov | 2009-04-17 | 1 | -2/+2 |
| | |||||
* | * Fix misprint | Vsevolod Stakhov | 2009-03-30 | 1 | -1/+1 |
| | |||||
* | * Fix error in parser when parsing last ')' we need to remove '(' from stack ↵ | Vsevolod Stakhov | 2009-03-27 | 1 | -0/+1 |
| | | | | as well | ||||
* | * Fix many compile time warnings and polish code | Vsevolod Stakhov | 2009-03-24 | 1 | -0/+2 |
| | |||||
* | * Fix error in expression parser that causes bad errors with expressions ↵ | Vsevolod Stakhov | 2009-03-23 | 1 | -3/+35 |
| | | | | | | | | | | | | that have regexp at the end * Improve test for fuzzy hashes * Add new object - TextPart to perl XS library that allows access to stripped parts and fuzzy hashes * Add documentation for expressions parser and fot Mail::Rspamd::TextPart * Allways calculate fuzzy hash for text parts * Store text parts separately from other parts * Add compare_parts_distance for expressions that calculates difference in 2 parts messages * Do not try to substitute variables in empty strings | ||||
* | * Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash) | Vsevolod Stakhov | 2009-03-20 | 4 | -14/+48 |
| | | | | * Add test case for fuzzy hashing check | ||||
* | * Add functions support to rspamd regexps | Vsevolod Stakhov | 2009-03-19 | 3 | -7/+39 |
| | | | | | | | | * Parse expressions with state machine which allows different kinds of arguments in expressions * Fix test to accord current data * Add support of fucntions to regexp module * Move all regexp logic to separate file, describe its API * Fix descriptors leakage in surbl module | ||||
* | * Add new hash for storing hash data in shared memory | Vsevolod Stakhov | 2009-01-27 | 1 | -0/+1 |
| | | | | * Add rwlocks implementation (primitive) in memory pool library | ||||
* | * Add simple implementation of classifiers abstraction and winnow classifier | Vsevolod Stakhov | 2008-12-04 | 1 | -2/+2 |
| | | | | * Force statfile to work with float values | ||||
* | * Remove strlcpy code and replace it with glib alternative | Vsevolod Stakhov | 2008-12-03 | 2 | -4/+1 |
| | | | | * Polish code and remove bugs found | ||||
* | * Write functions to operate blocks in stat files | Vsevolod Stakhov | 2008-11-28 | 4 | -0/+64 |
| | | | | * Write test case for statistics files API |