index
:
rspamd.git
external-maps
libev-migration
log_json
master
mime-rework
rdns-tcp-rework
rework-symcache
rspamd-0.5
rspamd-0.6
rspamd-0.7
rspamd-0.8
rspamd-0.9
rspamd-1.0
rspamd-1.1
rspamd-1.2
rspamd-1.3
rspamd-1.4
rspamd-1.5
rspamd-1.6
rspamd-1.9
rspamd-3.10
rspamd-3.7
rspamd-3.8
rspamd-3.9
torch-removal
vstakhov-anonymize-mime
vstakhov-another-grow-factor-fix
vstakhov-ci-try
vstakhov-conf-reorg
vstakhov-cpu-detection
vstakhov-cumulative-tcp-timeout
vstakhov-fasttext-langdet
vstakhov-fix-2047-encode
vstakhov-fix-dcc
vstakhov-fuzzy-cxx
vstakhov-fuzzy-limits-display
vstakhov-fuzzy-noop
vstakhov-fuzzy-tcp
vstakhov-gpt-ollama
vstakhov-keypair-encoding
vstakhov-known-senders
vstakhov-llm-anonymize
vstakhov-llm-embeddings
vstakhov-lua-shingles
vstakhov-lua-text-api
vstakhov-new-hiredis
vstakhov-openssl-provider-message
vstakhov-redis-pool-fixes
vstakhov-remove-control-block
vstakhov-some-build-fixes
vstakhov-ssl-fixes
vstakhov-stringzilla
vstakhov-strip-attachments
vstakhov-surbl-conf-fix
vstakhov-universal-hashing-lua
vstakhov-utf8-mime
vstakhov-zstd-headers
Rapid spam filtering system: https://github.com/rspamd/rspamd
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Minor] Support ucontext on osx
Vsevolod Stakhov
2018-08-26
1
-0
/
+2
*
[Minor] Improve virtual ticks obtaining methods
Vsevolod Stakhov
2018-08-26
2
-5
/
+26
*
[Minor] check if required parameters are set when calling tcp:request()
Mikhail Galanin
2018-08-24
1
-2
/
+9
*
[Minor] Fix setting utf raw content
Vsevolod Stakhov
2018-08-24
1
-0
/
+3
*
Merge pull request #2441 from negram/coroutines-to-finish-periodic-onload
Vsevolod Stakhov
2018-08-24
9
-208
/
+213
|
\
|
*
[Minor] no to misleading comments
Mikhail Galanin
2018-08-24
1
-1
/
+1
|
*
[Minor] Reworked clickhouse routines using new API
Mikhail Galanin
2018-08-24
1
-105
/
+70
|
*
[Minor] call periodic, finish and on_load via coroutine
Mikhail Galanin
2018-08-24
4
-64
/
+77
|
*
[Minor] Split lua_thread_pool_get on lua_thread_pool_get_for_task/lua_thread_...
Mikhail Galanin
2018-08-24
6
-39
/
+66
*
|
Merge pull request #2439 from negram/parameters-check
Vsevolod Stakhov
2018-08-23
1
-0
/
+3
|
\
\
|
*
|
[Minor] Parameters check: either config or task should be set
Mikhail Galanin
2018-08-23
1
-0
/
+3
|
|
/
*
|
[Project] Further changes in unicode operations
Vsevolod Stakhov
2018-08-23
5
-73
/
+252
*
|
[Project] Start unicode rework
Vsevolod Stakhov
2018-08-23
7
-39
/
+55
|
/
*
[Minor] Fix misprint
Vsevolod Stakhov
2018-08-23
1
-1
/
+1
*
[Minor] Implement better support of indexes in adding of headers
Vsevolod Stakhov
2018-08-23
1
-0
/
+13
*
[Minor] Store full order of headers in milter mode
Vsevolod Stakhov
2018-08-23
2
-35
/
+67
*
Merge pull request #2438 from negram/add-coroutine-to-http
Vsevolod Stakhov
2018-08-23
7
-141
/
+300
|
\
|
*
[Minor] Added coroutine support to HTTP module
Mikhail Galanin
2018-08-23
5
-27
/
+123
|
*
[Minor] Move resume/yield methods into appropriate place
Mikhail Galanin
2018-08-22
5
-119
/
+182
*
|
[Feature] Support adding and deletion of recipients in the milter block
Vsevolod Stakhov
2018-08-23
1
-0
/
+28
*
|
[Minor] Allow to disable learn cache
Vsevolod Stakhov
2018-08-22
1
-7
/
+13
|
/
*
[Minor] Improve charset detection logic
Vsevolod Stakhov
2018-08-22
1
-1
/
+7
*
[Minor] Improve errors logging
Vsevolod Stakhov
2018-08-21
1
-2
/
+16
*
[Minor] Fix selector based ratelimit configuration
Vsevolod Stakhov
2018-08-21
1
-1
/
+1
*
[Minor] Fix entities decoding
Vsevolod Stakhov
2018-08-21
1
-5
/
+8
*
[Minor] Treat as an ordinary space
Vsevolod Stakhov
2018-08-21
1
-1
/
+1
*
[Feature] Support (almost) all html entities
Vsevolod Stakhov
2018-08-20
2
-274
/
+2158
*
[Feature] Use khash in HTML parser
Vsevolod Stakhov
2018-08-20
1
-143
/
+128
*
Merge pull request #2406 from negram/lua-coroutine-model
Vsevolod Stakhov
2018-08-20
22
-719
/
+1387
|
\
|
*
Merge branch 'master' into lua-coroutine-model
Mikhail Galanin
2018-08-20
4
-22
/
+84
|
|
\
|
*
|
[Minor] Better naming: lua_rspamd_dns -> lua_dns
Mikhail Galanin
2018-08-17
4
-10
/
+10
|
*
|
[Minor] Better naming: renamed old module - lua_dns -> lua_dns_resolver
Mikhail Galanin
2018-08-17
4
-20
/
+20
|
*
|
[Minor] Moved coroutine-related functionality of DNS resolver into a separate...
Mikhail Galanin
2018-08-17
8
-94
/
+253
|
*
|
[Minor] Small improvements
Mikhail Galanin
2018-08-17
3
-6
/
+30
|
*
|
[Minor] use callback helpers to avoid conflicts between coroutine- and callba...
Mikhail Galanin
2018-08-17
4
-126
/
+187
|
*
|
[Minor] Added callback helpers
Mikhail Galanin
2018-08-17
3
-11
/
+50
|
*
|
Merge branch 'master' into lua-coroutine-model
Mikhail Galanin
2018-08-15
22
-123
/
+119
|
|
\
\
|
*
\
\
Merge branch 'master' into lua-coroutine-model
Mikhail Galanin
2018-08-15
4
-49
/
+112
|
|
\
\
\
|
*
|
|
|
[Minor] Lua v5.3 compatibility
Mikhail Galanin
2018-08-15
1
-2
/
+2
|
*
|
|
|
[Minor] Do not pass thread info via callback data, it is used by different tasks
Mikhail Galanin
2018-08-15
1
-12
/
+19
|
*
|
|
|
[Minor] Fixed composite callback
Mikhail Galanin
2018-08-14
1
-3
/
+3
|
*
|
|
|
[Minor] Update some Lua using new API
Mikhail Galanin
2018-08-14
2
-49
/
+44
|
*
|
|
|
[Minor] Better return value - table/string for result, true/false as error sign
Mikhail Galanin
2018-08-14
1
-19
/
+34
|
*
|
|
|
[Minor] Use coroutine model in dns resolver API
Mikhail Galanin
2018-08-14
5
-21
/
+106
|
*
|
|
|
Merge branch 'master' into lua-coroutine-model
Mikhail Galanin
2018-08-14
15
-144
/
+283
|
|
\
\
\
\
|
*
|
|
|
|
[Minor] Use struct to pass parameters to process_atom() functions
Mikhail Galanin
2018-08-13
6
-46
/
+78
|
*
|
|
|
|
Merge branch 'master' into lua-coroutine-model
Mikhail Galanin
2018-08-13
49
-206
/
+738
|
|
\
\
\
\
\
|
*
|
|
|
|
|
[Minor] Review fixes
Mikhail Galanin
2018-08-09
3
-14
/
+66
|
*
|
|
|
|
|
Merge branch 'master' into lua-coroutine-model
Mikhail Galanin
2018-08-08
2
-252
/
+282
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
[Project] coroutine threaded model for API calls: thread pool
Mikhail Galanin
2018-08-08
6
-34
/
+233
[next]