Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
| | | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c. | ||||
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
| | |||||
* | * Rework thread pools locking logic to avoid global lua mutex usage. | Vsevolod Stakhov | 2012-08-22 | 1 | -0/+2 |
| | | | | | | Fixed several memory leaks with modern glib. Fixed memory leak in dkim code. Fixed a problem with static global variables in shared libraries. | ||||
* | * More things to be thread-safe: | Vsevolod Stakhov | 2012-02-13 | 1 | -22/+52 |
| | | | | | | | - 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 | ||||
* | Add quarks to events to determine source of event inside rspamd. | Vsevolod Stakhov | 2012-02-13 | 1 | -7/+14 |
| | | | | Another try to fix threading. | ||||
* | Fix build with glib <= 2.30. | Vsevolod Stakhov | 2012-02-03 | 1 | -1/+11 |
| | |||||
* | Fixes to threading (still incomplete). | Vsevolod Stakhov | 2012-01-31 | 1 | -2/+19 |
| | |||||
* | Rework events library slightly: | Vsevolod Stakhov | 2012-01-31 | 1 | -53/+28 |
| | | | | | - forced events are no longer checked or created - add async threads to prevent session to be destroyed till all threads are finished | ||||
* | Fix hashing in events library. | Vsevolod Stakhov | 2012-01-20 | 1 | -10/+1 |
| | |||||
* | Allow for post filters to register async events. | Vsevolod Stakhov | 2011-12-16 | 1 | -2/+10 |
| | | | | Some fixes to lua redis library. | ||||
* | * Finally get rid of stupid savepoints system and migrate to async events ↵ | Vsevolod Stakhov | 2011-12-14 | 1 | -42/+84 |
| | | | | | | logic completely Fix lua redis library. | ||||
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -4/+4 |
| | | | | | | | | | - 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 | ||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -23/+23 |
| | |||||
* | * Implement new system of async events handling (experimental) | Vsevolod Stakhov | 2009-09-22 | 1 | -0/+173 |