godotg
|
d77792cbfc
|
ref[net]: refactored the packet service
|
2022-12-12 18:57:11 +08:00 |
|
godotg
|
9fbdf0f263
|
ref[net]: refactored the session event
|
2022-12-12 18:48:36 +08:00 |
|
godotg
|
9d3da6c3c9
|
ref[net]: refactored the session attribute
|
2022-12-12 18:34:03 +08:00 |
|
godotg
|
a551e18de7
|
rename[test]: rename test unit
|
2022-12-12 16:10:08 +08:00 |
|
godotg
|
9e0fed2a88
|
del[net]: remove the rarely used load balancing policy shortest-time-consumer
|
2022-12-12 15:59:51 +08:00 |
|
godotg
|
04ff16027f
|
fix[net]: fixed the inconsistency between the hashcode and int Value() return values of the Long wrapper class
|
2022-12-12 09:08:35 +08:00 |
|
godotg
|
5d8464562f
|
doc[net]: other hash algorithms can be customized to make the distribution more uniform
|
2022-12-11 20:52:16 +08:00 |
|
godotg
|
4d211f0a53
|
ref[net]: fefactored task bus scheduling to use faster hashcode as the default calculation parameter
|
2022-12-11 19:53:57 +08:00 |
|
godotg
|
949cee885c
|
del[net]: remove difficult and infrequently used task-dispatcher configurations
|
2022-12-11 18:57:26 +08:00 |
|
godotg
|
8670fea807
|
perf[net]: Wrong configuration gives appropriate hints
|
2022-12-11 17:04:07 +08:00 |
|
godotg
|
44004d5f93
|
doc[zfoo]: update document
|
2022-12-02 20:39:13 +08:00 |
|
godotg
|
ab60b86a79
|
chore[maven]: maven style
|
2022-12-02 17:17:06 +08:00 |
|
godotg
|
57282ad3d7
|
perf[maven]: reduce maven configuration
|
2022-12-02 17:00:36 +08:00 |
|
godotg
|
b97e9212b2
|
perf[event]: use submit instead of other syncSubmit
|
2022-12-01 19:03:06 +08:00 |
|
godotg
|
e40973e3fa
|
log[client]: detailed AbstractClient started info
|
2022-11-26 22:02:21 +08:00 |
|
godotg
|
418a5a7983
|
test[net]: third libraries
|
2022-11-14 15:52:19 +08:00 |
|
godotg
|
908834d5c2
|
test[net]: test unit
|
2022-11-14 15:49:11 +08:00 |
|
sean
|
b7db3d6233
|
fix[home]: 注释修改,没逻辑修改
|
2022-11-05 17:23:33 +08:00 |
|
godotg
|
913b51eef8
|
perf[log]: simple log
|
2022-10-31 22:02:55 +08:00 |
|
godotg
|
5cfe1c9ddb
|
perf[net]: limit netty read buffer,如果长度非法,则抛出异常断开连接,按照自己的使用场景指定合适的长度,防止客户端发送超大包占用带宽
|
2022-10-31 21:09:07 +08:00 |
|
godotg
|
3e29343393
|
log[net]: 优化日志
|
2022-10-25 21:36:46 +08:00 |
|
godotg
|
6b9ae203a1
|
del[protocol]: 删除checkSubProtocol方法
|
2022-10-22 19:57:09 +08:00 |
|
godotg
|
b2bd66a9ec
|
perf[protocol]: 更加严谨的校验check protocol
|
2022-10-22 17:53:47 +08:00 |
|
godotg
|
5b9174c494
|
perf[netty]: 缩小netty的依赖范围
|
2022-10-20 22:01:23 +08:00 |
|
godotg
|
ecafb0ab42
|
update[maven]: update dependency version
|
2022-10-20 22:00:01 +08:00 |
|
yujuncai
|
06647e62ae
|
Merge branch 'zfoo-project:main' into main
|
2022-10-20 16:07:37 +08:00 |
|
yu
|
8e4c7c550e
|
添加@ProtobufClass 注解 @Ignore 忽略PROTOCOL_ID
|
2022-10-20 15:54:44 +08:00 |
|
chncaption
|
21fc8b2100
|
update org.springframework:spring-expression 5.3.4 to 5.3.17
|
2022-10-19 20:52:30 +08:00 |
|
godotg
|
cd55de2b37
|
perf[executor]: specified map initial size
|
2022-10-08 11:31:50 +08:00 |
|
godotg
|
1c20b6236a
|
perf[executor]: use CopyOnWriteHashMapLongObject to improve performance of visiting threadMap
|
2022-10-08 11:08:07 +08:00 |
|
godotg
|
b3df782744
|
perf[concurrent]: move concurrent collection to concurrent package
|
2022-10-08 10:21:56 +08:00 |
|
godotg
|
e201784bbf
|
test[signal]: SignalBridge的Test并发测试用例
|
2022-09-29 17:13:05 +08:00 |
|
godotg
|
eaec50ea1d
|
perf[net]: 使用性能更高的lazySet(),当我们想对一个原子变量进行修改,而且我们知道这个修改不需要立即对其他线程可见。
|
2022-09-29 16:39:19 +08:00 |
|
godotg
|
9e92a7188d
|
perf[http]: http默认状态码改为ok
|
2022-09-28 17:14:56 +08:00 |
|
godotg
|
9c79ef74db
|
test[http]: http server的使用示例
|
2022-09-28 15:52:31 +08:00 |
|
godotg
|
67a7279f58
|
test[http]: http server的使用示例
|
2022-09-28 15:36:15 +08:00 |
|
godotg
|
770c2f3380
|
feat[golang]: 添加一些go的常用工具类
|
2022-09-16 13:18:59 +08:00 |
|
godotg
|
71cd7ccdbe
|
feat[golang]: 添加一些go的常用工具类
|
2022-09-16 12:22:22 +08:00 |
|
godotg
|
180906e577
|
feat[golang]: 添加一些go的常用工具类
|
2022-09-16 11:37:02 +08:00 |
|
godotg
|
0c4029ffad
|
perf[go]: 简化golang的zfoo服务器
|
2022-09-15 22:44:52 +08:00 |
|
godotg
|
de37816d5c
|
perf[golang]: go的zfoo服务器,使用zfoo协议
|
2022-09-15 21:40:34 +08:00 |
|
godotg
|
a68c948498
|
perf[golang]: golang协议首字母大写
|
2022-09-15 19:07:37 +08:00 |
|
godotg
|
1e1907cdef
|
perf[golang]: go的zfoo服务器,使用zfoo协议
|
2022-09-15 19:02:55 +08:00 |
|
godotg
|
439ef74853
|
perf[golang]: go的zfoo服务器,使用atomic自增作为uuid
|
2022-09-15 18:25:17 +08:00 |
|
godotg
|
c741cd41b8
|
feat[golang]: go的zfoo服务器
|
2022-09-15 18:19:22 +08:00 |
|
godotg
|
bf41b85d7b
|
feat[go]: 支持golang协议生成的xsd配置
|
2022-09-15 17:35:37 +08:00 |
|
godotg
|
ead780dff4
|
feat[go]: 支持go的单机服务器
|
2022-09-14 16:29:17 +08:00 |
|
godotg
|
4b5f1bd3eb
|
feat[json]: 支持json协议格式的服务器
|
2022-09-12 09:27:57 +08:00 |
|
godotg
|
6acd609cbf
|
perf[net]: 校验一个协议只能对应一个被@PacketReceiver标注的方法
|
2022-09-12 09:20:15 +08:00 |
|
godotg
|
df210f968d
|
feat[json]: 支持json协议格式的服务器
|
2022-09-12 09:03:04 +08:00 |
|