| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- pool allocator is now thread-safe
- lua subsystem now holds lock to avoid lua stack corruption
- events subsystem now using conditional variables to wait for async_threads
- insert_result is thread-safe now
|
| |
|
|
|
|
| |
Update to 0.4.3.
|
|
|
|
|
| |
* Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR
Rework include style.
|
|
|
|
| |
Fix problems found by static analyzing.
|
|
|
|
| |
Fix call of classifier pre-callback.
|
|
|
|
| |
Fix call of pre callbacks for a classifier.
|
|
|
|
| |
mechanizm (untested yet)
|
|
|
|
|
| |
Now all comments in commit logs beginning with '*' would be included in changelog, so
important changes would be separated from small ones.
|
|
|
|
|
|
|
|
|
| |
- independent and customizeable buffering
- line buffering
- errors handling support
- custom (ip based) debug
- append function name automaticaly (based on __FUNCTION__)
- add some logic to logs system
|
|
for this task
TODO:
- add properties to get all parameters of input task
- add properties to statfile object
- add some normalization function for calling from classify process
- document changes
|