Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |
| | |||||
* | * Not ommit frame pointer when building with gperf tools | Vsevolod Stakhov | 2009-08-25 | 1 | -0/+1 |
| | |||||
* | * Misprint in macro name | Vsevolod Stakhov | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | * Improve google perf tools support | Vsevolod Stakhov | 2009-08-25 | 9 | -36/+90 |
| | | | | * 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 | 4 | -11/+276 |
| | |||||
* | * Add voweling rules | Vsevolod Stakhov | 2009-08-19 | 2 | -0/+322 |
| | | | | * Add sample config to repository | ||||
* | * Fix descriptors leakage in controller | Vsevolod Stakhov | 2009-08-19 | 1 | -6/+3 |
| | |||||
* | * Handle password correctly in rspamc | Vsevolod Stakhov | 2009-08-18 | 1 | -2/+5 |
| | |||||
* | * 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 rule | Vsevolod Stakhov | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | * Fix bug with parsing raw headers for messages that have mixed line ending ↵ | Vsevolod Stakhov | 2009-08-10 | 1 | -1/+3 |
| | | | | style | ||||
* | * Add checking for supported WARN flags to support old gcc versions | Vsevolod Stakhov | 2009-08-06 | 1 | -25/+40 |
| | | | | * Remove legacy linking to libmd | ||||
* | * 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 | 5 | -42/+115 |
| | | | | | | 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 |
| | |||||
* | * Fix entitles decoding for hex and oct characters | Vsevolod Stakhov | 2009-07-28 | 1 | -4/+21 |
| | |||||
* | * Add client part for fuzzy checksums storage | Vsevolod Stakhov | 2009-07-28 | 4 | -9/+422 |
| | | | | * Add fuzzy storage syncing to file | ||||
* | * One more fix to default redirector's settings | Vsevolod Stakhov | 2009-07-28 | 1 | -1/+0 |
| | |||||
* | * Add new map 'redirector_hosts_map' for determining which hosts should be ↵ | Vsevolod Stakhov | 2009-07-28 | 3 | -14/+33 |
| | | | | checked with redirector | ||||
* | * Fix initializing of http reply structure to avoid core dumps when we got ↵ | Vsevolod Stakhov | 2009-07-28 | 1 | -0/+1 |
| | | | | connection errors | ||||
* | * Implement fuzzy hashes storage worker | Vsevolod Stakhov | 2009-07-27 | 4 | -4/+385 |
| | | | | | | | TODO: - implement client as rspamd plugin - add support to controller and rspamc - improve performance by avoiding usage of linked lists | ||||
* | * Fix multipart nesting | Vsevolod Stakhov | 2009-07-27 | 2 | -3/+20 |
| | |||||
* | * Fixed sample config file | Vsevolod Stakhov | 2009-07-24 | 1 | -3/+1 |
| | |||||
* | * Change requirements for glib (min. 2.16 required) | Vsevolod Stakhov | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | * Fix some more bugs | Vsevolod Stakhov | 2009-07-23 | 3 | -3/+3 |
| | |||||
* | * Make modules disableable from config | Vsevolod Stakhov | 2009-07-23 | 3 | -9/+32 |
| | |||||
* | * Fix stupid error | Vsevolod Stakhov | 2009-07-23 | 1 | -1/+1 |
| | |||||
* | * Fix error with statfiles sorting function | Vsevolod Stakhov | 2009-07-23 | 2 | -3/+3 |
| | |||||
* | * Add received headers parser | Vsevolod Stakhov | 2009-07-22 | 5 | -2/+242 |
| | |||||
* | * Add http maps support | Vsevolod Stakhov | 2009-07-21 | 8 | -29/+376 |
| | |||||
* | * Use g_ascii_isalnum for more strict decoding | Vsevolod Stakhov | 2009-07-20 | 1 | -3/+4 |
| | | | | | * Keep undecoded entitles undecoded * Fix log message | ||||
* | * Decode html entitles in urls while extracting urls values from html tags | Vsevolod Stakhov | 2009-07-20 | 1 | -0/+46 |
| | | | | NOTE: works only for ascii symbols | ||||
* | * Introduce new common system of map files, that can be used for different ↵ | Vsevolod Stakhov | 2009-07-20 | 9 | -221/+451 |
| | | | | | | | types of maps. This includes new logic of callbacks and callbacks calling, files are monitored with evtimers with jittering. HTTP support would be included soon as well. | ||||
* | * Fix indexes in fuzzy hashes calculations | Vsevolod Stakhov | 2009-07-16 | 2 | -2/+8 |
| | | | | | * Add optimization flags support * Enable -O by default | ||||
* | * Fix 'cc' urls parsing | Vsevolod Stakhov | 2009-07-16 | 2 | -1/+25 |
| | | | | * Add function has_fake_html for determine fake html parts (without any tags) | ||||
* | * Fix stupid error with memory copying | Vsevolod Stakhov | 2009-07-16 | 2 | -3/+3 |
| | |||||
* | * Fix order of flags parsing | Vsevolod Stakhov | 2009-07-15 | 1 | -25/+26 |
| | |||||
* | * Add -C flag to dump cache content | Vsevolod Stakhov | 2009-07-15 | 2 | -5/+34 |
| | | | | * Fix sorting logic |