aboutsummaryrefslogtreecommitdiffstats
path: root/src/controller.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-081-3/+2
* Fix encryption in controller.Vsevolod Stakhov2015-10-071-5/+5
* Fix the code for updated strings in HTTP library.Vsevolod Stakhov2015-10-071-31/+26
* Fix printing of fixed strings.Vsevolod Stakhov2015-10-061-2/+2
* Fix workers.Vsevolod Stakhov2015-10-061-9/+14
* Add '/historyreset' command.Vsevolod Stakhov2015-10-031-0/+33
* Add sorting hints for the history.Vsevolod Stakhov2015-10-021-0/+2
* Show learned counter.Vsevolod Stakhov2015-09-251-0/+3
* Save learned messages count.Vsevolod Stakhov2015-09-251-0/+8
* Move constant_memcmp to libutil code.Vsevolod Stakhov2015-09-241-36/+0
* Fix piechart clean slice.Vsevolod Stakhov2015-09-231-4/+2
* Fix double free if no password has been specified.Vsevolod Stakhov2015-09-231-5/+0
* Reiterate on colors one more time.Vsevolod Stakhov2015-09-231-3/+3
* Improve pie colors.Vsevolod Stakhov2015-09-231-7/+5
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
* Fix time for /graph.Vsevolod Stakhov2015-09-221-4/+5
* Controller sockets are owned by router do not export them to task.Vsevolod Stakhov2015-09-221-6/+5
* Cache correct passwords to avoid too high CPU usage.Vsevolod Stakhov2015-09-221-6/+58
* Add graph handler to the controller.Vsevolod Stakhov2015-09-211-32/+167
* Allow only one controller process to manage rrd file.Vsevolod Stakhov2015-09-211-1/+4
* Fix a stupid bug in rrd event initialization.Vsevolod Stakhov2015-09-191-1/+2
* Add writing to rrd from the controller.Vsevolod Stakhov2015-09-181-0/+72
* Stop logging of encrypted passwords.Vsevolod Stakhov2015-09-151-24/+2
* Save controller statistics between restarts.Vsevolod Stakhov2015-09-151-0/+198
* Fix scanning via controller.Vsevolod Stakhov2015-09-151-15/+34
* Update controller and worker for the new logger.Vsevolod Stakhov2015-08-301-63/+106
* Add tags to rspamd_mempool.Vsevolod Stakhov2015-08-271-1/+1
* More fixes for the new symbols structure.Vsevolod Stakhov2015-08-131-10/+15
* Allow getting of password from query string.Vsevolod Stakhov2015-08-111-0/+21
* Avoid global rspamd_main usage.Vsevolod Stakhov2015-08-061-0/+1
* Hide workers and modules definitions.Vsevolod Stakhov2015-08-061-0/+1
* Rework stat get function to allow async behaviour.Vsevolod Stakhov2015-08-031-10/+69
* Move statistics initialization to start of workers.Vsevolod Stakhov2015-07-091-0/+1
* Fix HTTP error code on learn failures.Vsevolod Stakhov2015-07-081-1/+1
* Fix bug when unix sockets were not whitelisted.Vsevolod Stakhov2015-07-081-1/+1
* Fix error log.Vsevolod Stakhov2015-07-061-1/+2
* Log message if failed to learn.Vsevolod Stakhov2015-07-061-0/+1
* Fix saving maps.Vsevolod Stakhov2015-06-231-2/+2
* Fix number of issues with webui interaction.Vsevolod Stakhov2015-06-231-10/+28
* Implement statistics closing.Vsevolod Stakhov2015-06-191-0/+1
* Restore build.Vsevolod Stakhov2015-06-021-20/+35
* Implement cache resorting.Vsevolod Stakhov2015-05-281-2/+1
* Restore `counters` command.Vsevolod Stakhov2015-05-271-44/+7
* Adopt the rest of the code.Vsevolod Stakhov2015-05-261-0/+6
* Refactor events API.Vsevolod Stakhov2015-05-261-7/+7
* Remove threading support at all.Vsevolod Stakhov2015-05-261-4/+2
* Fix symbols iteration.Vsevolod Stakhov2015-05-151-4/+4
* Fix symbols output in the webui.Vsevolod Stakhov2015-05-151-2/+5
* Fix misprint.Vsevolod Stakhov2015-05-151-2/+2
* Fix getting map ID.Vsevolod Stakhov2015-05-151-2/+2