aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* * Prepare to migrate to cmake (still need to write install target and ↵Vsevolod Stakhov2009-02-161-1001/+0
| | | | | | | | working with XS implicitly) * Move all system includes to one file where we detect availability of all that includes * Fix license misprint * Fix some issues with perl initializing
* * By default number of workers is number of active processors in systemVsevolod Stakhov2009-02-111-14/+19
| | | | * Fix macro detection in configure system
* * Add new hash for storing hash data in shared memoryVsevolod Stakhov2009-01-271-1/+1
| | | | * Add rwlocks implementation (primitive) in memory pool library
* * Rewrite message parserVsevolod Stakhov2009-01-211-1/+1
| | | | | | * Change mime parts storage * Add html tags striping (ported from php code) * Rework learning to process only text and striped html parts
* * Add simple implementation of classifiers abstraction and winnow classifierVsevolod Stakhov2008-12-041-1/+1
| | | | * Force statfile to work with float values
* * Remove strlcpy code and replace it with glib alternativeVsevolod Stakhov2008-12-031-10/+1
| | | | * Polish code and remove bugs found
* * Add initial implementation of statistics files handling APIVsevolod Stakhov2008-11-271-1/+1
|
* * Add simple implementation of OSB tokenizerVsevolod Stakhov2008-11-071-7/+13
|
* * Optimize configure by using caching of determined options (more than 2 ↵Vsevolod Stakhov2008-11-011-16/+132
| | | | times faster than before)
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-44/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adopt build system for new structure --HG-- rename : cfg_file.h => src/cfg_file.h rename : cfg_file.l => src/cfg_file.l rename : cfg_file.y => src/cfg_file.y rename : cfg_utils.c => src/cfg_utils.c rename : controller.c => src/controller.c rename : filter.c => src/filter.c rename : filter.h => src/filter.h rename : fstring.c => src/fstring.c rename : fstring.h => src/fstring.h rename : main.c => src/main.c rename : main.h => src/main.h rename : mem_pool.c => src/mem_pool.c rename : mem_pool.h => src/mem_pool.h rename : memcached-test.c => src/memcached-test.c rename : memcached.c => src/memcached.c rename : memcached.h => src/memcached.h rename : perl.c => src/perl.c rename : perl.h => src/perl.h rename : plugins/regexp.c => src/plugins/regexp.c rename : plugins/surbl.c => src/plugins/surbl.c rename : protocol.c => src/protocol.c rename : protocol.h => src/protocol.h rename : upstream.c => src/upstream.c rename : upstream.h => src/upstream.h rename : url.c => src/url.c rename : url.h => src/url.h rename : util.c => src/util.c rename : util.h => src/util.h rename : worker.c => src/worker.c
* * Add initial implementation of control interfaceVsevolod Stakhov2008-10-231-2/+2
|
* * Add initial implementation of regexp moduleVsevolod Stakhov2008-10-221-2/+2
|
* * Add support of shared memory chunks to memory pool allocator. Also add ↵Vsevolod Stakhov2008-10-161-0/+29
| | | | | | locking support (spin mutexes) * Add simple test case for shared memory allocation
* * Configure modules when worker starts for simplifying reconfig procedurecebka@cebka-laptop2008-10-141-1/+22
| | | | | * Add two behaviour types of memory allocator: greedy and ungreedy * Adopt surbl module for new configure style
* * Implement expression parser (convertor to inverse polish record)cebka@cebka-laptop2008-10-131-52/+120
| | | | | | * Improve configure system by implementing dependencies * Add .depend files for subdirs that requre it * Write simple test for expressions parser
* * Rework logic of filterscebka@mailsupport.rambler.ru2008-09-231-2/+2
| | | | * Add some documentation to rspamd (about new filters logic and about protocol)
* * Place all protocol logic in separate filecebka@mailsupport.rambler.ru2008-09-201-2/+2
| | | | | | - simplify protocol parsing logic - add compatibility with sa-spamd - TODO: add protocol output for all commands
* * Add memory pool support.cebka@mailsupport.rambler.ru2008-09-181-2/+2
| | | | | | - memory pools would be used in modules for allocating task specific data without freeing it separately - memory pools growth is implemented as multiplying by 2 its length (for avoiding multiply reallocs) - when memory pool is freed all data that was allocated from this pool is freed too
* * Fix include dependenciescebka@mailsupport.rambler.ru2008-09-161-1/+1
|
* * Add utility for extracting urls from messageVsevolod Stakhov2008-09-101-2/+26
| | | | * Rework build system
* * Add initial test suite using glib test suiteVsevolod Stakhov2008-09-081-1/+23
|
* * Add initial implementation of surbl check moduleVsevolod Stakhov2008-09-031-4/+8
|
* * Add initial implementation of rspamd XS moduleVsevolod Stakhov2008-08-191-4/+16
|
* * Add initial implementation of C modules APIVsevolod Stakhov2008-08-141-18/+69
|
* * Add C api for calling perl filtersVsevolod Stakhov2008-06-251-2/+2
|
* * Add initial version of URLs parser (still need to make PCRE parse all ↵Vsevolod Stakhov2008-06-111-2/+8
| | | | | | pattern matches) * Link with PCRE
* * Remove warning from main.cVsevolod Stakhov2008-06-101-3/+52
| | | | | * Add perl detection and perl linker's and cflags * Modify configure to work with BSD sed (stupid and ugly)
* * Add gnome mime parser to rspamdVsevolod Stakhov2008-06-091-4/+58
| | | | | * Add some protocol parser with evbuffer * Add pkg-check to configure script for detecting gmime and glib
* * Add initial release of mime parser. Now can only decode base64 and ↵Vsevolod Stakhov2008-05-121-2/+2
| | | | quoted-printable.
* * Add fixed string libraryVsevolod Stakhov2008-05-121-2/+2
|
* * Add skeletonVsevolod Stakhov2008-05-081-0/+516