Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove legacy client and rework build system. | Vsevolod Stakhov | 2014-01-19 | 2 | -1337/+0 |
| | | | | | --HG-- rename : lib/CMakeLists.txt => src/CMakeLists.txt | ||||
* | Rework socket creation logic to support both ipv4 and ipv6 sockets. | Vsevolod Stakhov | 2013-06-01 | 1 | -2/+2 |
| | |||||
* | Use DB_HASH access method for bdb backend. | Vsevolod Stakhov | 2012-03-01 | 1 | -6/+6 |
| | | | | Fix signed and unsigned comparasion while I'm here. | ||||
* | Reorganize util.c as it should contain only common utilities. | Vsevolod Stakhov | 2011-12-07 | 2 | -59/+107 |
| | | | | Libkvstorage client is now deprecated as I plan to replace it with hiredis library. | ||||
* | * Implement initial version of asynced kvstorage API | Vsevolod Stakhov | 2011-10-24 | 1 | -28/+435 |
| | |||||
* | * Implement kvstorage synced API | Vsevolod Stakhov | 2011-10-24 | 2 | -6/+389 |
| | |||||
* | * Add skeleton of libkvstorage API. | Vsevolod Stakhov | 2011-10-18 | 2 | -0/+499 |