aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Add a simple script to learn fann from rspamd logsVsevolod Stakhov2015-12-221-0/+245
|
* Fix csv issues.Vsevolod Stakhov2015-10-211-7/+8
|
* Add CSV output for http-benchVsevolod Stakhov2015-10-212-12/+31
|
* Allow static key for a serverVsevolod Stakhov2015-10-211-4/+17
|
* Fix multiple sigchld processingVsevolod Stakhov2015-10-201-4/+4
|
* Rework test framework to use timeout instead of tests numberVsevolod Stakhov2015-10-201-48/+81
|
* Allow writing latencies to a separate fileVsevolod Stakhov2015-10-201-0/+18
|
* Fix variable in command line optionsVsevolod Stakhov2015-10-201-1/+1
|
* Rework benchmark to processes from threadsVsevolod Stakhov2015-10-202-56/+109
|
* Implement batch accept in server.Vsevolod Stakhov2015-10-202-20/+28
|
* Implement benchmark.Vsevolod Stakhov2015-10-202-2/+252
|
* Fix benchmarking serverVsevolod Stakhov2015-10-202-9/+14
|
* Add a simple http server for benchmarksVsevolod Stakhov2015-10-203-0/+353
|
* Sort dependencies.Vsevolod Stakhov2015-06-161-4/+2
|
* Store partial results in memcached.Vsevolod Stakhov2015-06-161-2/+11
|
* Fix loops in POE.Vsevolod Stakhov2015-06-161-4/+1
|
* Reformat redirector code (no functional changes).Vsevolod Stakhov2015-06-161-385/+443
|
* Fix numerous issues with redirector startup.Vsevolod Stakhov2015-06-161-22/+34
|
* Fix shebang.Vsevolod Stakhov2015-06-161-1/+1
|
* Update->addVsevolod Stakhov2015-06-161-2/+2
|
* Fix digest invocation.Vsevolod Stakhov2015-06-161-4/+4
|
* Fix variable name.Vsevolod Stakhov2015-06-161-1/+1
|
* Fix issues with redirector HTTP response.Vsevolod Stakhov2015-06-161-18/+30
|
* Do not store redirects to the same url.Vsevolod Stakhov2015-04-211-3/+6
|
* Cleanup.Vsevolod Stakhov2014-01-296-350/+0
|
* Remove dependency on deprecated Digest::SHA256.Vsevolod Stakhov2011-12-061-4/+3
|
* Fix statshow utility.Vsevolod Stakhov2011-06-271-2/+3
|
* * Skip short utf words in statisticsVsevolod Stakhov2011-06-031-4/+4
|
* Fix dependencies in cmake.Vsevolod Stakhov2011-05-111-1/+0
|
* * Rework build process:Vsevolod Stakhov2011-05-102-32/+46
| | | | | | | | | | - add librspamdserver - link this library to all daemons and utils of rspamd - use subdirectories more often * Rework global variables logic - move them to the main process * Fix logging to handle utf-8 correctly * Add statshow utility and make it working * Move printf functions to separate source file
* * Major cleanup of cmake build systemVsevolod Stakhov2011-05-065-127/+291
| | | | | | * Add initial version of statshow utility for statfiles debugging * Add debugging for statistics * Remove unused utilities
* Implement checking options for modulesVsevolod Stakhov2010-12-131-0/+11
| | | | | | Implement checking for classifier options Fix redirector to handle timeouts and invalid replies properly Fix surbl module not to check each url
* * Use syslog for loggingVsevolod Stakhov2010-10-061-92/+61
| | | | | * Reworking logging logic * Fixes some tabulation
* * Improve definitions of redirector domainsVsevolod Stakhov2010-10-011-1/+14
| | | | | | * Add support of regexp to check only specific urls for each domains * Check redirector in trie and not extract specific domains parts * Add POE errors handling for redirector
* * Call has_forked method to inform POE about forkVsevolod Stakhov2010-07-131-1/+4
|
* * Some improvements to redirectorVsevolod Stakhov2010-07-131-7/+29
|
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-3/+0
| | | | | | | | | - independent and customizeable buffering - line buffering - errors handling support - custom (ip based) debug - append function name automaticaly (based on __FUNCTION__) - add some logic to logs system
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-141-0/+2
| | | | | | | * Fix sample config * Fix compile warnings * Fix building without lua support * Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh)
* * One more fix to default redirector's settingsVsevolod Stakhov2009-07-281-1/+0
|
* * Add new map 'redirector_hosts_map' for determining which hosts should be ↵Vsevolod Stakhov2009-07-281-1/+0
| | | | checked with redirector
* * Avoid using static variables for callbacksVsevolod Stakhov2009-06-261-1/+1
| | | | * Do not write to redirector logs not checked urls
* * Rework url parsing algorithmsVsevolod Stakhov2009-06-021-111/+19
| | | | | | | * Adopt all parts of rspamd for new url parser * Improve url-extracter utility by avoiding cut&paste of mime parsing * Small fixes to rspamc client * Bump version to 0.1.3
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-042-0/+3
| | | | * Fix shared hashes
* * Add expression parser utilityVsevolod Stakhov2009-04-271-0/+50
| | | | * Temporaly switch off expression optimizer as it should be reworked
* * Fix urls extracting, avoid code repeatingVsevolod Stakhov2009-04-171-2/+2
|
* * Fixes to redirector:Vsevolod Stakhov2009-03-111-58/+68
| | | | | | | - move memcached servers setting to config hash - eval config file before any actions - move daemonization code after all subs - fix searching in domains for redirector's check
* * Fix redirector connection procedureVsevolod Stakhov2009-03-101-2/+47
| | | | | | | | * Add more strict login * Add new header Queue-ID to protocol * Log message id or queue id * Add config file for redirector * Add ability to set regexp and domains list to check with redirector
* * Fix initialization procedure of redirectorVsevolod Stakhov2009-03-061-8/+7
| | | | * Do not write to log file if we cannot open it
* * Change method of dropping privillegesVsevolod Stakhov2009-03-041-4/+8
|
* * Add ability to fork multiply lmtp workersVsevolod Stakhov2009-03-031-0/+447
| | | | | | | * Add ability to drop privilleges of rspamd processes * Add ability to install redirector with rspamd * Add FreeBSD start scripts for rspamd and redirector * Remove command line parsing from util.c as it has specific usage only in main process