Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add time out for sync IO as it can cause unpredictable errors | Vsevolod Stakhov | 2009-09-21 | 4 | -8/+62 |
| | |||||
* | * Fix fuzzy storage binding | Vsevolod Stakhov | 2009-09-21 | 1 | -3/+11 |
| | |||||
* | * Cleanify logic of processes dispatcher | Vsevolod Stakhov | 2009-09-21 | 4 | -45/+69 |
| | |||||
* | * Fix -C flag with lua enabled | Vsevolod Stakhov | 2009-09-16 | 1 | -0/+3 |
| | |||||
* | * Add decoding entities as it is specified in w3c recommendations | Vsevolod Stakhov | 2009-09-16 | 1 | -21/+336 |
| | |||||
* | * Fix double free of memory | Vsevolod Stakhov | 2009-09-16 | 2 | -4/+3 |
| | | | | * Fix symbols output | ||||
* | * Remove assert | Vsevolod Stakhov | 2009-09-16 | 3 | -5/+6 |
| | | | | | | * Fix build WITH_LUA * Fix calling of classifier * Fix autolearn | ||||
* | * Decode all html entitles in html parts | Vsevolod Stakhov | 2009-09-16 | 3 | -5/+18 |
| | |||||
* | * Add lua plugin for checking received headers | Vsevolod Stakhov | 2009-09-15 | 4 | -4/+72 |
| | | | | | | * Some tunes to lua API * Fix bug with http maps * Optimize installation and make custom prefix for configs | ||||
* | * Add chunked replies support for http maps | Vsevolod Stakhov | 2009-09-15 | 2 | -6/+101 |
| | |||||
* | * Sync log before closing | Vsevolod Stakhov | 2009-09-14 | 3 | -2/+7 |
| | | | | * Fix buffer allocation while reading json data | ||||
* | * Feed BSD lex | Vsevolod Stakhov | 2009-09-14 | 1 | -69/+69 |
| | |||||
* | * New system of classifiers interface and statfiles processing | Vsevolod Stakhov | 2009-09-14 | 13 | -267/+259 |
| | | | | | | | * Fix sample config * Fix compile warnings * Fix building without lua support * Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh) | ||||
* | * Make settings working | Vsevolod Stakhov | 2009-09-08 | 8 | -27/+263 |
| | |||||
* | * Add JSON settings parser | Vsevolod Stakhov | 2009-09-07 | 16 | -0/+2888 |
| | |||||
* | * Add ability to call rspamd fucntions from lua api | Vsevolod Stakhov | 2009-09-06 | 5 | -23/+150 |
| | | | | | | * Make logging adaptive based on log speed (buffered vs unbuffered IO) * Fix lua API docs * Now lua modules can be loaded with glob patterns | ||||
* | * Add asynchronous DNS resolver to lua API | Vsevolod Stakhov | 2009-09-04 | 3 | -1/+174 |
| | | | | | * Add access to received headers to lua API * Some code polishing | ||||
* | * More fixes to lua api | Vsevolod Stakhov | 2009-09-04 | 5 | -39/+81 |
| | |||||
* | * Make lua api object oriented | Vsevolod Stakhov | 2009-09-03 | 5 | -42/+61 |
| | |||||
* | * Various bugfixes in map and radix code | Vsevolod Stakhov | 2009-09-03 | 4 | -73/+63 |
| | |||||
* | * Fix lua API | Vsevolod Stakhov | 2009-09-02 | 7 | -14/+21 |
| | |||||
* | * New functionality to lua api: | Vsevolod Stakhov | 2009-09-01 | 6 | -2/+336 |
| | | | | | | | - config class - metric class - textpart class * Add documentation for lua module | ||||
* | * Reorganze lua support in rspamd | Vsevolod Stakhov | 2009-08-31 | 11 | -241/+480 |
| | |||||
* | * Handle base10 encoded ip addresses correctly | Vsevolod Stakhov | 2009-08-31 | 3 | -737/+779 |
| | |||||
* | * Fix html decoding when '/' are encoded too | Vsevolod Stakhov | 2009-08-28 | 1 | -2/+7 |
| | |||||
* | * Fix integer division | Vsevolod Stakhov | 2009-08-26 | 1 | -4/+6 |
| | |||||
* | * Change symbols planner sort logic to take into consideration not ↵ | Vsevolod Stakhov | 2009-08-26 | 1 | -4/+18 |
| | | | | frequenses of symbols but their percent in total number | ||||
* | * Use buffered IO for logging | Vsevolod Stakhov | 2009-08-25 | 3 | -14/+12 |
| | |||||
* | * Store sockaddr in large enough buffer | Vsevolod Stakhov | 2009-08-25 | 2 | -6/+7 |
| | |||||
* | * Migrate fuzzy storage to use UDP instead of TCP | Vsevolod Stakhov | 2009-08-25 | 6 | -82/+53 |
| | |||||
* | * Misprint in macro name | Vsevolod Stakhov | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | * Improve google perf tools support | Vsevolod Stakhov | 2009-08-25 | 7 | -36/+70 |
| | | | | * Pass to event_add only copies of struct timeval to avoid timing problems | ||||
* | * Do not sync fuzzy hash storage too often | Vsevolod Stakhov | 2009-08-24 | 1 | -1/+1 |
| | |||||
* | * Fix error with controller IO timeouts | Vsevolod Stakhov | 2009-08-24 | 1 | -4/+6 |
| | |||||
* | * Fix processing of empty parts | Vsevolod Stakhov | 2009-08-21 | 5 | -22/+36 |
| | | | | * Fix memory problems in controller | ||||
* | * Fix memory leakage in controller | Vsevolod Stakhov | 2009-08-21 | 2 | -3/+17 |
| | |||||
* | * Fix process dispatcher | Vsevolod Stakhov | 2009-08-20 | 3 | -7/+29 |
| | | | | * Use bloom filter in fuzzy storage | ||||
* | * Add implementation of counting bloom filter to rspamd | Vsevolod Stakhov | 2009-08-19 | 2 | -0/+272 |
| | |||||
* | * Fix descriptors leakage in controller | Vsevolod Stakhov | 2009-08-19 | 1 | -6/+3 |
| | |||||
* | * Improve logging | Vsevolod Stakhov | 2009-08-18 | 1 | -1/+4 |
| | |||||
* | * Optimize structure of fuzzy hashes storage (to hash map) | Vsevolod Stakhov | 2009-08-18 | 1 | -25/+34 |
| | |||||
* | * Fix bug with parsing raw headers for messages that have mixed line ending ↵ | Vsevolod Stakhov | 2009-08-10 | 1 | -1/+3 |
| | | | | style | ||||
* | * Strip urls from space characters | Vsevolod Stakhov | 2009-08-05 | 2 | -1/+18 |
| | |||||
* | * Make fuzzy storage working (tested checking, adding and deleting of fuzzy ↵ | Vsevolod Stakhov | 2009-07-31 | 4 | -41/+90 |
| | | | | | | hashes from storage) * Fix stupid bug in fuzzy distance calculations | ||||
* | * Strip url line from spaces | Vsevolod Stakhov | 2009-07-30 | 2 | -0/+2 |
| | |||||
* | * Fix some more bugs with empty parts | Vsevolod Stakhov | 2009-07-30 | 2 | -5/+5 |
| | |||||
* | * Fix some issues with empty parts | Vsevolod Stakhov | 2009-07-30 | 2 | -2/+7 |
| | |||||
* | * Add support for empty text or html parts | Vsevolod Stakhov | 2009-07-29 | 4 | -9/+30 |
| | |||||
* | * Add support for extending controller protocol by modules | Vsevolod Stakhov | 2009-07-29 | 5 | -63/+289 |
| | | | | | | * Add write support via controller to fuzzy storage TODO: Add delete and check commands support to controller interface | ||||
* | * Make port working in http map definition | Vsevolod Stakhov | 2009-07-29 | 1 | -3/+6 |
| |