summaryrefslogtreecommitdiff
path: root/test/swarmkv_gtest.cpp
AgeCommit message (Expand)Author
2024-09-25If a peer happens to be synchronization failed and is not resumed in a certai...v4.4.4郑超
2024-09-20Track peer health for robust CRDT synchronization. If a peer is unresponsive,...v4.4.3郑超
2024-09-14fix error in spread sketch testchenzizhan
2024-08-09TSG-21840v4.4.1chenzizhan
2024-06-25The Network Layer is easy to read. Compression Ratio is available in network ...郑超
2024-06-17Add command `BTQUERY` to query specific bucket.Zheng Chao
2024-06-17Refactor Bulk Token Bucket with Cuckoo Hashing郑超
2024-05-28Update cli.mdZheng Chao
2024-04-06Feature/hyperloglog郑超
2024-04-01Feature/monitor4.3.0郑超
2024-03-30Add new data type: Count-Min Sketch. Rename `BFRESERVE` to `BFINIT` for consi...郑超
2024-02-29Bloom Filter and Token bucket refill period customization.v4.1.0郑超
2024-01-09Bugfix: Addressed token bucket disproportionate in TSG-15595. When handling m...v4.0.5Zheng Chao
2023-09-03Modify expect conditions to pass the gtest.Zheng Chao
2023-09-01Source file layout is changed.Zheng Chao
2023-08-31bugfix: OC token bucket wastes tokens due to refill timestamp is miroseconds ...Zheng Chao
2023-08-28Bugfix: fair token bucket peturbs after configurations.Zheng Chao
2023-08-15Now, the keyspace is lock-free.Zheng Chao
2023-08-13Batch synchronization is now disabled by default. It can be enabled when all ...Zheng Chao
2023-08-10bugfix `cluster keys` commandZheng Chao
2023-08-09`swarmkv_cli` works again.Zheng Chao
2023-08-05Remove accessing_node parameter from all command functions.Zheng Chao
2023-08-05For both local and remote caller, __exec_cmd executes the command recursively.Zheng Chao
2023-08-03WIP: multi-thread testZheng Chao
2023-07-29WIP: fix swarmkv_net_send() bugoptimize-multithread-lockfree-ringbufZheng Chao
2023-07-28WIP: fix memory leakZheng Chao
2023-07-24WIP: It works.Zheng Chao
2023-06-07fix fair token bucket test casev3.0.6develop-version3Zheng Chao
2023-06-07:bug: fix uninitialized memory in bulk token bucketZheng Chao
2023-05-26Bugfix: In OR_map_merge(), the dst_record holds an incorrect uuid.Zheng Chao
2023-05-05Feature 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:bug: bugfix: hincrby_command() cannot create new field in hash.Zheng Chao
2023-01-26:sparkles: The SwarmKV supports cluster-announce-ip, cluster-announce-port an...Zheng Chao
2023-01-18:construction: Refactoring Consul communication of keyspace.Zheng Chao
2022-12-09:zap: For multi-thread scalability, each worker thread maintains connections ...Zheng Chao
2022-11-30:sparkles: Support `KEYSLOT` command.Zheng Chao
2022-11-22:recycle: Rename Async API. Add async example.Zheng Chao
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:sparkles: Add commands `INCR`, `DECR` and API swarmkv_command_on().Zheng Chao
2022-11-11:zap: The store object uses a primitive method to do serialization.Zheng Chao
2022-11-08Bugfix: node_t is not initialized in node_init_from_sockaddr(). The snet_thr ...Zheng Chao
2022-11-07New `TUNNEL` command for troubleshooting. The remote command processing code ...郑超
2022-10-29Refactor colon seperated ip port郑超
2022-10-23TCONSUME on nonexist key should reply with integer 0Zheng Chao
2022-10-23Completely remove denpendency on MESA_handle_logger.Zheng Chao
2022-10-22The OC Token Bucket is robust to over consuming.zhengchao
2022-10-21Add a new data type token bucket, which is manipulated by TCFG, TCONSUME and ...郑超
2022-09-29Add command attach/detach to swarmkv clifengweihao