| Age | Commit message (Expand) | Author |
| 2023-07-29 | WIP: fix swarmkv_net_send() bugoptimize-multithread-lockfree-ringbuf | Zheng Chao |
| 2023-07-28 | WIP: fix memory leak | Zheng Chao |
| 2023-07-24 | WIP: It works. | Zheng Chao |
| 2023-06-07 | fix fair token bucket test casev3.0.6develop-version3 | Zheng Chao |
| 2023-06-07 | :bug: fix uninitialized memory in bulk token bucket | Zheng Chao |
| 2023-05-26 | Bugfix: In OR_map_merge(), the dst_record holds an incorrect uuid. | Zheng Chao |
| 2023-05-05 | Feature Fair and Bulk Token Bucket | 郑超 |
| 2023-03-11 | :bug: Fix inaccuarte `TINFO` when a token bucket has a zero CIR and zero CBS. | Zheng Chao |
| 2023-03-09 | Merge branch 'develop-version3' of https://git.mesalab.cn/swarmkv/swarmkv int... | Zheng Chao |
| 2023-03-09 | :bug: bugfix: hincrby_command() cannot create new field in hash. | Zheng Chao |
| 2023-02-28 | The watch slots changes function adds resp code judgmentsv3.0.2 | fengweihao |
| 2023-02-09 | :bug: To avoid leader election blocking, keyspace uses new connection for eve... | Zheng Chao |
| 2023-01-26 | :sparkles: The SwarmKV supports cluster-announce-ip, cluster-announce-port an... | Zheng Chao |
| 2023-01-25 | :bug: The test case of Resilience.AddSlotOwner fails when run all tests. To f... | Zheng Chao |
| 2023-01-18 | :construction: Refactoring Consul communication of keyspace. | Zheng Chao |
| 2023-01-13 | :recycle: The keyspace uses future-promise to do HTTP get. | Zheng Chao |
| 2022-12-30 | Support swamkv-cli matching path hints and fix the bugs in the leader election. | fengweihao |
| 2022-12-23 | For avoiding key route entry oscillation, the keyspace ignores node crash. | Zheng Chao |
| 2022-12-22 | :construction: Remove failed node from key space and CRDT space. | Zheng Chao |
| 2022-12-09 | :zap: For multi-thread scalability, each worker thread maintains connections ... | Zheng Chao |
| 2022-12-06 | :sparkles: `CRDT INFO` command for debug. | Zheng Chao |
| 2022-11-30 | :sparkles: Support `KEYSLOT` command. | Zheng Chao |
| 2022-11-28 | When cluster leader changes slot table, log changed slots. | Zheng Chao |
| 2022-11-25 | :sparkles: Command `CLUSTER ADDKEYOWNER` can add multiple nodes as key owner. | Zheng Chao |
| 2022-11-25 | :bug: Bugfix: When cluster leader handle failed nodes, invalid read of health... | Zheng Chao |
| 2022-11-22 | :recycle: Rename Async API. Add async example. | Zheng Chao |
| 2022-11-21 | Merge branch 'develop-version3' of git.mesalab.cn:swarmkv/swarmkv into develo... | Zheng Chao |
| 2022-11-21 | Enable performance test. | Zheng Chao |
| 2022-11-18 | Bugfix: The node is not reset, causes that this node cannot be found in the l... | fengweihao |
| 2022-11-17 | Add debug assert test cases for swarmkv_cli | fengweihao |
| 2022-11-17 | Bugfix: Fix cluster sanity check/heal cmd, add multiple key test cases | fengweihao |
| 2022-11-16 | :sparkles: New `TYPE` command returns the string representation of the type o... | Zheng Chao |
| 2022-11-14 | :sparkles: New data type Hash. | Zheng Chao |
| 2022-11-13 | :memo: Add examples | Zheng Chao |
| 2022-11-13 | :sparkles: Add commands `INCR`, `DECR` and API swarmkv_command_on(). | Zheng Chao |
| 2022-11-12 | :thread: The lock of STORE module are switched from mutex to rwlock. | Zheng Chao |
| 2022-11-11 | :hammer: Display input_buffer_sz and output_buffer_sz at 'network' section of... | Zheng Chao |
| 2022-11-11 | :zap: The store object uses a primitive method to do serialization. | Zheng Chao |
| 2022-11-10 | :sparkles: Running the same command N times in `swarmkv-cli`. | Zheng Chao |
| 2022-11-10 | :bug: Concurrent execution and sync operations add duplicated objects to stor... | Zheng Chao |
| 2022-11-10 | Improvement: The Sync Master is added for batched `CRDT PUSH`. | Zheng Chao |
| 2022-11-09 | Bugfix: The `LATENCY COMMAND` shows inaccurate rate. | Zheng Chao |
| 2022-11-08 | Add instantaneous_output_cps and instantaneous_output_cps to `INFO` command. | Zheng Chao |
| 2022-11-08 | Bugfix: node_t is not initialized in node_init_from_sockaddr(). The snet_thr ... | Zheng Chao |
| 2022-11-07 | New `TUNNEL` command for troubleshooting. The remote command processing code ... | 郑超 |
| 2022-11-02 | New commands `INFO` and `CLUSTER INFO`. | Zheng Chao |
| 2022-10-31 | Test utils can print reply on fail. | Zheng Chao |
| 2022-10-31 | Swarmkv_cli test case adapter colon seperated ip port | fengweihao |
| 2022-10-29 | Refactor colon seperated ip port | 郑超 |
| 2022-10-27 | Performance Enhancement | 郑超 |