| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix empty messages processing. | Vsevolod Stakhov | 2014-02-18 | 1 | -1/+4 |
* | Start webui worker adopt to the HTTP world. | Vsevolod Stakhov | 2014-01-28 | 1 | -1/+1 |
* | Move fin_task to a common rspamd_fin_task function. | Vsevolod Stakhov | 2014-01-21 | 1 | -118/+4 |
* | Implement refcount for http connection. | Vsevolod Stakhov | 2014-01-20 | 1 | -1/+3 |
* | Simplify states of task. Disable broken code. | Vsevolod Stakhov | 2014-01-19 | 1 | -7/+39 |
* | Parse HTTP requests, cleanup the code. | Vsevolod Stakhov | 2014-01-18 | 1 | -266/+22 |
* | Implement HTTP session for normal worker. | Vsevolod Stakhov | 2014-01-13 | 1 | -6/+31 |
* | Start moving to HTTP world. | Vsevolod Stakhov | 2014-01-12 | 1 | -1/+106 |
* | Add hostname attribute to rspamc protocol. | Vsevolod Stakhov | 2014-01-06 | 1 | -3/+0 |
* | Rework rspamd DNS resolver. | Vsevolod Stakhov | 2013-12-10 | 1 | -4/+10 |
* | Remove custom filters as they have never been used. | Vsevolod Stakhov | 2013-10-26 | 1 | -273/+4 |
* | Adopt normal worker for new params parsing. | Vsevolod Stakhov | 2013-09-30 | 1 | -9/+29 |
* | Another try to fix skipped messages. | Vsevolod Stakhov | 2013-09-11 | 1 | -1/+9 |
* | More fixes to skipped tasks processing. | Vsevolod Stakhov | 2013-09-11 | 1 | -1/+16 |
* | Allow listening on multiply addresses. | Vsevolod Stakhov | 2013-07-20 | 1 | -22/+4 |
* | Fix output for counters command. | Vsevolod Stakhov | 2013-06-07 | 1 | -1/+1 |
* | Update buffers logic for streaming read. | Vsevolod Stakhov | 2013-06-06 | 1 | -8/+0 |
* | Another fix to streaming handle. | Vsevolod Stakhov | 2013-06-06 | 1 | -0/+1 |
* | Fix misprint in operator. | Vsevolod Stakhov | 2013-06-06 | 1 | -1/+1 |
* | Stream read fix. | Vsevolod Stakhov | 2013-06-06 | 1 | -2/+10 |
* | Allow parsing streams without Content-Length. | Vsevolod Stakhov | 2013-06-06 | 1 | -6/+43 |
* | Avoid global variables in map logic. | Vsevolod Stakhov | 2012-09-19 | 1 | -1/+1 |
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
* | * Rework thread pools locking logic to avoid global lua mutex usage. | Vsevolod Stakhov | 2012-08-22 | 1 | -1/+3 |
* | Avoid using global 'counters' hash, include it in struct rspamd_main. | Vsevolod Stakhov | 2012-06-07 | 1 | -187/+0 |
* | * Split rspamd build to several independent libraries to reduce overhead. | Vsevolod Stakhov | 2012-06-05 | 1 | -0/+21 |
* | * Fix spf plugin that was broken in 0.4.7 | Vsevolod Stakhov | 2012-04-20 | 1 | -1/+0 |
* | Allow rspamd dispatcher code to process half-closed connections. | Vsevolod Stakhov | 2012-04-20 | 1 | -0/+2 |
* | * Implement pre-filters that realizes concepts to check mail by some absolute... | Vsevolod Stakhov | 2012-03-30 | 1 | -22/+73 |
* | * More things to be thread-safe: | Vsevolod Stakhov | 2012-02-13 | 1 | -13/+18 |
* | Add quarks to events to determine source of event inside rspamd. | Vsevolod Stakhov | 2012-02-13 | 1 | -9/+11 |
* | Fixes to threading (still incomplete). | Vsevolod Stakhov | 2012-01-31 | 1 | -1/+38 |
* | * Introduce new system of worker's and modules initialization: | Vsevolod Stakhov | 2012-01-16 | 1 | -7/+22 |
* | Allow for post filters to register async events. | Vsevolod Stakhov | 2011-12-16 | 1 | -7/+25 |
* | * Finally get rid of stupid savepoints system and migrate to async events log... | Vsevolod Stakhov | 2011-12-14 | 1 | -12/+26 |
* | Reorganize util.c as it should contain only common utilities. | Vsevolod Stakhov | 2011-12-07 | 1 | -0/+169 |
* | Check for SIGUSR1 by libevent to avoid signals collisions. | Vsevolod Stakhov | 2011-11-30 | 1 | -9/+25 |
* | Fix main rspamd worker to work with buffer.c changes. | Vsevolod Stakhov | 2011-11-07 | 1 | -0/+5 |
* | * Use event_base thread safe API to allow parallelism based on threads | Vsevolod Stakhov | 2011-10-26 | 1 | -5/+9 |
* | Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3 | Vsevolod Stakhov | 2011-08-12 | 1 | -1/+0 |
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -1/+1 |
* | Fix controller stages and debug info. | Vsevolod Stakhov | 2011-08-01 | 1 | -0/+4 |
* | * Add max_tokens options to avoid classifying and learning with too much toke... | Vsevolod Stakhov | 2011-07-26 | 1 | -4/+1 |
* | * Implement max tasks per worker setting | Vsevolod Stakhov | 2011-07-26 | 1 | -0/+24 |
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -185/+2 |
* | * Add ability to learn rspamd via worker (without password)0.3.11 | Vsevolod Stakhov | 2011-03-31 | 1 | -17/+40 |
* | * Preload statfiles at the early beginning in the main process | Vsevolod Stakhov | 2011-03-31 | 1 | -3/+12 |
* | * Add more timeouts: for fuzzy operations, for worker task operations | Vsevolod Stakhov | 2011-03-28 | 1 | -21/+25 |
* | Fix memory access. | Vsevolod Stakhov | 2011-03-05 | 1 | -3/+3 |