432 Commits

Author SHA1 Message Date
jaysunxiao 71dda5cd38 update 2025-05-28 20:02:21 +08:00
jaysunxiao 4ebcd95d0c doc: update doc 2025-04-17 17:43:54 +08:00
jaysunxiao 032aa6c170 doc: netty ssl config 2025-03-25 10:38:58 +08:00
jaysunxiao 949da6bea1 chore[session]: unnecessary logs 2025-02-18 12:05:34 +08:00
godotg 1591543cce del[net]: unnecessary if statement 2025-01-05 20:12:06 +08:00
godotg 2df0c28af6 fix[handler]: ChannelDuplexHandler doesn't need to be used ChannelHandler.Sharable 2025-01-05 15:24:59 +08:00
godotg d3d2d93dc5 chore: test 2024-11-09 12:15:47 +08:00
godotg 92fc58fcd0 feat: sync ask with timeout 2024-10-13 11:51:08 +08:00
godotg 37a30d9fda feat: ask with timeout 2024-10-13 11:41:44 +08:00
godotg f04838195b feat: get ip from session 2024-10-06 20:31:10 +08:00
jaysunxiao 082c2fa581 perf[orm]: find thread by threadExecutorMap 2024-09-23 19:34:48 +08:00
godotg a3d6b717df chore[doc]: update doc 2024-09-17 21:59:34 +08:00
godotg 794693179c chore[task]: simplified code 2024-08-11 12:57:26 +08:00
godotg 452723508b perf[executor]: use & bits operation to improve performance 2024-08-11 12:12:40 +08:00
godotg 4564c4fbfc del[signal]: remove unnecessary log 2024-08-10 18:11:06 +08:00
godotg 61de266935 ref[protocol]: rename writeBoolean/readBoolean to writeBool/readBool 2024-07-14 18:26:03 +08:00
godotg d8ed791bfd ref[xml]: <net:config> to <net:net>, <orm:config> to <orm:orm> 2024-07-03 11:20:13 +08:00
godotg b591864c03 perf[executor]: add method to get executor based on hash 2024-06-26 15:03:03 +08:00
luca 3d80c13c29 feat[executor]:add method to get executor based on hash 2024-06-26 14:18:24 +08:00
godotg b23ded4fbf ref[executor]: executor register and get 2024-06-25 11:37:26 +08:00
luca 3b90504c02 feat[net]: support xml configuration 2024-06-06 17:23:03 +08:00
zhou.yihao c23db9090e fix[net]: TaskBus计算hash的时候,在taskExecutorHash达到int最大值的时候,计算出来是负数 2024-06-05 14:55:10 +08:00
godotg 985fa61b2d chore[net]: comment 2024-06-03 11:48:51 +08:00
luca 7a97238496 fix[net]: fixed bug in client initialization registry 2024-05-31 14:22:05 +08:00
luca 730929fbf1 fix[net]: fixed bug in client initialization registry 2024-05-31 14:16:04 +08:00
luca 4c92120cef feat[net]: supports the configuration of registry driver classes 2024-05-30 15:32:48 +08:00
godotg ab3ca0e17a ref[csharp]: refactor generate csharp protocol 2024-05-22 16:04:12 +08:00
godotg 7fedbe547e ref[csharp]: refactor generate csharp protocol 2024-05-22 15:48:28 +08:00
godotg 5ab61d6562 ref[csharp]: refactor generate csharp protocol 2024-05-22 15:40:36 +08:00
luca 14e7aedbf1 feat[net]:add exception handler 2024-05-16 18:35:18 +08:00
luca 0f54f79351 feat[net]:modify the access modifier 2024-05-16 17:15:30 +08:00
godotg a3793f106c feat[zip]: zip directory 2024-05-14 16:01:48 +08:00
godotg 86c70873a2 chore[zip]: zip 2024-05-13 19:53:29 +08:00
godotg 7b98bf2190 chore[zip]: zip 2024-05-13 16:05:01 +08:00
godotg 2cfeaa32ee feat[zip]: zip file 2024-05-11 19:32:55 +08:00
godotg 4be0411736 feat[zip]: unzip file 2024-05-11 17:33:51 +08:00
godotg 3f89e0e7ab feat[task]: run packet receiver task in EventBus 2024-05-07 15:56:25 +08:00
godotg 76c20ff026 ref[event]: rename 2024-04-10 19:38:26 +08:00
godotg 966fe14d89 revert[event]: revert vent 2024-04-10 19:27:07 +08:00
godotg ad67c2f5ec perf[event]: do not init event executors when not use AsyncThread 2024-04-10 19:02:47 +08:00
godotg 070000fbe4 feat[event]: do not init event executors when not use AsyncThread 2024-04-10 18:05:00 +08:00
godotg 928411cc7f chore[registry]: rename getRootPath to rootPath 2024-04-01 15:14:42 +08:00
xiaorenping a10dca9f58 feat[net]: get zookeeper path 2024-03-30 22:35:59 +08:00
godotg 2f55bbb387 ref[SingleCache]: move SingleCache to scheduler 2024-03-28 10:35:55 +08:00
godotg a9949510a2 del[SingleCache]: delete use EventBus to get value of supplier 2024-03-28 10:34:28 +08:00
godotg a3c7dd04d2 ref[balancer]: use LazyCache instead of Caffeine 2024-03-26 11:22:19 +08:00
godotg 854ba4faf2 del[cache]: delete SimpleCache 2024-03-26 11:12:40 +08:00
godotg ac0bb9214f perf[cache]: use cas instead of lock 2024-03-25 16:16:37 +08:00
godotg 34ac818752 perf[cache]: async load single cache 2024-03-25 16:04:37 +08:00
godotg 8bc480c1bc perf[write]: simplify the write method of packet 2024-03-23 18:24:35 +08:00