| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
more safe)
Allow only ASCII symbols in logs, escape control chars
|
|
|
|
| |
* Fixed statfile pool initialization and synchronization with disk
|
|
|
|
| |
* Try to fix removing of DNS events
|
|
|
|
| |
* Several fixes to DNS logic
|
|
|
|
|
| |
* Fix PTR parsing
* Add tests
|
| |
|
|
|
|
|
|
| |
* Many improvements to rspamd test suite: now it CAN be used for testing rspamd functionality
* Write DNS resolver tests
* Fix issues with memory_pool mutexes and with creating of statfiles
|
|
|
|
| |
of statfiles
|
|
|
|
|
|
|
| |
* Fix sample config
* Fix compile warnings
* Fix building without lua support
* Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh)
|
|
|
|
|
|
|
| |
* Adopt all parts of rspamd for new url parser
* Improve url-extracter utility by avoiding cut&paste of mime parsing
* Small fixes to rspamc client
* Bump version to 0.1.3
|
|
|
|
| |
* Fix shared hashes
|
| |
|
| |
|
|
|
|
| |
as well
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
that have regexp at the end
* Improve test for fuzzy hashes
* Add new object - TextPart to perl XS library that allows access to stripped parts and fuzzy hashes
* Add documentation for expressions parser and fot Mail::Rspamd::TextPart
* Allways calculate fuzzy hash for text parts
* Store text parts separately from other parts
* Add compare_parts_distance for expressions that calculates difference in 2 parts messages
* Do not try to substitute variables in empty strings
|
|
|
|
| |
* Add test case for fuzzy hashing check
|
|
|
|
|
|
|
|
| |
* Parse expressions with state machine which allows different kinds of arguments in expressions
* Fix test to accord current data
* Add support of fucntions to regexp module
* Move all regexp logic to separate file, describe its API
* Fix descriptors leakage in surbl module
|
|
|
|
| |
* Add rwlocks implementation (primitive) in memory pool library
|
|
|
|
| |
* Force statfile to work with float values
|
|
|
|
| |
* Polish code and remove bugs found
|
|
|
|
| |
* Write test case for statistics files API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Adopt build system for new structure
--HG--
rename : cfg_file.h => src/cfg_file.h
rename : cfg_file.l => src/cfg_file.l
rename : cfg_file.y => src/cfg_file.y
rename : cfg_utils.c => src/cfg_utils.c
rename : controller.c => src/controller.c
rename : filter.c => src/filter.c
rename : filter.h => src/filter.h
rename : fstring.c => src/fstring.c
rename : fstring.h => src/fstring.h
rename : main.c => src/main.c
rename : main.h => src/main.h
rename : mem_pool.c => src/mem_pool.c
rename : mem_pool.h => src/mem_pool.h
rename : memcached-test.c => src/memcached-test.c
rename : memcached.c => src/memcached.c
rename : memcached.h => src/memcached.h
rename : perl.c => src/perl.c
rename : perl.h => src/perl.h
rename : plugins/regexp.c => src/plugins/regexp.c
rename : plugins/surbl.c => src/plugins/surbl.c
rename : protocol.c => src/protocol.c
rename : protocol.h => src/protocol.h
rename : upstream.c => src/upstream.c
rename : upstream.h => src/upstream.h
rename : url.c => src/url.c
rename : url.h => src/url.h
rename : util.c => src/util.c
rename : util.h => src/util.h
rename : worker.c => src/worker.c
|
|
|
|
|
|
| |
locking support (spin mutexes)
* Add simple test case for shared memory allocation
|
|
|
|
|
|
| |
* Improve configure system by implementing dependencies
* Add .depend files for subdirs that requre it
* Write simple test for expressions parser
|
|
|
|
| |
* Fix test suite build under linux
|
| |
|
|
|
|
|
|
|
|
|
| |
- fix cases when new chunk is allocated
- add memory pool allocator statistics
- let it work in multi-threaded environment
- add strdup function for convinience
* Use memory pool allocator more widely to avoid memory leaks in future and optimize performance
* Task pool chunk size is now pre-defined constant (16 Kb currently)
|
|
|
|
| |
* Add test case for memory pools
|
|
|
|
| |
* Fix memcached async library to pass test :)
|
| |
|
|
|
|
| |
* Rework build system
|
|
|
|
| |
* Add some more tests to url testcase
|
|
|
|
| |
TODO: fix html parsing regexp (now it doesn't work)
|
| |
|
|
|