aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/task.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-081-0/+2
|
* Start miration to the new strings.Vsevolod Stakhov2015-10-061-5/+2
|
* Add no_stat flag.Vsevolod Stakhov2015-09-251-0/+1
| | | | Issue: #382
* Fix composites processing.Vsevolod Stakhov2015-08-181-0/+1
|
* Rework parts and task structure:Vsevolod Stakhov2015-07-131-57/+51
| | | | | | | | | - Now text_parts, parts and received are arrays - Pre-allocate arrays with some reasonable defaults - Use arrays instead of lists in plugins and checks - Remove unused fields from task structure - Rework mime_foreach callback function - Remove deprecated scan_milliseconds field
* Allow scanning local files in rspamd.Vsevolod Stakhov2015-07-101-0/+1
|
* Add GTUBE support.Vsevolod Stakhov2015-07-021-0/+1
|
* Another try to fix event-less tasks.Vsevolod Stakhov2015-06-091-0/+1
|
* Avoid copying when parsing headers.Vsevolod Stakhov2015-06-021-1/+1
|
* Add checkpoint to avoid endless iteration.Vsevolod Stakhov2015-06-021-1/+1
|
* Restore build.Vsevolod Stakhov2015-06-021-1/+2
|
* Fix internal libraries.Vsevolod Stakhov2015-06-021-2/+2
|
* Rework task processing.Vsevolod Stakhov2015-06-021-3/+4
|
* Rework task errors and loading.Vsevolod Stakhov2015-06-021-8/+27
|
* Reorganize structure of filter components.Vsevolod Stakhov2015-06-021-0/+12
|
* Rework task states definition.Vsevolod Stakhov2015-06-021-10/+13
|
* Remove threading support at all.Vsevolod Stakhov2015-05-261-3/+0
|
* Adopt task object for new timers architecture.Vsevolod Stakhov2015-05-041-4/+3
|
* Pass task object to fin_callback.Vsevolod Stakhov2015-04-171-1/+1
|
* Use hash table instead of tree for urls.Vsevolod Stakhov2015-04-141-2/+2
|
* Fix memory leak in keys management.Vsevolod Stakhov2015-04-011-1/+0
|
* Load control chunk.Vsevolod Stakhov2015-03-301-1/+1
|
* Add ability to append control json within rspamd request.Vsevolod Stakhov2015-03-301-7/+9
|
* Add no-ip flag for task structure.Vsevolod Stakhov2015-03-281-1/+2
|
* Constify cache add key argument.Vsevolod Stakhov2015-03-221-1/+1
|
* Add re cache logic to task routines.Vsevolod Stakhov2015-03-191-0/+19
|
* Rework task structure for new inet_addr.Vsevolod Stakhov2015-03-121-2/+2
|
* Save some space inside rspamd task by using bit flags.Vsevolod Stakhov2015-03-121-9/+14
|
* Add support of spamc compatible output.Vsevolod Stakhov2015-03-111-0/+2
|
* Start splitting statistic processing to separate stages.Vsevolod Stakhov2015-03-021-0/+1
|
* Add routines to set recipients and sender for a task.Vsevolod Stakhov2015-02-281-0/+16
|
* Rework message store to allow encryption.Vsevolod Stakhov2015-01-301-2/+6
|
* Fix peer keys handling.Vsevolod Stakhov2015-01-301-1/+1
|
* Fix keys initialization.Vsevolod Stakhov2015-01-291-0/+1
|
* Add extended output format for URLs.Vsevolod Stakhov2014-11-251-0/+1
|
* Fix writing reply to a client.Vsevolod Stakhov2014-09-181-0/+1
| | | | | Issue: #94 Reported by: @jpastuszek
* Unify from/rcpt processing.Vsevolod Stakhov2014-08-181-4/+14
|
* Add support of custom request and reply headers.Vsevolod Stakhov2014-08-171-0/+2
|
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-63/+63
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-66/+66
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-66/+66
|
* Remove hard dependency on settings.Vsevolod Stakhov2014-07-221-0/+2
|
* Refactor config API.Vsevolod Stakhov2014-04-301-1/+1
|
* Unify task scan functions.Vsevolod Stakhov2014-04-221-1/+13
|
* Rework project structure, remove trash files.Vsevolod Stakhov2014-04-211-0/+165