YuQing
|
7825aa0b94
|
remove private AtomicInteger freeCount
|
2025-12-18 11:18:46 +08:00 |
|
YuQing
|
d29ca63106
|
ConnectionPool.getKey() use '-' instead of ':'
|
2025-12-18 10:39:33 +08:00 |
|
YuQing
|
91a5cc2e36
|
connection broken message with address and port
|
2025-11-28 09:50:09 +08:00 |
|
YuQing
|
cc95bc0244
|
throw IOException with msg "connection broken" when in.read() < 0
|
2025-11-27 17:13:23 +08:00 |
|
YuQing
|
7b7a7d76f6
|
bugfixed: loadStorageServersFromTracker correctly with rw option
|
2025-11-27 17:04:46 +08:00 |
|
YuQing
|
f4c00d7b2a
|
query file info support two combined flags
V1.37
|
2025-11-06 15:51:14 +08:00 |
|
YuQing
|
1c1dc946e3
|
correct spell wrong in HISTORY
V1.36
|
2025-10-30 10:25:56 +08:00 |
|
YuQing
|
807be5acd9
|
monitor protocol compatible with IPv4/IPv6 address automatically
|
2025-10-26 12:20:11 +08:00 |
|
YuQing
|
1d75bb50d0
|
monitor API output reserved and available space
V1.35
|
2025-09-04 19:39:39 +08:00 |
|
YuQing
|
907239cb67
|
adapt to FastDFS server V6.13 for read-write separation
V1.34
|
2025-08-28 16:09:48 +08:00 |
|
YuQing
|
fa0b79527c
|
add config itme: fetch_storage_ids.have_allow_empty_field
V1.33
|
2025-07-22 10:01:17 +08:00 |
|
YuQing
|
496da3f0c4
|
protocol automatically compatible with IPv4/IPv6 address
|
2025-07-21 16:51:16 +08:00 |
|
YuQing
|
0c954e697b
|
fastdfs-client.properties.sample changed
V1.32
|
2025-07-18 10:54:38 +08:00 |
|
YuQing
|
7e644f1ba4
|
change FDFS_VERSION_SIZE from 6 to 8
|
2024-02-12 20:23:41 +08:00 |
|
YuQing
|
9d9b1d7fdb
|
correct spell wrong
V1.31
|
2023-12-13 11:17:20 +08:00 |
|
YuQing
|
bb203bdc71
|
connect to storage server failover with multi IPs
|
2023-12-13 10:06:39 +08:00 |
|
YuQing
|
020857dbf1
|
adapt to FastDFS server V6.11 for IPv6
|
2023-12-07 16:31:46 +08:00 |
|
YuQing
|
da417c7d1c
|
Merge pull request #108 from sunqiangwei1988/master
Added: 增加IPv6支持
|
2023-11-25 09:29:30 +08:00 |
|
zl9527
|
31eb6beb09
|
Merge branch 'master' of https://github.com/sunqiangwei1988/fastdfs-client-java
|
2023-11-02 10:53:27 +08:00 |
|
zl9527
|
208f63f14c
|
Added: 增加IPv6支持
1、增加IPv6地址支持功能。
2、增加 server_ipv6.enabled 配置参数,用来说明服务器端是否开启IPv6支持。
3、修改fdht客户端增加IPv6支持。
|
2023-11-02 10:53:06 +08:00 |
|
YuQing
|
a04626523a
|
Merge pull request #107 from sunqiangwei1988/master
Fixed: 修复Tracker Server返回的TrackerStorageStat数据src_id字段解析问题
|
2023-10-11 18:20:30 +08:00 |
|
zl9527
|
697bf97442
|
Fixed: 修复Tracker Server返回的TrackerStorageStat数据src_id字段解析问题
1、在FastDFS中, Tracker Server返回的TrackerStorageStat数据中src_id字段为src storage id。在数据解析的时候变成了srcIpAddr,这与原始含义有出入,特将srcIpAddr改回srcId。
2、修改srcId的数据长度引用,从FDFS_IPADDR_SIZE修改为FDFS_STORAGE_ID_MAX_SIZE,既与FastDFS中的保持一致,又为后续IPv6兼容做准备。
|
2023-09-30 20:39:28 +08:00 |
|
YuQing
|
45d9a89e25
|
upgrade version to v1.30
|
2023-01-30 09:27:21 +08:00 |
|
YuQing
|
42132c694c
|
add @SuppressWarnings(unchecked)
V1.30
|
2023-01-29 14:47:09 +08:00 |
|
YuQing
|
1b263e6436
|
add *.class to .gitignore
|
2023-01-29 14:16:17 +08:00 |
|
tanyawen01770
|
41655defd8
|
feature:add history
|
2023-01-29 11:46:55 +08:00 |
|
tanyawen01770
|
a1df79c50e
|
fix:upgrade pom version 1.30
|
2023-01-29 09:49:29 +08:00 |
|
tanyawen01770
|
2b4693643a
|
fix:not use code
|
2023-01-29 09:45:14 +08:00 |
|
tanyawen01770
|
4de15ae592
|
fix:fail over
|
2023-01-28 21:37:29 +08:00 |
|
tanyawen01770
|
0087216c0a
|
feature: fail over from index
|
2023-01-28 19:53:06 +08:00 |
|
tanyawen01770
|
77946b2382
|
feature: set default failover size
|
2023-01-28 16:51:33 +08:00 |
|
tanyawen01770
|
0b2ec3aa10
|
fix:remove not use code
|
2023-01-28 15:27:19 +08:00 |
|
tanyawen01770
|
8d966af4a4
|
feature:add tracker server fail over
|
2023-01-28 15:02:40 +08:00 |
|
YuQing
|
9cc79ed75d
|
Merge pull request #94 from niloay6/fix_configInfo_print
fix: 修复tracker_server配置为域名时,打印信息有误的问题
|
2021-12-10 15:52:15 +08:00 |
|
niloay6
|
8db4ff7dd0
|
fix: 修复tracker_server配置为域名时,打印信息有误的问题
|
2021-07-27 10:50:18 +08:00 |
|
YuQing
|
4987967e0b
|
Merge pull request #88 from happyfish100/dependabot/maven/junit-junit-4.13.1
build(deps-dev): bump junit from 4.12 to 4.13.1
|
2021-04-20 21:48:12 +08:00 |
|
YuQing
|
56af1ae72f
|
Merge pull request #91 from rui8832/master
feat: 日志依赖 log4j,具体实现由使用方决定
|
2021-04-20 21:47:11 +08:00 |
|
Alvin Zhang
|
987e9194ad
|
feat: 日志依赖 log4j,具体实现由使用方决定
* 如 Spring Boot 默认使用了 Logback,与 slf4j-log4j12 同时存在时会冲突
|
2021-04-20 14:11:49 +08:00 |
|
dependabot[bot]
|
670909eed1
|
build(deps-dev): bump junit from 4.12 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-13 14:34:35 +00:00 |
|
YuQing
|
1ba6fb7975
|
update version for README.md
|
2020-01-03 08:52:34 +08:00 |
|
YuQing
|
aafd0b4b8c
|
upgrade version to v1.29
|
2020-01-03 08:51:17 +08:00 |
|
YuQing
|
06f5624a8d
|
Merge branch 'feature_add_connect_pool_20191205'
|
2020-01-01 14:45:04 +08:00 |
|
tanyawen
|
47d53c9a19
|
fix:active test flag
|
2019-12-31 15:33:48 +08:00 |
|
tanyawen
|
bb13294205
|
fix:active test flag
|
2019-12-31 15:32:48 +08:00 |
|
tanyawen
|
f742f3c6aa
|
feature:add active test flag
|
2019-12-31 15:28:43 +08:00 |
|
YuQing
|
0faaa2372b
|
Merge branch 'master' of gitee.com:fastdfs100/fastdfs-client-java
V1.28
|
2019-12-31 07:51:40 +08:00 |
|
tanyawen
|
70599a1656
|
feature: README add connection pool config
|
2019-12-30 22:28:08 +08:00 |
|
YuQing
|
a2bbd5fe33
|
Merge branch 'feature_add_connect_pool_20191205' of github.com:happyfish100/fastdfs-client-java into feature_add_connect_pool_20191205
|
2019-12-30 20:57:23 +08:00 |
|
YuQing
|
d5589faceb
|
upgrade version to 1.28
|
2019-12-30 20:57:05 +08:00 |
|
tanyawen
|
a5786207cc
|
fix:config sample
|
2019-12-30 20:55:57 +08:00 |
|