aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvstorage_server.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-1/+1
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-1/+1
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-2/+2
|
* Adopt rspamd for the next glib release.Vsevolod Stakhov2012-01-311-4/+6
| | | | | Fix several issues in threads handling inside keystorage. Fix sigsuspend usage in keystorage.
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-3/+0
| | | | | | | | - Removed legacy limitation of worker's types; - Using GQuarks to identify workers and modules; - Remove modules.sh script; - Add a common system of workers and modules; - Write management and configuration for new architecture.
* * Implement binary safe keys.Vsevolod Stakhov2011-11-171-0/+1
| | | | * Use more fast hashing.
* * Add incr and decr commands to kvstorage.Vsevolod Stakhov2011-11-101-1/+6
| | | | * Add integers detection inside kvstorage.
* * Support redis unified protocol.Vsevolod Stakhov2011-11-091-0/+4
|
* Imlement 'select' and 'save' commands.Vsevolod Stakhov2011-11-081-0/+1
|
* Release read lock lately.Vsevolod Stakhov2011-11-071-0/+1
|
* * Implement sync command for manual synchronization with backend.Vsevolod Stakhov2011-11-071-0/+1
|
* * Support redis API emulationVsevolod Stakhov2011-11-041-0/+1
|
* Block signals in worker threads.Vsevolod Stakhov2011-11-021-0/+1
|
* * Fix threading in kvstorage.Vsevolod Stakhov2011-10-311-0/+2
| | | | Rspamd now can detect and work with libevent-2.
* * Implement basic functionality of key value storageVsevolod Stakhov2011-10-311-0/+26
|
* * Initial implementation of threaded kvstorage worker.Vsevolod Stakhov2011-10-271-0/+56