aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* * Add views support (not completely tested yet)Vsevolod Stakhov2009-06-291-3/+7
* * Improve logic of urls command to extract only those urls that would be chec...Vsevolod Stakhov2009-06-291-1/+1
* * Rework structure of sample configsVsevolod Stakhov2009-06-241-0/+5
* * Improve locking by using asm 'pause' commandVsevolod Stakhov2009-06-171-0/+7
* * Introduce new system of workers spawning and configuring, now rspamd can be...Vsevolod Stakhov2009-06-171-3/+2
* * Add module for blacklisting emails (self documented in sample config)Vsevolod Stakhov2009-06-151-2/+3
* * Add function "raw_header_exists" for finding headers that are not parsed by...Vsevolod Stakhov2009-06-111-1/+1
* * Add urls command for extracting urlsVsevolod Stakhov2009-06-051-1/+1
* * Write actual urls to logs and to protocol output while checking urls in sur...Vsevolod Stakhov2009-06-051-1/+1
* * Implement new way for parsing text listsVsevolod Stakhov2009-06-031-1/+1
* * Rework url parsing algorithmsVsevolod Stakhov2009-06-021-1/+1
* * Add simple html parser and tag balancing detectorVsevolod Stakhov2009-05-151-1/+4
* * Bump version (0.1.1)Vsevolod Stakhov2009-05-141-1/+1
* * Enable support of google perf toolsVsevolod Stakhov2009-05-041-0/+9
* * Enable gprof supportVsevolod Stakhov2009-04-291-0/+8
* * Add expression parser utilityVsevolod Stakhov2009-04-271-0/+13
* * Try to correctly read regexpsVsevolod Stakhov2009-04-231-1/+1
* * Add initial version of chartable plugin: now it can only detects mixed unic...Vsevolod Stakhov2009-04-211-1/+2
* * Include sys/resource.h for getrlimitVsevolod Stakhov2009-04-151-0/+1
* * Add initial LUA filters supportVsevolod Stakhov2009-03-271-0/+26
* * Fix linking with libutilVsevolod Stakhov2009-03-271-0/+9
* * Fix build without perlVsevolod Stakhov2009-03-271-0/+9
* * Add ability to build rspamd without perl supportVsevolod Stakhov2009-03-271-44/+68
* * More accurate work with clockVsevolod Stakhov2009-03-251-0/+2
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-1/+3
* * Add smart handling of message headersVsevolod Stakhov2009-03-241-0/+1
* * Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash)Vsevolod Stakhov2009-03-201-0/+3
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-191-0/+2
* * With flag -t syntax of modules variables is also inspectedVsevolod Stakhov2009-03-191-0/+1
* * Add ability to fork multiply lmtp workersVsevolod Stakhov2009-03-031-1/+33
* * Add compatibility with gmime24Vsevolod Stakhov2009-03-021-0/+1
* * Link with gmime24 if gmime22 is not foundVsevolod Stakhov2009-03-021-1/+6
* * Fix url-extracterVsevolod Stakhov2009-02-271-11/+7
* * Fix dependencies on perlxs target (do not rebuild it constantly)Vsevolod Stakhov2009-02-271-1/+6
* * Remove cmake logic for installing targets due to fucking libperlVsevolod Stakhov2009-02-261-1/+1
* * Completely rewrite and reorganize perl APIVsevolod Stakhov2009-02-261-0/+4
* * Fix memory corruption and lmtp handlingVsevolod Stakhov2009-02-251-0/+7
* * Add initial LMTP support and LDA delivery to rspamdVsevolod Stakhov2009-02-241-2/+4
* * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeou...Vsevolod Stakhov2009-02-191-1/+2
* * Fix issue with -fPIC and DynaLoaderVsevolod Stakhov2009-02-181-1/+18
* * Add issue to cmake to make perl module as wellVsevolod Stakhov2009-02-171-7/+91
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-161-0/+199