You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vsevolod Stakhov 207dca6a75 Fix build for an old libevent. 11 years ago
..
cdb Allow NO_SHARED build to use static archives for internal libraries. 12 years ago
classifiers Detect exp2l as well. Update to 0.5.6. 11 years ago
client Fix a problem with listening on sockets. 11 years ago
evdns Fix build under Solaris10. Reported in https://bitbucket.org/vstakhov/rspamd/issue/21/rspamd-solaris10-x86-openindiana 12 years ago
json Do not panic when json buffer is NULL or empty. 11 years ago
lua Save http date for lua. 11 years ago
plugins Implement per-suffix bits support in surbl plugin. 11 years ago
tokenizers Reduce tokenization noize to improve bayes. 11 years ago
aio_event.c Fix portability on Solaris. 11 years ago
aio_event.h Use guint64 for all IO operations. 12 years ago
binlog.c Another debian license fix. 11 years ago
binlog.h * Add start script for red hat compatible systems 13 years ago
bloom.c Another debian license fix. 11 years ago
bloom.h * Add start script for red hat compatible systems 13 years ago
buffer.c Another buffers fix. 11 years ago
buffer.h Force restful replies for restful sessions (not tested with all commands). 11 years ago
cfg_file.h Allow listening on multiply addresses. 11 years ago
cfg_file.l * Handle and dump factors correctly 14 years ago
cfg_file.y * Handle and dump factors correctly 14 years ago
cfg_utils.c Remove broken line. 11 years ago
cfg_xml.c Reverse a list of module options to preserve order. 11 years ago
cfg_xml.h Support metaoptions in lua configuration. 11 years ago
controller.c Add stat_reset command. 11 years ago
diff.c Fix misprint in diff function normalizer. 11 years ago
diff.h Forgot in previous commit. 11 years ago
dkim.c Fix some warnings that actually are dangerous. 11 years ago
dkim.h * Implement 'time_jitter' setting allowing to check signatures in future in case of incorrect system time (1 minute jittering by default). 12 years ago
dns.c Rework socket creation logic to support both ipv4 and ipv6 sockets. 11 years ago
dns.h Rework socket creation logic to support both ipv4 and ipv6 sockets. 11 years ago
dynamic_cfg.c Update required score according to default metric's action. 11 years ago
dynamic_cfg.h Add saving of actions, symbols and maps. 11 years ago
events.c Another debian license fix. 11 years ago
events.h * More things to be thread-safe: 12 years ago
expressions.c Forgot in previous commit. 11 years ago
expressions.h Fix several potential problems found by static analysis. 11 years ago
filter.c Add saving of actions, symbols and maps. 11 years ago
filter.h * Allow to use other composites inside a composite's expression 12 years ago
fstring.c * Initial approach to RESTful controller. 11 years ago
fstring.h Add support of buffered IO reset to support persistent connections. 12 years ago
fuzzy.c Another debian license fix. 11 years ago
fuzzy.h * Add start script for red hat compatible systems 13 years ago
fuzzy_storage.c Allow listening on multiply addresses. 11 years ago
fuzzy_storage.h Allow restriction of update commands for fuzzy storage. 11 years ago
hash.c Another debian license fix. 11 years ago
hash.h * LRU cache now is capable to get custom insert and delete functions that would allow to use custom storage engines for it 12 years ago
html.c Another debian license fix. 11 years ago
html.h * Add start script for red hat compatible systems 13 years ago
images.c Update copyright (required by debian). 12 years ago
images.h * Add start script for red hat compatible systems 13 years ago
kvstorage.c Strict prototypes. 12 years ago
kvstorage.h Rework socket creation logic to support both ipv4 and ipv6 sockets. 11 years ago
kvstorage_bdb.c Use DB_HASH access method for bdb backend. 12 years ago
kvstorage_bdb.h * Add initial support of bdb backend 12 years ago
kvstorage_config.c Update copyright (required by debian). 12 years ago
kvstorage_config.h * Add <no_overwrite> flag for keystorage preventing from overwriting keys (works for cryptographic keys). 12 years ago
kvstorage_file.c Use DB_HASH access method for bdb backend. 12 years ago
kvstorage_file.h * Add <no_overwrite> flag for keystorage preventing from overwriting keys (works for cryptographic keys). 12 years ago
kvstorage_server.c Allow listening on multiply addresses. 11 years ago
kvstorage_server.h Adopt rspamd for the next glib release. 12 years ago
kvstorage_sqlite.c * Implement binary safe keys. 12 years ago
kvstorage_sqlite.h * Add initial skeleton of file based backend 12 years ago
lmtp.c * Use murmur hash for all hashes as it is more efficient and provides more uniform distribution as glib's default one. 11 years ago
lmtp.h * Introduce new system of worker's and modules initialization: 12 years ago
lmtp_proto.c Rework socket creation logic to support both ipv4 and ipv6 sockets. 11 years ago
lmtp_proto.h Fixes types (use glib ones) no functional change. 13 years ago
logger.c Fix logging in rspamd-util routines. 11 years ago
logger.h Fix logging in rspamd-util routines. 11 years ago
lua_worker.c Allow listening on multiply addresses. 11 years ago
main.c Allow listening on multiply addresses. 11 years ago
main.h Fix build for an old libevent. 11 years ago
map.c Parse HTTP date in map requests. 11 years ago
map.h Use getaddrinfo when opening sockets. 11 years ago
mem_pool.c Fix arguments order in system call. 11 years ago
mem_pool.h Use universal mutex type to avoid glib collisions. 11 years ago
memcached-test.c Another debian license fix. 11 years ago
memcached.c Another debian license fix. 11 years ago
memcached.h Fixes types (use glib ones) no functional change. 13 years ago
message.c More fixes to received parser. 11 years ago
message.h * Add start script for red hat compatible systems 13 years ago
printf.c Update copyright (required by debian). 12 years ago
printf.h Fix static build. 12 years ago
protocol.c Allow parsing streams without Content-Length. 11 years ago
protocol.h * Initial approach to RESTful controller. 11 years ago
proxy.c * Add support of XCLIENT to the smtp proxy. 12 years ago
proxy.h * Add support of XCLIENT to the smtp proxy. 12 years ago
radix.c Another debian license fix. 11 years ago
radix.h Strict prototypes. 12 years ago
roll_history.c Remove endless counter incrementing. 11 years ago
roll_history.h Add locking for maps. 11 years ago
rrd.c Add webui handler for rspamd (skeleton). 11 years ago
rrd.h Implement rra writing. 11 years ago
settings.c Fix critical memory leak in settings code. 11 years ago
settings.h Add /maps and /getmap commands to webui. 11 years ago
smtp.c Allow listening on multiply addresses. 11 years ago
smtp.h * Add initial implementation of proxy object 12 years ago
smtp_proto.c * Initial approach to RESTful controller. 11 years ago
smtp_proto.h * Add initial implementation of proxy object 12 years ago
smtp_proxy.c Allow listening on multiply addresses. 11 years ago
smtp_utils.c Rework socket creation logic to support both ipv4 and ipv6 sockets. 11 years ago
smtp_utils.h Rework socket creation logic to support both ipv4 and ipv6 sockets. 11 years ago
spf.c Another debian license fix. 11 years ago
spf.h * Fix spf plugin that was broken in 0.4.7 12 years ago
statfile.c Make mlock option as tunable. 11 years ago
statfile.h Make mlock option as tunable. 11 years ago
statfile_sync.c Rework socket creation logic to support both ipv4 and ipv6 sockets. 11 years ago
statfile_sync.h * Use event_base thread safe API to allow parallelism based on threads 12 years ago
symbols_cache.c * Use murmur hash for all hashes as it is more efficient and provides more uniform distribution as glib's default one. 11 years ago
symbols_cache.h Fix very bad bug in a memory pool allocator. 13 years ago
trie.c Rework suffix trie implementation. 11 years ago
trie.h * Add start script for red hat compatible systems 13 years ago
upstream.c Another debian license fix. 11 years ago
upstream.h * Add lua bindings for upstream API. 12 years ago
url.c Do not search plaintext email objects in html parts. 11 years ago
url.h Do not try to detect tld urls inside HTML texts as it generates too much false positive matches. 12 years ago
util.c Fix a problem with listening on sockets. 11 years ago
util.h Allow listening on multiply addresses. 11 years ago
view.c Add /maps and /getmap commands to webui. 11 years ago
view.h Avoid global variables in map logic. 11 years ago
webui.c Allow listening on multiply addresses. 11 years ago
worker.c Allow listening on multiply addresses. 11 years ago
worker_util.c Fix build for an old libevent. 11 years ago