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-tcp
vstakhov-gpt-ollama
vstakhov-keypair-encoding
vstakhov-known-senders
vstakhov-llm-anonymize
vstakhov-llm-embeddings
vstakhov-lua-text-api
vstakhov-new-hiredis
vstakhov-openssl-provider-message
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
/
statfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make own strlcpy that does not calculate remaining string length (faster and ...
Vsevolod Stakhov
2010-11-16
1
-2
/
+2
*
Fixes types (use glib ones) no functional change.
Vsevolod Stakhov
2010-10-06
1
-47
/
+47
*
* Fix shared usage of statfiles
Vsevolod Stakhov
2010-09-16
1
-3
/
+36
*
* Many fixes to statfile syncronization system
Vsevolod Stakhov
2010-09-02
1
-5
/
+8
*
* Add bayesian classifier (initial version)
Vsevolod Stakhov
2010-08-13
1
-8
/
+1
*
* Make DNS resolver working
Vsevolod Stakhov
2010-07-08
1
-4
/
+4
*
* Fix strict aliasing while compiling with optimization
Vsevolod Stakhov
2010-05-31
1
-1
/
+1
*
* In classify normalize result after comparing, not before
Vsevolod Stakhov
2010-05-27
1
-1
/
+1
*
* Fix cores in spf code (partially)
cebka@lenovo-laptop
2010-02-27
1
-0
/
+4
*
* Introduce new logging system:
Vsevolod Stakhov
2009-12-22
1
-36
/
+36
*
* Fix symbols cache (init lua filters before symbols cache initialization)
Vsevolod Stakhov
2009-12-14
1
-25
/
+17
*
* Many major fixes to statfiles:
Vsevolod Stakhov
2009-12-03
1
-6
/
+43
*
* Write revision and revision time to statfile
Vsevolod Stakhov
2009-11-12
1
-6
/
+6
*
* New version of rspamd statfiles that can be used in sync
Vsevolod Stakhov
2009-11-12
1
-4
/
+126
*
* Fix reading of last block
Vsevolod Stakhov
2009-10-20
1
-2
/
+2
*
* Add ability to change statfile size limit in config and allow reindexing of...
Vsevolod Stakhov
2009-10-16
1
-18
/
+148
*
* Retab, no functional changes
Vsevolod Stakhov
2009-10-02
1
-118
/
+117
*
* Fix another race
Vsevolod Stakhov
2009-09-30
1
-4
/
+27
*
* Fix race between learn and classify
Vsevolod Stakhov
2009-09-28
1
-4
/
+2
*
* Fix error with statfiles sorting function
Vsevolod Stakhov
2009-07-23
1
-1
/
+1
*
* Rework the whole filters system
Vsevolod Stakhov
2009-07-13
1
-1
/
+1
*
* Make autolearn working
Vsevolod Stakhov
2009-07-09
1
-5
/
+5
*
* Rework structure and API of statfiles functions to improve performance and ...
Vsevolod Stakhov
2009-07-02
1
-112
/
+85
*
* Fix shared hashes avoiding its resizing
Vsevolod Stakhov
2009-05-04
1
-1
/
+1
*
* Validate utf8 chars to avoid crashes
Vsevolod Stakhov
2009-04-24
1
-0
/
+3
*
* Fix many compile time warnings and polish code
Vsevolod Stakhov
2009-03-24
1
-1
/
+3
*
* Add ability to configure sections in statfiles
Vsevolod Stakhov
2009-03-13
1
-0
/
+16
*
* Add sections support to rspamd statfiles API
Vsevolod Stakhov
2009-03-12
1
-25
/
+147
*
* Remove %m from logging it seems to be unsupported by FreeBSD printf version
Vsevolod Stakhov
2009-03-02
1
-6
/
+6
*
* Prepare to migrate to cmake (still need to write install target and working...
Vsevolod Stakhov
2009-02-16
1
-11
/
+1
*
* Add BSD license text
Vsevolod Stakhov
2009-02-16
1
-0
/
+24
*
* Add some comments and documentation
Vsevolod Stakhov
2009-02-05
1
-2
/
+3
*
* Add new hash for storing hash data in shared memory
Vsevolod Stakhov
2009-01-27
1
-18
/
+19
*
* Rewrite perl client for rspamd, now it allows access to both normal and con...
Vsevolod Stakhov
2009-01-19
1
-0
/
+6
*
* Add simple utility for sending mail to rspamd
Vsevolod Stakhov
2009-01-16
1
-3
/
+0
*
* Add simple implementation of classifiers abstraction and winnow classifier
Vsevolod Stakhov
2008-12-04
1
-2
/
+2
*
* Remove strlcpy code and replace it with glib alternative
Vsevolod Stakhov
2008-12-03
1
-1
/
+1
*
* Write functions to operate blocks in stat files
Vsevolod Stakhov
2008-11-28
1
-3
/
+141
*
* Add initial implementation of statistics files handling API
Vsevolod Stakhov
2008-11-27
1
-0
/
+241