1
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Log scan time and scan length of messages * Remove 2 memory leaks More... over 16 years ago
* Fix multiply accept issues More... over 16 years ago
* Polish socket utility functions More... over 16 years ago
* Fix bug in expressions parser and optimizer More... over 16 years ago
* Fix issue with including sys/uio.h for writev and readv More... over 16 years ago
* Fix many compile time warnings and polish code More... over 16 years ago
* Fix obtaining of content-type More... over 16 years ago
* Add functions to operate with content-type header and describe them in documentation More... over 16 years ago
* Fix expression optimizator More... over 16 years ago
* Fix XS module to work with current type of memory allocation More... over 16 years ago
* Use pool allocator for temp strings in headers More... over 16 years ago
* Add smart handling of message headers More... over 16 years ago
* Fix variable substitution * Add new command line parameter '-V' allowing to dump all variables of rspamd More... over 16 years ago
* Fix error in expression parser that causes bad errors with expressions that have regexp at the end * Improve test for fuzzy hashes * Add new object - TextPart to perl XS library that allows access to stripped parts and fuzzy hashes * Add documentation for expressions parser and fot Mail::Rspamd::TextPart * Allways calculate fuzzy hash for text parts * Store text parts separately from other parts * Add compare_parts_distance for expressions that calculates difference in 2 parts messages * Do not try to substitute variables in empty strings More... over 16 years ago
* Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash) * Add test case for fuzzy hashing check More... over 16 years ago
* Misprint in optimizer function More... over 16 years ago
* Fix bug in redirector * Do not write info about redirects to log file as this info is already in redirector's log file More... over 16 years ago
* Add optimization support for regexps More... over 16 years ago
* Add functions support to rspamd regexps * Parse expressions with state machine which allows different kinds of arguments in expressions * Fix test to accord current data * Add support of fucntions to regexp module * Move all regexp logic to separate file, describe its API * Fix descriptors leakage in surbl module More... over 16 years ago
* While printing symbols list on log strip last ',' from logline More... over 16 years ago
* With flag -t syntax of modules variables is also inspected * Set "C" locale on start to avoid some troubles with logging More... over 16 years ago
* Allow escaped quotes in quoted strings, for example "\"some string\"" * Add warnings when we got errors while parsing rexeps More... over 16 years ago
* Add ability to match raw headers * Update documentation More... over 16 years ago
* Add functions to parse headers and urls into statfile tokens More... over 16 years ago
* Fix reload logic * Create listen sock for lmtp in main processes dispatcher to allow multiply lmtp workers * Fix logic of logging More... over 16 years ago
* Add ability to configure sections in statfiles * Add ability to define variables in modules blocks * Add symbolic aliases for statfile sections More... over 16 years ago
* Some fixes to regexp module * Add documentation for rspamd regexp module More... over 16 years ago
* Add sections support to rspamd statfiles API * Change logic of statfile pool: - statfiles hash is no longer shared hash as we have per-process uniq things like current section or offset in statfile - introduce shared hash of statfiles mmapped areas to avoid multiply mmaps of the same file More... over 16 years ago
* Add log line for each message in SA style More... over 16 years ago
* Fix FreeBSD start script for redirector More... over 16 years ago