aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-87/+55
* * Add ability to specify pid file from command line (for rc scripts)Vsevolod Stakhov2009-12-211-3/+11
* * Add limits support to each worker (max open files and max core size)Vsevolod Stakhov2009-12-181-0/+27
* * Fix symbols cache (init lua filters before symbols cache initialization)Vsevolod Stakhov2009-12-141-10/+10
* * Adopt printf function from nginx for comfortable printing of some data type...Vsevolod Stakhov2009-11-301-14/+16
* * SI_ code macroses are not BSD compatible, avoid using themVsevolod Stakhov2009-11-051-24/+2
* * Add more advanced signal processing routineVsevolod Stakhov2009-11-051-3/+84
* * Add ability to add maps from lua scripts and access theirs elementsVsevolod Stakhov2009-11-021-18/+18
* * Implement new system of managing rspamd processesVsevolod Stakhov2009-10-301-77/+60
* * Fix an issue with workers spawningVsevolod Stakhov2009-10-291-1/+2
* * Retab, no functional changesVsevolod Stakhov2009-10-021-269/+260
* * Cleanify logic of processes dispatcherVsevolod Stakhov2009-09-211-39/+61
* * Fix -C flag with lua enabledVsevolod Stakhov2009-09-161-0/+3
* * Reorganze lua support in rspamdVsevolod Stakhov2009-08-311-1/+1
* * Use buffered IO for loggingVsevolod Stakhov2009-08-251-1/+4
* * Migrate fuzzy storage to use UDP instead of TCPVsevolod Stakhov2009-08-251-4/+6
* * Fix process dispatcherVsevolod Stakhov2009-08-201-4/+6
* * Implement fuzzy hashes storage workerVsevolod Stakhov2009-07-271-1/+9
* * Fix some more bugsVsevolod Stakhov2009-07-231-2/+2
* * Make modules disableable from configVsevolod Stakhov2009-07-231-9/+30
* * Add http maps supportVsevolod Stakhov2009-07-211-1/+1
* * Fix stupid error with memory copyingVsevolod Stakhov2009-07-161-2/+2
* * Fix order of flags parsingVsevolod Stakhov2009-07-151-25/+26
* * Add -C flag to dump cache contentVsevolod Stakhov2009-07-151-4/+33
* * Fix symbol planning, add cache_file directive to config fileVsevolod Stakhov2009-07-141-1/+3
* * Rework the whole filters systemVsevolod Stakhov2009-07-131-0/+10
* * Introduce new system of workers spawning and configuring, now rspamd can be...Vsevolod Stakhov2009-06-171-65/+69
* * Use own logging system to use static logging buffer instead of dynamically ...Vsevolod Stakhov2009-06-161-0/+4
* * Move event and gmime init to mainVsevolod Stakhov2009-05-051-0/+2
* * Enable counters interfaceVsevolod Stakhov2009-05-051-2/+8
* * Fix shared hashes avoiding its resizingVsevolod Stakhov2009-05-041-1/+1
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-0/+5
* * Fix daemon (3) callVsevolod Stakhov2009-04-301-1/+1
* * Enable gprof supportVsevolod Stakhov2009-04-291-2/+1
* * Fix variables substitutionVsevolod Stakhov2009-04-221-1/+0
* * Try to convert each text part of messages to utf8 to avoid problems with re...Vsevolod Stakhov2009-04-151-0/+6
* * Add message handling functions to lua APIVsevolod Stakhov2009-03-301-0/+9
* * Add initial LUA filters supportVsevolod Stakhov2009-03-271-2/+7
* * Add ability to build rspamd without perl supportVsevolod Stakhov2009-03-271-2/+12
* * Fix variable substitutionVsevolod Stakhov2009-03-241-24/+59
* * With flag -t syntax of modules variables is also inspectedVsevolod Stakhov2009-03-191-11/+28
* * Fix reload logicVsevolod Stakhov2009-03-131-59/+103
* * Drop privilleges immideately after creating of listen socketVsevolod Stakhov2009-03-041-23/+23
* * Add ability to fork multiply lmtp workersVsevolod Stakhov2009-03-031-21/+107
* * Unify socket creation and accepting by using utility functionsVsevolod Stakhov2009-03-031-2/+2
* * Remove %m from logging it seems to be unsupported by FreeBSD printf versionVsevolod Stakhov2009-03-021-5/+5
* * Fix logging when process is startingVsevolod Stakhov2009-02-261-1/+13
* * Add initial LMTP support and LDA delivery to rspamdVsevolod Stakhov2009-02-241-3/+14
* * Improve logger initializationVsevolod Stakhov2009-02-181-42/+66
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-161-20/+2