]> git.ipfire.org Git - thirdparty/rspamd.git/shortlog
thirdparty/rspamd.git
2015-03-20  Andrew LewisAdd IPv6 loopback to secure_ip setting 236/head
2015-03-20  Vsevolod StakhovFix implicit arrays handling in string list parsing.
2015-03-20  Vsevolod StakhovAllow multiple values for `secure_ip` option.
2015-03-19  Vsevolod StakhovMerge pull request #233 from fatalbanana/master
2015-03-19  Andrew LewisRemove upstart job from Debian package (because it... 233/head
2015-03-19  Vsevolod StakhovAdd unit tests for expressions processing.
2015-03-19  Vsevolod StakhovFix processing of a single element.
2015-03-19  Vsevolod StakhovFix + expressions optimizations.
2015-03-19  Vsevolod StakhovFix parsing of limits.
2015-03-19  Vsevolod StakhovSelect operand on OR operation.
2015-03-19  Vsevolod StakhovFix issues when calling for process atoms.
2015-03-19  Vsevolod StakhovAdd lua-expr:process method.
2015-03-19  Vsevolod StakhovFinish expression evaluation.
2015-03-19  Vsevolod StakhovMerge pull request #230 from fatalbanana/master
2015-03-19  Andrew LewisFix luajit/lua headers confusion 230/head
2015-03-19  Vsevolod StakhovMerge pull request #229 from fatalbanana/master
2015-03-19  Andrew LewisFix debian/control 229/head
2015-03-19  Andrew LewisFix finding headers from luajit
2015-03-19  Vsevolod StakhovWrite optimizator for plus operator.
2015-03-19  Vsevolod StakhovPrefer processed elements during optimizations.
2015-03-18  Vsevolod StakhovMerge pull request #227 from dottedmag/master
2015-03-18  Mikhail GusarovPull changelogs from rspamd-0.8 227/head
2015-03-18  Vsevolod StakhovFix references.
2015-03-18  Vsevolod StakhovFix length when parsing ip4/ip6.
2015-03-18  Vsevolod StakhovFix some more issues in spf.
2015-03-18  Vsevolod StakhovFix issues in spf plugin.
2015-03-18  Vsevolod StakhovUse const pointer for LRU cache search.
2015-03-18  Vsevolod StakhovFix errors.
2015-03-18  Vsevolod StakhovMerge branch 'spf-rework'
2015-03-18  Vsevolod StakhovFix refcounts.
2015-03-18  Vsevolod StakhovFix spf plugin.
2015-03-18  Vsevolod StakhovRework flattening and callback logic.
2015-03-18  Vsevolod StakhovRework plain ip6/ip4 parsing.
2015-03-18  Vsevolod StakhovAdd records flattening logic.
2015-03-18  Vsevolod StakhovRework DNS callback.
2015-03-18  Vsevolod StakhovUnify hostmask parsing.
2015-03-18  Vsevolod StakhovFix parsing routines.
2015-03-18  Vsevolod StakhovStart rework for spf structures.
2015-03-18  Vsevolod StakhovRework address matching algorithm in SPF plugin.
2015-03-18  Vsevolod Stakhov2 more test cases.
2015-03-18  Vsevolod StakhovAdd more unit tests.
2015-03-18  Vsevolod StakhovUse reft-associativity by default for all ops.
2015-03-18  Vsevolod StakhovTreat '+' as operator symbol.
2015-03-18  Vsevolod StakhovInitialize state.
2015-03-17  Vsevolod StakhovFix more issues in expressions parser.
2015-03-17  Vsevolod StakhovFix expressions unit test.
2015-03-17  Vsevolod StakhovMerge pull request #225 from fatalbanana/master
2015-03-17  Vsevolod StakhovAdd specific workaround for debian. 225/head
2015-03-17  Vsevolod StakhovReiterate on systemd.
2015-03-17  Andrej ZverevUse Systemd for Linux family and SysV for other systems.
2015-03-17  Vsevolod StakhovMore to lazy evaluation logic.
2015-03-17  Vsevolod StakhovAdd processing for AND, NOT and OR operations.
2015-03-17  Andrew LewisAdapt debian/control for 0.9.x
2015-03-17  Vsevolod StakhovMerge branch 'new-expr'
2015-03-17  Vsevolod StakhovDistinguish between logic and arithmetic ops.
2015-03-17  Vsevolod StakhovAdd lua unit test for expressions.
2015-03-17  Vsevolod StakhovAdd LUA api for expressions.
2015-03-17  Vsevolod StakhovConstify subr structure.
2015-03-17  Andrew LewisTry include rspamd.conf.local.override with high priority
2015-03-17  Mikhail GusarovRemove obsolete conffiles on upgrade
2015-03-17  Mikhail GusarovExplicitly set tmpdir in config file
2015-03-17  Mikhail GusarovWork around Debian mishandling of systemd socket-activa...
2015-03-17  Mikhail GusarovFix syntax error in worker-normal.inc
2015-03-17  Mikhail GusarovBump Standards-Version
2015-03-17  Mikhail GusarovFix installing conf/ files
2015-03-17  Mikhail GusarovReorganize configuration files for systemd
2015-03-17  Vsevolod StakhovAllow to check mempool on any position in the stack.
2015-03-17  Vsevolod StakhovAdd conversion from expr to string.
2015-03-17  Vsevolod StakhovAdd destruction routine for exprs and atoms.
2015-03-17  Vsevolod StakhovAdd expressions parsing code.
2015-03-17  Vsevolod StakhovAdd utility functions.
2015-03-17  Vsevolod StakhovAdd skeleton for the new expressions.
2015-03-17  Vsevolod StakhovSOL_IPV6 is not defined on Darwin.
2015-03-16  Vsevolod StakhovFix redis invocation and timeouts from lua.
2015-03-16  Vsevolod StakhovTerminate connection if got EOF on HTTP.
2015-03-16  Vsevolod StakhovImport spec tunes from OBS.
2015-03-15  Vsevolod StakhovUnbreak 32bit declarations.
2015-03-14  Vsevolod StakhovAdd inet addr unit test.
2015-03-14  Vsevolod StakhovFix upstream test.
2015-03-14  Vsevolod StakhovUse __get_cpuid if available.
2015-03-13  Vsevolod StakhovMerge pull request #221 from fatalbanana/master
2015-03-13  Vsevolod StakhovDo not check uninitialized bytes.
2015-03-13  Vsevolod StakhovCheck boundary prior to dereferencing.
2015-03-13  Vsevolod StakhovSet length accordingly to stipped size.
2015-03-13  Vsevolod StakhovAdd default host and helo for a client.
2015-03-13  Vsevolod StakhovAdd workaround for certain types of urls.
2015-03-13  Andrew LewisAdd rspamd.sysvinit.conf to RPM packaging list 221/head
2015-03-13  Vsevolod StakhovCleanup shit.
2015-03-13  Vsevolod StakhovFixes to spec.
2015-03-13  Vsevolod StakhovAdd specific workaround for debian.
2015-03-13  Vsevolod StakhovReiterate on systemd.
2015-03-13  Vsevolod StakhovMerge pull request #219 from fatalbanana/master
2015-03-13  Vsevolod StakhovTry to workaround V6_V6ONLY.
2015-03-13  Andrew LewisRPM: Clean up and unbreak future upgrades on Fedora... 219/head
2015-03-13  Vsevolod StakhovFix sockets initialization.
2015-03-13  Andrew LewisRPM: move patch out of wrong part of specfile
2015-03-12  Vsevolod StakhovFix sorting order and unit test for upstreams.
2015-03-12  Vsevolod StakhovFix order of upstream in test rotation.
2015-03-12  Vsevolod StakhovMerge pull request #214 from fatalbanana/master
2015-03-12  Vsevolod StakhovMerge branch 'inet_addr-rework'
next