aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem_pool.h
Commit message (Collapse)AuthorAgeFilesLines
* * 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