aboutsummaryrefslogtreecommitdiffstats
path: root/src/rspamd.c
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Allow to specify mempool when copying an IP address structureVsevolod Stakhov2022-03-201-2/+2
|
* [Minor] Deduplicate sum functionVsevolod Stakhov2022-03-051-14/+2
|
* [Minor] Add missing divisionVsevolod Stakhov2022-02-271-1/+1
| | | | Pointed by: @moisseev
* [Feature] Output average scan time in /stat endpointVsevolod Stakhov2022-02-261-0/+5
|
* [Minor] Add average time processing slotsVsevolod Stakhov2022-02-261-2/+20
|
* [Minor] Align rspamd_stat structureVsevolod Stakhov2022-02-261-2/+4
|
* Spelling (#4086)Josh Soref2022-02-221-6/+6
| | | [Rework] Massive spelling fix from @jsoref
* [Minor] Plug some leaks on error pathsVsevolod Stakhov2021-09-181-1/+2
| | | | Found by: coverity scan
* [Minor] Fix exit codes usage to POSIX portable EXIT_FAILUREVsevolod Stakhov2021-08-291-1/+1
|
* [Minor] Do not refork old workers that are due to be terminatedVsevolod Stakhov2021-07-281-3/+2
|
* [Minor] Log pid file on daemoniseVsevolod Stakhov2021-06-081-2/+3
|
* [Fix] Save symcache on exitVsevolod Stakhov2021-04-151-0/+4
|
* [Minor] Block control signals on startVsevolod Stakhov2021-02-091-2/+11
|
* [Minor] Log starting sequenceVsevolod Stakhov2021-02-091-0/+5
|
* [Fix] Fix logging for rspamadmVsevolod Stakhov2021-01-061-1/+1
|
* [Minor] Fix some compiler warningsDuncan Bellamy2020-12-291-1/+1
|
* [Rework] Distinguish between strict config test modeVsevolod Stakhov2020-12-261-2/+6
|
* [Feature] Use own daemonization routineVsevolod Stakhov2020-11-061-3/+61
|
* [Minor] Another try to fix reuseport damageVsevolod Stakhov2020-09-171-4/+2
|
* [Minor] Another fix of reload caseVsevolod Stakhov2020-09-031-2/+18
|
* [Minor] Terminate old workers after new workers are spawnedVsevolod Stakhov2020-09-021-3/+2
|
* [Minor] Remove some useless includesVsevolod Stakhov2020-06-271-6/+0
|
* [Project] Do not listen sockets in the main processVsevolod Stakhov2020-06-091-2/+5
|
* [Project] Preliminary usage of the reuseportVsevolod Stakhov2020-06-091-2/+4
|
* [Minor] Add flags to listen socket creationVsevolod Stakhov2020-06-091-3/+3
|
* [Minor] Add flag for systemd socketsVsevolod Stakhov2020-06-091-0/+1
|
* [Minor] Close sockets that do not belong to a current workerVsevolod Stakhov2020-06-091-4/+6
|
* [Minor] Show count of workers to be killedVsevolod Stakhov2020-03-311-1/+2
|
* [Minor] Try harder to avoid races on child terminationVsevolod Stakhov2020-03-281-0/+3
|
* [Minor] Do not use signalfd - it is totally broken in libevVsevolod Stakhov2020-03-261-2/+1
|
* [Fix] Try hard to deal with ghost workersVsevolod Stakhov2020-03-261-0/+1
|
* [Minor] Segfault for some configuration.Thierry Fournier2020-03-101-2/+7
| | | | | | | | | | | When the configuration file contains only these two lines, rspamd try to send log which announce that it can bind the soket, but "bind_conf" is NULL and it is dereferenced, so we have a segfault. worker "normal" { } This patch fix the segfault.
* [Minor] --var doesn't workThierry Fournier2020-03-071-0/+5
| | | | | | | | | | | | | | | | | We can add varaibels on the command line after argument or using --var parameter. When --var is used, an assertion is triggered: ./rspamd.install/bin/rspamd --var LOGDIR=/tmp/ (rspamd:7171): GLib-CRITICAL **: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed The hash table is not initialized, because the table is initialized after the argument parser. This patch initialize the hash table on demand. Note: the patch is tested on 1.9 version and not on master, because I can't compile the master branch. Note: I suggest to backport the patch on 1.9 version
* [Minor] Fix strict config checksVsevolod Stakhov2020-02-211-2/+2
|
* [Fix] Support listening on systemd sockets by namePeter Wu2020-02-151-11/+40
| | | | | | | | | * Add support for looking up sockets by the systemd socket name, e.g. `systemd:rspamd-proxy.socket` or the name from `FileDescriptorName`. https://www.freedesktop.org/software/systemd/man/sd_listen_fds.html * Replace EOVERFLOW error code to avoid confusing error messages. Fixes: #2035
* [Minor] Fix daemonisation...Vsevolod Stakhov2020-02-141-3/+8
|
* [Rework] Further project structure reorganisationVsevolod Stakhov2020-02-111-10/+46
|
* [Rework] Logger: Fix issues found so farVsevolod Stakhov2020-02-101-31/+28
|
* [Rework] More logger refactoringVsevolod Stakhov2020-02-101-4/+1
|
* [Minor] Remove some old unused crapVsevolod Stakhov2020-02-071-6/+0
|
* [Project] Support mempool flagsVsevolod Stakhov2019-12-231-1/+1
|
* [Minor] Improve loggingVsevolod Stakhov2019-11-121-1/+1
|
* [Rework] Rework final scripts logicVsevolod Stakhov2019-11-071-6/+2
|
* [Feature] Shutdown timeout is now associated with task timeoutVsevolod Stakhov2019-11-061-25/+20
|
* [Minor] Slightly improve logging in case of terminationVsevolod Stakhov2019-11-041-5/+7
|
* [Feature] Allow to explicitly set events backendVsevolod Stakhov2019-10-271-32/+9
|
* [Feature] Improve logging locking logic (remove it actually)Vsevolod Stakhov2019-10-071-3/+0
|
* [Minor] Improve logging reopeningVsevolod Stakhov2019-10-071-0/+1
|
* [Fix] Fix hearbeats restart issueVsevolod Stakhov2019-10-041-7/+41
|
* [Minor] Remove unused struct timevalVsevolod Stakhov2019-10-041-3/+0
|