Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Implement new system of managing rspamd processes | Vsevolod Stakhov | 2009-10-30 | 1 | -3/+0 | |
| | ||||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -362/+339 | |
| | ||||||
* | * Fix race between learn and classify | Vsevolod Stakhov | 2009-09-28 | 1 | -1/+3 | |
| | ||||||
* | * Fix learning | Vsevolod Stakhov | 2009-09-25 | 1 | -15/+32 | |
| | ||||||
* | * Small fixes in task construction | Vsevolod Stakhov | 2009-09-23 | 1 | -1/+1 | |
| | ||||||
* | * Implement new system of async events handling (experimental) | Vsevolod Stakhov | 2009-09-22 | 1 | -21/+39 | |
| | ||||||
* | * New system of classifiers interface and statfiles processing | Vsevolod Stakhov | 2009-09-14 | 1 | -37/+9 | |
| | | | | | | | * Fix sample config * Fix compile warnings * Fix building without lua support * Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh) | |||||
* | * Improve google perf tools support | Vsevolod Stakhov | 2009-08-25 | 1 | -1/+2 | |
| | | | | * Pass to event_add only copies of struct timeval to avoid timing problems | |||||
* | * Fix error with controller IO timeouts | Vsevolod Stakhov | 2009-08-24 | 1 | -4/+6 | |
| | ||||||
* | * Fix descriptors leakage in controller | Vsevolod Stakhov | 2009-08-19 | 1 | -6/+3 | |
| | ||||||
* | * Make fuzzy storage working (tested checking, adding and deleting of fuzzy ↵ | Vsevolod Stakhov | 2009-07-31 | 1 | -2/+3 | |
| | | | | | | hashes from storage) * Fix stupid bug in fuzzy distance calculations | |||||
* | * Add support for extending controller protocol by modules | Vsevolod Stakhov | 2009-07-29 | 1 | -13/+65 | |
| | | | | | | * Add write support via controller to fuzzy storage TODO: Add delete and check commands support to controller interface | |||||
* | * Rework structure and API of statfiles functions to improve performance and ↵ | Vsevolod Stakhov | 2009-07-02 | 1 | -2/+3 | |
| | | | | | | avoid missusage of hash table * Correct url length calculation in urls command | |||||
* | * Add urls output to urls command | Vsevolod Stakhov | 2009-07-02 | 1 | -26/+26 | |
| | | | | * Improve performance of dispatcher by avoiding double allocating and copying of dynamic buffers | |||||
* | * Introduce new system of workers spawning and configuring, now rspamd can ↵ | Vsevolod Stakhov | 2009-06-17 | 1 | -24/+9 | |
| | | | | | | | be easily extended by new types of wrokers * Rework config system and avoid from using queue (3) lists * Upgrade version to 0.2.0 as config format is now incompatible with older one | |||||
* | * Add counters for rspamd symbols | Vsevolod Stakhov | 2009-05-04 | 1 | -6/+32 | |
| | | | | * Fix shared hashes | |||||
* | * Add counter for oversized chunks: this parameter can improve performance, ↵ | Vsevolod Stakhov | 2009-04-21 | 1 | -0/+2 | |
| | | | | | | | for example if we have too many oversized chunks it is good decision to increase chunk size. | |||||
* | * Another fix of uptime command | Vsevolod Stakhov | 2009-03-27 | 1 | -2/+2 | |
| | ||||||
* | * Fix 2 memory leaks | Vsevolod Stakhov | 2009-03-27 | 1 | -0/+1 | |
| | | | | * Fix uptime command output | |||||
* | * Add statictics for all allocated pools | Vsevolod Stakhov | 2009-03-26 | 1 | -0/+4 | |
| | ||||||
* | * Fix many compile time warnings and polish code | Vsevolod Stakhov | 2009-03-24 | 1 | -3/+6 | |
| | ||||||
* | * Fix reload logic | Vsevolod Stakhov | 2009-03-13 | 1 | -2/+5 | |
| | | | | | * Create listen sock for lmtp in main processes dispatcher to allow multiply lmtp workers * Fix logic of logging | |||||
* | * Unify socket creation and accepting by using utility functions | Vsevolod Stakhov | 2009-03-03 | 1 | -7/+5 | |
| | | | | | | | * Check SO_ERROR on socket immideately after connect/bind to avoid resourses allocation for unsuccessful connections * Avoid descriptors leakage when we create sockets and have errors on them * Set on all socket descriptors FD_CLOEXEC flag to avoid problems with executing LDA | |||||
* | * Remove %m from logging it seems to be unsupported by FreeBSD printf version | Vsevolod Stakhov | 2009-03-02 | 1 | -4/+4 | |
| | ||||||
* | * Fix url-extracter | Vsevolod Stakhov | 2009-02-27 | 1 | -7/+7 | |
| | | | | | | * Fix soft-shutdown of dispacther * Turn debug on by default in cmake * Change logic of save points | |||||
* | * Fix memory corruption and lmtp handling | Vsevolod Stakhov | 2009-02-25 | 1 | -8/+8 | |
| | | | | * Add e-mail address validation in lmtp | |||||
* | * Add initial LMTP support and LDA delivery to rspamd | Vsevolod Stakhov | 2009-02-24 | 1 | -1/+1 | |
| | ||||||
* | * Fix dispatcher timeouts handling | Vsevolod Stakhov | 2009-02-20 | 1 | -1/+7 | |
| | | | | * Add wanna_die flag that can be used in dispatcher's callbacks | |||||
* | * Implement rspamd IO with IO dispatcher (TODO: still some issues with ↵ | Vsevolod Stakhov | 2009-02-19 | 1 | -120/+90 | |
| | | | | timeouts must be resolved) | |||||
* | * Prepare to migrate to cmake (still need to write install target and ↵ | Vsevolod Stakhov | 2009-02-16 | 1 | -19/+2 | |
| | | | | | | | | 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 | |||||
* | * Add BSD license text | Vsevolod Stakhov | 2009-02-16 | 1 | -0/+24 | |
| | ||||||
* | * Try to fix reading a line from user (using pools) | Vsevolod Stakhov | 2009-02-06 | 1 | -4/+1 | |
| | ||||||
* | * Do another rework of filters/metrics and statfiles processing | Vsevolod Stakhov | 2009-01-29 | 1 | -2/+14 | |
| | | | | * Add 'probability' normalizing to winnow algorithm and calculate not pure weight but normalized probability | |||||
* | * Add memory pool allocator statistics to 'stat' report output | Vsevolod Stakhov | 2009-01-21 | 1 | -1/+11 | |
| | ||||||
* | * Rewrite message parser | Vsevolod Stakhov | 2009-01-21 | 1 | -9/+38 | |
| | | | | | | * Change mime parts storage * Add html tags striping (ported from php code) * Rework learning to process only text and striped html parts | |||||
* | * Rewrite perl client for rspamd, now it allows access to both normal and ↵ | Vsevolod Stakhov | 2009-01-19 | 1 | -7/+9 | |
| | | | | | | control interfaces * Fix small errors in tokenizer and controller interface | |||||
* | * Implement statistic output in control interface | Vsevolod Stakhov | 2009-01-11 | 1 | -2/+9 | |
| | ||||||
* | * Fix errors in learning implementation | Vsevolod Stakhov | 2009-01-11 | 1 | -24/+69 | |
| | ||||||
* | * Make sample config more complete | Vsevolod Stakhov | 2008-12-18 | 1 | -2/+10 | |
| | | | | | * Fix bugs with config file parsing * Fix bugs with creating sockets and reading commands | |||||
* | * Add logic for filtering messages with tokenizer/classifier pair | Vsevolod Stakhov | 2008-12-10 | 1 | -18/+2 | |
| | ||||||
* | * Implement learning using classifiers and tokenizers API | Vsevolod Stakhov | 2008-12-08 | 1 | -1/+28 | |
| | ||||||
* | * Remove strlcpy code and replace it with glib alternative | Vsevolod Stakhov | 2008-12-03 | 1 | -1/+1 | |
| | | | | * Polish code and remove bugs found | |||||
* | * Add learning interface to rspamd (still requires classifier to work) | Vsevolod Stakhov | 2008-12-02 | 1 | -34/+159 | |
| | ||||||
* | * Reorganize structure of source files | Vsevolod Stakhov | 2008-11-01 | 1 | -0/+349 | |
* 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 |