summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* * Fix DNS PTR resolvingVsevolod Stakhov2011-08-224-15/+53
| | | | * Add ability to resolve ip in once_received plugin to avoid temporary DNS fails of SMTP resolving
* Fix process headers with ')' last symbol.Vsevolod Stakhov2011-08-181-0/+1
|
* Damn.Vsevolod Stakhov2011-08-181-2/+2
|
* Json fix.Vsevolod Stakhov2011-08-181-2/+2
|
* Fix to json output.Vsevolod Stakhov2011-08-181-0/+4
|
* Add more.Vsevolod Stakhov2011-08-181-1/+1
|
* Fix http headers.Vsevolod Stakhov2011-08-181-12/+13
|
* * Introduce new system of contexts initialization. It would be used for ↵Vsevolod Stakhov2011-08-185-36/+73
| | | | | | other things in rspamd as well in future. Ignore unknown headers in case of http.
* Insert symbols counting their weights with respect to grow_factor.Vsevolod Stakhov2011-08-171-1/+2
|
* Stupid bug with learning and task destroying.Vsevolod Stakhov2011-08-161-4/+4
|
* Fix output for spamc proto.Vsevolod Stakhov2011-08-151-1/+5
|
* Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3Vsevolod Stakhov2011-08-127-12/+34
| | | | Update to 0.4.3.
* * Make hash traversing more safelyVsevolod Stakhov2011-08-111-24/+33
|
* * Make librspamdclient thread-safeVsevolod Stakhov2011-08-101-14/+15
|
* More checks in lua plugins.0.4.2Vsevolod Stakhov2011-08-052-7/+11
|
* Make hash traversing more safe by using reference count.Vsevolod Stakhov2011-08-052-2/+10
| | | | Update to 0.4.2
* Another one.Vsevolod Stakhov2011-08-041-7/+9
|
* Another bad read detected.Vsevolod Stakhov2011-08-041-2/+4
|
* Fix access to already freed memory.Vsevolod Stakhov2011-08-042-1/+1
| | | | Remove assert.
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-0444-153/+150
|
* Make DNS requests with unique id.Vsevolod Stakhov2011-08-011-0/+7
|
* Fix dispatcher restoration (fix for controller's logic)Vsevolod Stakhov2011-08-011-4/+9
|
* Fix controller stages and debug info.Vsevolod Stakhov2011-08-013-9/+24
| | | | Handle timeouts in librspamdclient correctly.
* Another fix for out-source build.Vsevolod Stakhov2011-07-305-4/+5
| | | | Unbreak FreeBSD build.
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-2937-211/+208
| | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
* Fix for *BSD.Vsevolod Stakhov2011-07-261-2/+2
|
* Update a sample config file.0.4.1Vsevolod Stakhov2011-07-262-2/+6
| | | | Set version to 0.4.1.
* * Add option max_size for regexp module to skip expensive regexp on long ↵Vsevolod Stakhov2011-07-263-9/+108
| | | | messages
* * Add max_tokens options to avoid classifying and learning with too much ↵Vsevolod Stakhov2011-07-264-19/+56
| | | | | | tokens from one message. Fix stupid memory leakage on client's timeout.
* Another 'proper' place.Vsevolod Stakhov2011-07-261-0/+1
|
* Move hash table creation to the proper place.Vsevolod Stakhov2011-07-261-3/+2
|
* Fix very bad bug in a memory pool allocator.Vsevolod Stakhov2011-07-264-22/+17
| | | | Speed up inserting symbols by hashing them.
* * Implement max tasks per worker settingVsevolod Stakhov2011-07-261-0/+24
|
* Fix up another event related problem.Vsevolod Stakhov2011-07-262-6/+4
|
* Zero memory of pool allocator statistic.Vsevolod Stakhov2011-07-251-0/+1
|
* Fix coredumps when learning message with one empty part.Vsevolod Stakhov2011-07-251-8/+10
|
* Fix for libevent.0.4.0Vsevolod Stakhov2011-07-221-0/+4
|
* Write error about too few tokens during learning.Vsevolod Stakhov2011-07-221-0/+5
|
* Increase buffer for output.Vsevolod Stakhov2011-07-221-1/+1
|
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-2116-35/+38
| | | | Fix problems found by static analyzing.
* Another fix to avoid race with settings - add reference counter.Vsevolod Stakhov2011-07-212-22/+50
|
* * Add start script for red hat compatible systemsVsevolod Stakhov2011-07-2022-56/+530
| | | | | | | Add descriptions for some rspamd API functions (no functional changes). --HG-- rename : linux/rspamd => linux/rspamd_debian.in
* Rework http chunked encoding parsing.Vsevolod Stakhov2011-07-205-97/+115
|
* Do not try to use information about dispatcher after callback fails (found ↵Vsevolod Stakhov2011-07-191-1/+0
| | | | by valgrind).
* Fix coredumps on some specific messages with specific urls.Vsevolod Stakhov2011-07-193-11/+24
| | | | | Fix coredumps while closing log file. Fix parsing of chunked HTTP replies.
* Ref hash table at settings loading.Vsevolod Stakhov2011-07-181-1/+1
|
* Fix statfiles class determination euristic.Vsevolod Stakhov2011-07-182-12/+12
| | | | Fix call of classifier pre-callback.
* Fix textpart:get_language lua function.Vsevolod Stakhov2011-07-181-0/+1
|
* Create statfiles using learn_spam function for bayes classifier.Vsevolod Stakhov2011-07-182-1/+19
| | | | Fix call of pre callbacks for a classifier.
* Use event_set correctly after event_del.Vsevolod Stakhov2011-07-181-0/+1
|