]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2022-11-19 Vsevolod Stakhov[Project] Unify callbacks invocation
2022-11-19 Vsevolod Stakhov[Project] Implement basic http query
2022-11-19 Vsevolod Stakhov[Minor] Use upstreams for external maps
2022-11-19 Vsevolod Stakhov[Minor] Logging neat
2022-11-19 Vsevolod Stakhov[Project] Implement basic configuration
2022-11-19 Vsevolod Stakhov[Project] Add schema for external maps
2022-11-19 Vsevolod Stakhov[Minor] Also allow to pass callback in the `get_key...
2022-11-19 Vsevolod Stakhov[Project] Allow to pass callbacks to maps configuration
2022-11-18 Vsevolod Stakhov[Minor] Remove unused method
2022-11-17 Vsevolod Stakhov[Minor] Try to fix potential off-by-one error
2022-11-16 Vsevolod Stakhov[Fix] Add O_CREAT flag when creating a file
2022-11-15 Vsevolod Stakhov[Test] Add another used domain
2022-11-15 Vsevolod Stakhov[Test] Fix test tlds
2022-11-15 Vsevolod Stakhov[Test] Define short tld file for tests
2022-11-15 Vsevolod Stakhov[Test] Fix multiple test issues
2022-11-15 Vsevolod StakhovMerge pull request #4335 from fatalbanana/dont_use_luaj...
2022-11-14 Andrew Lewis[Minor] debian package: disable luajit on arm64 4335/head
2022-11-13 Vsevolod StakhovMerge pull request #4334 from yo000/master
2022-11-13 yoRemoves useless index 4334/head
2022-11-13 yometadata_exporter http pusher: Extend valid return...
2022-11-12 Vsevolod Stakhov[Minor] Add a simple check when trying to parse urls...
2022-11-11 Vsevolod Stakhov[Minor] Fix build on 32bit platforms
2022-11-11 Vsevolod Stakhov[CritFix] Deserialise hyperscan to the page-aligned...
2022-11-08 Vsevolod Stakhov[Minor] Pet luacheck
2022-11-08 Vsevolod StakhovMerge pull request #4327 from arkamar/tmpdir
2022-11-08 Petr Vaněk[Test] use TMPDIR if available for mkstemp tests 4327/head
2022-11-08 Vsevolod StakhovMerge pull request #4328 from jonmoesli/master
2022-11-08 jonmoesliRemove whitespaces from empty line 4328/head
2022-11-07 jonmoesli[Feature] Enable Mime part filters on antivirus module
2022-11-07 Petr Vaněk[Test] Do not use hardcoded path for sqlite3 tests
2022-11-06 Vsevolod StakhovMerge pull request #4326 from moisseev/webui
2022-11-05 moisseev[Test] Fix ESLint 4326/head
2022-11-05 moisseev[WebUI] Add legacy history version badge
2022-11-05 Vsevolod StakhovMerge pull request #4323 from arkamar/lua_util/unittest...
2022-11-05 Petr Vaněk[Test] Remove test case with non-deterministic result 4323/head
2022-11-04 Vsevolod Stakhov[Minor] Get rid of some compiler warnings
2022-11-03 Vsevolod Stakhov[Minor] Add size to the metadata exporter
2022-11-02 Vsevolod Stakhov[Minor] Move checks to the correct branch
2022-11-02 Vsevolod Stakhov[Fix] Honor group flag for one shot
2022-11-02 Vsevolod Stakhov[Minor] Update version to 3.5
2022-11-01 Vsevolod StakhovRelease 3.4 3.4
2022-10-31 Vsevolod Stakhov[Minor] Set crash handler all the time
2022-10-31 Vsevolod Stakhov[Minor] Restore non-blocking semantics for the control...
2022-10-31 Vsevolod Stakhov[Minor] Reserve some more bytes
2022-10-30 Vsevolod Stakhov[Minor] Simplify legacy calls via glib
2022-10-29 Vsevolod Stakhov[Test] Add a test for SUBJECT_HAS_CURRENCY rule
2022-10-29 Vsevolod Stakhov[Minor] Use unicode property for currency detection
2022-10-29 Vsevolod Stakhov[Minor] Slightly improve the documentation
2022-10-29 Vsevolod Stakhov[Minor] Plug memory leak for sigaltstack
2022-10-29 Vsevolod Stakhov[Minor] Fix static memory leak in redis stat
2022-10-29 Vsevolod Stakhov[Minor] Add static log tag for hyperscan cache
2022-10-28 Vsevolod Stakhov[Rules] Do not insert ONCE_RECEIVED_STRICT on RDNS...
2022-10-27 Vsevolod Stakhov[Minor] Remove unused variable
2022-10-26 Vsevolod Stakhov[Fix] Fix additional fields in the Redis schema
2022-10-25 Vsevolod Stakhov[Test] Fix broken tests
2022-10-25 Vsevolod Stakhov[Minor] Another small neat
2022-10-25 Vsevolod Stakhov[Fix] Another corner case in url parsing
2022-10-25 Vsevolod Stakhov[Fix] Try to fix parsing of the unencoded `>` character...
2022-10-25 Vsevolod Stakhov[Minor] Add small additional logging
2022-10-25 Vsevolod Stakhov[Project] Enable hyperscan tools for re_cache
2022-10-25 Vsevolod Stakhov[Minor] Fix offset usage
2022-10-24 Vsevolod Stakhov[Project] Allow offsets in the hyperscan cache
2022-10-24 Vsevolod Stakhov[Minor] Allow to map files at some offset
2022-10-23 Vsevolod Stakhov[Minor] Improve logging
2022-10-23 Vsevolod Stakhov[Minor] Normalise file names
2022-10-23 Vsevolod Stakhov[Minor] Some tweaks to the cmake scripts
2022-10-23 Vsevolod Stakhov[Rework] Make http normalize path function a generic...
2022-10-23 Vsevolod Stakhov[Project] Rework cleanup
2022-10-23 Vsevolod Stakhov[Project] Synchronize hyperscan caches via the main...
2022-10-23 Vsevolod Stakhov[Rework] Use blocking socket for IPC between main and...
2022-10-23 Vsevolod Stakhov[Rework] Use more predictable size for commands buffers
2022-10-23 Vsevolod Stakhov[Minor] Use seqpacket for control pipes
2022-10-22 Vsevolod Stakhov[Feature] Milter_headers: Add `x-rspamd-action` routine
2022-10-22 Vsevolod Stakhov[Rework] Convert multipattern to use hyperscan tools
2022-10-22 Vsevolod Stakhov[Project] Start C API implementation
2022-10-22 Vsevolod Stakhov[Minor] Fix corner cases
2022-10-22 Vsevolod Stakhov[CritFix] Restore compatibility with the integrations...
2022-10-21 Vsevolod Stakhov[Minor] Do not sort part urls, it was added by a mistake
2022-10-21 Vsevolod Stakhov[Fix] Lua_tcp: Sigh, another try to fix `close` invocation
2022-10-20 Vsevolod Stakhov[Minor] Fix url_cmp operation
2022-10-20 Vsevolod Stakhov[Minor] Remove vectorized hyperscan mode: it has been...
2022-10-19 Vsevolod StakhovMerge pull request #4308 from frederikbosch/patch-1
2022-10-19 Vsevolod Stakhov[Fix] Mx_check: Cache the fact of a missing MX record
2022-10-18 Vsevolod Stakhov[Rules] Reduce score of HTTP_TO_HTTPS - subject to...
2022-10-18 Vsevolod Stakhov[Minor] Use __func__ in c++ mode as defined by standard
2022-10-18 Vsevolod Stakhov[Minor] Fix error copying/move behaviour
2022-10-17 Vsevolod Stakhov[Minor] Use a separate error class instead of std:...
2022-10-17 Vsevolod Stakhov[Minor] Rename file to a more appropriate name
2022-10-17 Frederik BoschUpdate composites.conf 4308/head
2022-10-16 Vsevolod Stakhov[Rework] Store the current worker, so other libraries...
2022-10-16 Vsevolod Stakhov[Minor] Move hyperscan tools to the libserver domain
2022-10-16 Vsevolod Stakhov[Project] (Re)implement hyperscan caching
2022-10-16 Vsevolod Stakhov[Minor] More tests and fixes to raii file
2022-10-15 Vsevolod Stakhov[Minor] Add some more utilities
2022-10-15 Vsevolod Stakhov[Minor] Commit leftovers
2022-10-15 Vsevolod Stakhov[Rework] Split locked and unlocked files, as mmap does...
2022-10-13 Vsevolod Stakhov[Fix] Another try to fix close method in lua_tcp
2022-10-13 Vsevolod Stakhov[Minor] Add some debug logs for mx_check
2022-10-12 Vsevolod StakhovMerge pull request #4304 from twesterhever/temp-comosit...
2022-10-12 Frederik BoschComposites should not be recursive
next