aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem_pool.h
Commit message (Collapse)AuthorAgeFilesLines
* Use universal mutex type to avoid glib collisions.Vsevolod Stakhov2012-09-191-5/+2
|
* Strict prototypes.Vsevolod Stakhov2012-06-051-1/+1
|
* Add temporary pages to pool allocator to allow reset of some pool data.Vsevolod Stakhov2012-02-151-0/+23
|
* * More things to be thread-safe:Vsevolod Stakhov2012-02-131-0/+5
| | | | | | | - 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
* Fix memory corruption in memory pools library.Vsevolod Stakhov2011-03-151-11/+5
| | | | While in here use guint8 for all pointers.
* Fix race in surbl module.Vsevolod Stakhov2011-03-101-1/+7
| | | | Add more debugging to destructors in pools.
* * Fix alignment in memory_pool library (thanks to Marcin Rzewucki)Vsevolod Stakhov2011-02-061-1/+5
|
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-23/+18
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Add more logic for dynamic rulesVsevolod Stakhov2010-06-081-0/+9
| | | | | * Add documentation for dynamic rules * Add ability to make negations in networks in dynamic rules
* * Fix config reloadingVsevolod Stakhov2010-05-131-0/+19
| | | | | * Add ability to register variables in memory pools (hash with known lifetime) * Avoid of using of some global variables
* * Use glib slice allocator for memory pool allocator, optimize chunk sizeVsevolod Stakhov2009-06-161-1/+1
|
* * Add deadlock detection for memory pool locks and imporve mutexes APIVsevolod Stakhov2009-05-211-6/+15
|
* * Improve performance of IO reading by reworking IO dispatcher algorithmVsevolod Stakhov2009-05-081-0/+11
|
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-0/+2
| | | | * Fix shared hashes
* * Add counter for oversized chunks: this parameter can improve performance, ↵Vsevolod Stakhov2009-04-211-0/+1
| | | | | | | for example if we have too many oversized chunks it is good decision to increase chunk size.
* * Add statictics for all allocated poolsVsevolod Stakhov2009-03-261-2/+4
|
* * Fix memory corruption and lmtp handlingVsevolod Stakhov2009-02-251-11/+16
| | | | * Add e-mail address validation in lmtp
* * Prepare to migrate to cmake (still need to write install target and ↵Vsevolod Stakhov2009-02-161-3/+1
| | | | | | | | working with XS implicitly) * Move all system includes to one file where we detect availability of all that includes * Fix license misprint * Fix some issues with perl initializing
* * Make doxygen happy about structures membersVsevolod Stakhov2009-02-061-24/+28
|
* * Add some comments and documentationVsevolod Stakhov2009-02-051-28/+151
|
* * Add new hash for storing hash data in shared memoryVsevolod Stakhov2009-01-271-1/+26
| | | | * Add rwlocks implementation (primitive) in memory pool library
* * Add simple locking interface to mem_pool libraryVsevolod Stakhov2008-11-261-1/+4
|
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-0/+61
* 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