aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kvstorage
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy client and rework build system.Vsevolod Stakhov2014-01-192-1337/+0
| | | | | --HG-- rename : lib/CMakeLists.txt => src/CMakeLists.txt
* Rework socket creation logic to support both ipv4 and ipv6 sockets.Vsevolod Stakhov2013-06-011-2/+2
|
* Use DB_HASH access method for bdb backend.Vsevolod Stakhov2012-03-011-6/+6
| | | | Fix signed and unsigned comparasion while I'm here.
* Reorganize util.c as it should contain only common utilities.Vsevolod Stakhov2011-12-072-59/+107
| | | | Libkvstorage client is now deprecated as I plan to replace it with hiredis library.
* * Implement initial version of asynced kvstorage APIVsevolod Stakhov2011-10-241-28/+435
|
* * Implement kvstorage synced APIVsevolod Stakhov2011-10-242-6/+389
|
* * Add skeleton of libkvstorage API.Vsevolod Stakhov2011-10-182-0/+499