aboutsummaryrefslogtreecommitdiffstats
path: root/src/controller.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | src/controller.c: Replace formatterManuel Rüger2021-06-091-1/+1
|/ | | | | | | | | Otherwise the endpoint will output: pools_freed 53d instead of pools_freed 53
* [Fix] Rework metrics handlingVsevolod Stakhov2021-05-181-60/+75
| | | | Issue: #3754
* Implement an endpoint for OpenMetricsManuel Rüger2021-05-171-0/+276
| | | | Now /metrics provides an endpoint that is openmetrics compatible.
* [Minor] Various fixes for display link detectionVsevolod Stakhov2021-03-051-2/+2
|
* [Rework] Track maps originsVsevolod Stakhov2020-10-261-1/+1
|
* [Minor] Extend /stat responsemoisseev2020-08-051-0/+8
|
* [Minor] Check message field before dereferencingVsevolod Stakhov2020-07-261-1/+1
|
* [Minor] Allow empty body in the controllerVsevolod Stakhov2020-07-261-8/+0
|
* [Minor] Log source IPVsevolod Stakhov2020-05-071-4/+8
|
* [Minor] Workaround for \0 character (poor API choice)Vsevolod Stakhov2020-04-241-1/+4
|
* [Feature] Controller: Allow to pass query arguments to the lua webui pluginsVsevolod Stakhov2020-04-241-16/+57
|
* [Minor] Prevent controller results from being cachedVsevolod Stakhov2020-04-221-0/+4
| | | | Issue: #3330
* [Minor] Enable missing_noreturn compiler warningChristian Göttsche2020-04-111-0/+1
|
* [Feature] Add multiple base32 alphabets for decodingVsevolod Stakhov2020-04-091-2/+2
|
* [Rework] Further project structure reorganisationVsevolod Stakhov2020-02-111-5/+5
|
* [Rework] Logger: Fix issues found so farVsevolod Stakhov2020-02-101-1/+1
|
* [Project] Add logic to break execution when processing symbolsVsevolod Stakhov2019-12-241-0/+1
|
* [Project] Allow to enable mempool debugging from the protocolVsevolod Stakhov2019-12-231-6/+6
|
* [Project] Support mempool flagsVsevolod Stakhov2019-12-231-1/+1
|
* [Feature] Allow to limit maps per specific workerVsevolod Stakhov2019-11-111-1/+3
|
* [Rework] Further isolation of the controller's functionsVsevolod Stakhov2019-11-111-249/+2
|
* [Rework] Replace controller functions by any scanner worker if neededVsevolod Stakhov2019-11-111-60/+47
|
* [Fix] Fix saving of the file mapsVsevolod Stakhov2019-10-281-28/+21
|
* [Minor] Fix compile warningsVsevolod Stakhov2019-10-101-2/+2
|
* [Minor] Strictly check worker context magicVsevolod Stakhov2019-10-041-0/+1
|
* [Fix] Distinguish remote and local addrs parsingVsevolod Stakhov2019-09-281-2/+4
|
* [Minor] Further static leaks removalVsevolod Stakhov2019-09-271-2/+3
|
* [Minor] Replace luaL_checkudataVsevolod Stakhov2019-09-161-1/+1
|
* [WebUI] Rename Throughput time intervalsmoisseev2019-08-301-13/+13
| | | | <hourly|daily|weekly|monthly> -> <by day|by week|by month|by year>
* [Fix] Extend task_timeout to postfilters stageVsevolod Stakhov2019-08-101-1/+1
|
* [Project] Adopt main routines and pluginsVsevolod Stakhov2019-07-121-6/+10
|
* [Minor] Load hyperscan cache in controller as wellVsevolod Stakhov2019-06-221-0/+7
|
* [Project] Another try to deal with final eventsVsevolod Stakhov2019-06-221-5/+2
|
* [Project] Adopt normal worker and contorllerVsevolod Stakhov2019-06-221-46/+43
|
* [Project] Rework and simplify fuzzy storage, remove mirroringVsevolod Stakhov2019-06-221-31/+27
|
* [Project] First refactoring step libevent->libevVsevolod Stakhov2019-06-221-3/+3
|
* [Fix] Fix history resetVsevolod Stakhov2019-05-231-12/+9
| | | | Issue: #2910
* [Minor] Refactor DNS resolver invocationsVsevolod Stakhov2019-04-111-1/+1
|
* [Project] Preliminary support of HTTP proxiesVsevolod Stakhov2019-03-181-1/+2
| | | | Issue: #572
* [Minor] Fix another deinit raceVsevolod Stakhov2019-02-261-1/+3
|
* [Minor] Fix cleanupVsevolod Stakhov2019-02-261-1/+1
|
* [Project] HTTP: Rework HTTP connections API to simplify its usageVsevolod Stakhov2019-02-251-13/+6
|
* [Project] Adopt plugins, workers, rspamadm and rspamc for http_contextVsevolod Stakhov2019-02-191-4/+5
|
* [Rework] Finish http code split and cleanupVsevolod Stakhov2019-02-151-0/+1
|
* [Project] More work towards flexible actionsVsevolod Stakhov2019-01-141-9/+8
|
* [Project] Add concept of flexible actionsVsevolod Stakhov2019-01-131-3/+3
|
* [Fix] Controller: Make save stats timer persistentVsevolod Stakhov2018-12-141-7/+8
| | | | Issue: #2680
* [Rework] Unify task_timeoutVsevolod Stakhov2018-12-061-0/+32
|
* [Feature] Support query arguments in controller's custom commandsVsevolod Stakhov2018-11-091-2/+48
|
* [Rework] Change time handlingVsevolod Stakhov2018-10-291-18/+6
|