aboutsummaryrefslogtreecommitdiffstats
path: root/memcached.c
Commit message (Collapse)AuthorAgeFilesLines
* * Rewrite perl module for new XS, now perl filters got only object of rspamd ↵Vsevolod Stakhov2008-08-201-35/+27
| | | | | | | | module that provides access to every part of message * Add memcached access api for perl * Reorganize Makefile, add .PHONY targets * Fix memcached module as now we cannot write or read several keys in async mode
* * Rewrite memcached library to work with events (async model)Vsevolod Stakhov2008-06-191-335/+391
| | | | | * Add simple test for new memcached library * Use glib variants of malloc and free functions in rspamd
* * Add skeletonVsevolod Stakhov2008-05-081-0/+743