aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/rspamd_control.h
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-47/+47
|
* [Rework] Remove some of the GLib types in lieu of standard onesVsevolod Stakhov2024-03-181-6/+6
| | | | This types have constant conflicts with the system ones especially on OSX.
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-33/+33
| | | | No meaningful changes.
* [Feature] Allow fuzzy workers to exchange blocked informationVsevolod Stakhov2023-07-011-1/+26
|
* [Minor] Add some more logs to the erros in the control pathVsevolod Stakhov2022-11-201-0/+2
|
* [Minor] Reserve some more bytesVsevolod Stakhov2022-10-311-2/+2
|
* [Project] Synchronize hyperscan caches via the main processVsevolod Stakhov2022-10-231-1/+9
|
* [Rework] Use more predictable size for commands buffersVsevolod Stakhov2022-10-231-2/+2
|
* [Minor] Use seqpacket for control pipesVsevolod Stakhov2022-10-231-6/+2
|
* [Minor] Add health check command for control interfaceVsevolod Stakhov2021-07-211-0/+10
|
* [Fix] Try hard to deal with ghost workersVsevolod Stakhov2020-03-261-0/+6
|
* [Minor] Add string/enum conversion methodsVsevolod Stakhov2019-09-221-0/+7
|
* [Project] Add child change control command typeVsevolod Stakhov2019-09-211-4/+13
|
* [Project] Implement srv commands broadcastVsevolod Stakhov2019-09-151-0/+11
|
* [Project] Allow to convert control command from a stringVsevolod Stakhov2019-09-141-2/+9
|
* [Project] Add heartbeat eventsVsevolod Stakhov2019-09-101-0/+8
|
* [Rework] Add C++ guards to all headersVsevolod Stakhov2019-07-081-19/+28
|
* [Project] First refactoring step libevent->libevVsevolod Stakhov2019-06-221-4/+4
|
* [Fix] Fix issues with storing of the accepted addr in rspamd controlVsevolod Stakhov2019-02-251-1/+1
|
* [Feature] Implement forked workers children monitoringVsevolod Stakhov2017-07-171-1/+14
|
* [Minor] Further fixes to the monitored logicVsevolod Stakhov2017-07-061-0/+2
|
* [Rework] Further steps towards one process monitoringVsevolod Stakhov2017-07-061-0/+16
|
* [Fix] Fix reload and hyperscan ready eventVsevolod Stakhov2017-01-171-3/+4
| | | | MFH: true
* [Feature] Implement log pipe feature for rspamd logs analysisVsevolod Stakhov2016-04-041-0/+15
|
* [Feature] Allow to send descriptors from workers to mainVsevolod Stakhov2016-04-041-1/+3
|
* [Feature] Allow to attach file descriptors to control commandsVsevolod Stakhov2016-04-041-1/+6
|
* Add command to sync fuzzy storageVsevolod Stakhov2016-02-221-0/+7
| | | | | | | It should be as simple as `rspamadm control fuzzy_sync` Issue: #533 Reported by: @moisseev
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-21/+12
|
* Rework hyperscan notifies to reduce noise levelVsevolod Stakhov2016-01-181-1/+3
|
* Show storage id in fuzzy stat commandVsevolod Stakhov2015-12-161-0/+2
|
* Add support for fuzzystat commandVsevolod Stakhov2015-12-141-0/+7
|
* Add event for loading of hyperscan filesVsevolod Stakhov2015-12-081-0/+14
|
* Add hyperscan helper workerVsevolod Stakhov2015-12-071-0/+7
|
* Add method to send data to server pipe.Vsevolod Stakhov2015-11-251-1/+14
|
* Start work on worker->main pipe interfaceVsevolod Stakhov2015-11-251-0/+33
|
* Add 'reresolve' command to the control interfaceVsevolod Stakhov2015-11-231-0/+7
|
* Add missing <event.h> includeVsevolod Stakhov2015-10-131-0/+1
|
* Add preliminary support for control protocol client.Vsevolod Stakhov2015-10-121-1/+2
|
* Implement reply writing for control socket.Vsevolod Stakhov2015-10-121-1/+4
|
* Start control interface implementation.Vsevolod Stakhov2015-10-101-0/+58
|
* Remove global rspamd_main.Vsevolod Stakhov2015-10-091-0/+30