summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-22fix swarmkv sanity cmd test casefengweihao
2023-08-21The ringbuf adopts a two-phase write, two concurrent producers may generates ...Zheng Chao
2023-08-19Increase the ringbuf size of swarmkv_mesh to avoid message drops.Zheng Chao
2023-08-19Update thread model of design.mdZheng Chao
2023-08-18Adding slot owner test passed.Zheng Chao
2023-08-17:horse: Removed CentOS 7 related CI workflowZheng Chao
2023-08-17performance test passed.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-11`__exec_cmd()` determins target node, and then target thread.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-07-11WIPZheng Chao
2023-06-28WIPZheng Chao
2023-06-27WIPZheng Chao
2023-06-24WIPZheng 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-06-07WIPZheng Chao
2023-06-02Fix swarmkv_btconsume interface pen errorv3.0.5fengweihao
2023-05-27Trival or map subtle test case郑超
2023-05-26Repair Centos 7 environment, CI build failedv3.0.4fengweihao
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-14:bug: To fix integer reply serialization 32-bit over flow, use mpack_node_i64...v3.0.3fengweihao
2023-03-11:bug: Fix inaccuarte `TINFO` when a token bucket has a zero CIR and zero CBS.Zheng Chao
2023-03-10token bucket CBS and CIR are set to zero, this token does not set speed limitfengweihao
2023-03-09Merge 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-28The watch slots changes function adds resp code judgmentsv3.0.2fengweihao
2023-02-19:bug: Fixed crash if consul is not running.v3.0.1Zheng Chao
2023-02-09Remove version.txt to keep a clean repository.v3.0.0Zheng Chao
2023-02-09:bug: To avoid leader election blocking, keyspace uses new connection for eve...Zheng Chao
2023-02-09:bug: Fix memory leak in error handling.Zheng Chao
2023-02-08RPM installation package failed to specify installation pathfengweihao
2023-02-08Support swarmkv-cli to simply generate rpm packagesfengweihao
2023-02-07bugfix: The name error of the RPM package, causing the failure to upload CIfengweihao
2023-02-07Swarmkv support github CI buildfengweihao
2023-02-06:memo: Update documents.Zheng Chao
2023-02-06Fix compile warning of log.c.Zheng Chao
2023-02-06Use swarmkv_options_free to for consistency.Zheng Chao
2023-02-06bugfix: Optimize token accumulation time, Fix the REPLY_INT_MINORS1 assignmen...fengweihao
2023-02-02refactor variable names in log_handle.fengweihao
2023-02-01Refactor the log.c codefengweihao