aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* * Add time out for sync IO as it can cause unpredictable errorsVsevolod Stakhov2009-09-214-8/+62
|
* * Fix fuzzy storage bindingVsevolod Stakhov2009-09-211-3/+11
|
* * Cleanify logic of processes dispatcherVsevolod Stakhov2009-09-214-45/+69
|
* * Fix -C flag with lua enabledVsevolod Stakhov2009-09-161-0/+3
|
* * Add decoding entities as it is specified in w3c recommendationsVsevolod Stakhov2009-09-161-21/+336
|
* * Fix double free of memoryVsevolod Stakhov2009-09-162-4/+3
| | | | * Fix symbols output
* * Remove assertVsevolod Stakhov2009-09-163-5/+6
| | | | | | * Fix build WITH_LUA * Fix calling of classifier * Fix autolearn
* * Decode all html entitles in html partsVsevolod Stakhov2009-09-163-5/+18
|
* * Add lua plugin for checking received headersVsevolod Stakhov2009-09-154-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 mapsVsevolod Stakhov2009-09-152-6/+101
|
* * Sync log before closingVsevolod Stakhov2009-09-143-2/+7
| | | | * Fix buffer allocation while reading json data
* * Feed BSD lexVsevolod Stakhov2009-09-141-69/+69
|
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-1413-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 workingVsevolod Stakhov2009-09-088-27/+263
|
* * Add JSON settings parserVsevolod Stakhov2009-09-0716-0/+2888
|
* * Add ability to call rspamd fucntions from lua apiVsevolod Stakhov2009-09-065-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 APIVsevolod Stakhov2009-09-043-1/+174
| | | | | * Add access to received headers to lua API * Some code polishing
* * More fixes to lua apiVsevolod Stakhov2009-09-045-39/+81
|
* * Make lua api object orientedVsevolod Stakhov2009-09-035-42/+61
|
* * Various bugfixes in map and radix codeVsevolod Stakhov2009-09-034-73/+63
|
* * Fix lua APIVsevolod Stakhov2009-09-027-14/+21
|
* * New functionality to lua api:Vsevolod Stakhov2009-09-016-2/+336
| | | | | | | - config class - metric class - textpart class * Add documentation for lua module
* * Reorganze lua support in rspamdVsevolod Stakhov2009-08-3111-241/+480
|
* * Handle base10 encoded ip addresses correctlyVsevolod Stakhov2009-08-313-737/+779
|
* * Fix html decoding when '/' are encoded tooVsevolod Stakhov2009-08-281-2/+7
|
* * Fix integer divisionVsevolod Stakhov2009-08-261-4/+6
|
* * Change symbols planner sort logic to take into consideration not ↵Vsevolod Stakhov2009-08-261-4/+18
| | | | frequenses of symbols but their percent in total number
* * Use buffered IO for loggingVsevolod Stakhov2009-08-253-14/+12
|
* * Store sockaddr in large enough bufferVsevolod Stakhov2009-08-252-6/+7
|
* * Migrate fuzzy storage to use UDP instead of TCPVsevolod Stakhov2009-08-256-82/+53
|
* * Misprint in macro nameVsevolod Stakhov2009-08-251-1/+1
|
* * Improve google perf tools supportVsevolod Stakhov2009-08-257-36/+70
| | | | * Pass to event_add only copies of struct timeval to avoid timing problems
* * Do not sync fuzzy hash storage too oftenVsevolod Stakhov2009-08-241-1/+1
|
* * Fix error with controller IO timeoutsVsevolod Stakhov2009-08-241-4/+6
|
* * Fix processing of empty partsVsevolod Stakhov2009-08-215-22/+36
| | | | * Fix memory problems in controller
* * Fix memory leakage in controllerVsevolod Stakhov2009-08-212-3/+17
|
* * Fix process dispatcherVsevolod Stakhov2009-08-203-7/+29
| | | | * Use bloom filter in fuzzy storage
* * Add implementation of counting bloom filter to rspamdVsevolod Stakhov2009-08-192-0/+272
|
* * Fix descriptors leakage in controllerVsevolod Stakhov2009-08-191-6/+3
|
* * Improve loggingVsevolod Stakhov2009-08-181-1/+4
|
* * Optimize structure of fuzzy hashes storage (to hash map)Vsevolod Stakhov2009-08-181-25/+34
|
* * Fix bug with parsing raw headers for messages that have mixed line ending ↵Vsevolod Stakhov2009-08-101-1/+3
| | | | style
* * Strip urls from space charactersVsevolod Stakhov2009-08-052-1/+18
|
* * Make fuzzy storage working (tested checking, adding and deleting of fuzzy ↵Vsevolod Stakhov2009-07-314-41/+90
| | | | | | hashes from storage) * Fix stupid bug in fuzzy distance calculations
* * Strip url line from spacesVsevolod Stakhov2009-07-302-0/+2
|
* * Fix some more bugs with empty partsVsevolod Stakhov2009-07-302-5/+5
|
* * Fix some issues with empty partsVsevolod Stakhov2009-07-302-2/+7
|
* * Add support for empty text or html partsVsevolod Stakhov2009-07-294-9/+30
|
* * Add support for extending controller protocol by modulesVsevolod Stakhov2009-07-295-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 definitionVsevolod Stakhov2009-07-291-3/+6
|