Commit Graph

323 Commits (4b42ed9fe271da80e4704a9cafa4b5122c2369a1)

Author SHA1 Message Date
YuQing 4b42ed9fe2
Merge pull request #667 from sunqiangwei1988/master
Fixed: 修复storage_report_my_server_id中长度变量引用错误的问题
2023-10-11 18:21:51 +08:00
sunqiangwei1988 5060231f33 Fixed: 修复storage_report_my_server_id中长度变量引用错误的问题
在storage_report_my_server_id方法中,设置pkg_len值时,将常量引用从IP_ADDRESS_SIZE修改为正确的FDFS_STORAGE_ID_MAX_SIZE常量。
2023-10-03 13:25:58 +08:00
YuQing 7c58b147ca common/fdfs_global.c: upgrade g_fdfs_version 2023-06-05 15:22:41 +08:00
YuQing 16f6808001 upgrade version to 6.9.5 2023-06-05 15:20:53 +08:00
YuQing fbae1053ae fdht_client/fdht_func.c: fixed compile error 2023-04-25 09:26:50 +08:00
YuQing 5335a59313
Merge pull request #631 from Yang1032/fix-2
fix: fix realloc mistakes to avoid memory leaks
2023-04-25 07:50:22 +08:00
YuQing 1b0e3a4710
Merge pull request #630 from Yang1032/fix-1
fix: possible out-of-bounds issues with array access
2023-04-25 07:46:53 +08:00
maogen.ymg b2966596a9 fix: fix realloc mistakes to avoid memory leaks 2023-04-24 21:34:53 +08:00
maogen.ymg c4355d126a fix: possible out-of-bounds issues with array access 2023-04-24 17:19:29 +08:00
YuQing 969cb24400 add ExecStartPost=/bin/sleep 0.1 to systemd service files 2023-04-10 09:38:36 +08:00
YuQing 4f7715e378 files HISTORY and INSTALL changed 2023-02-15 21:11:24 +08:00
YuQing ca47b893d1 upgrade version to 6.9.4 2023-02-15 21:01:40 +08:00
YuQing 0376cf8e2c bugfixed: report connections' current_count and max_count correctly 2023-02-15 12:44:53 +08:00
YuQing 0615ac3867
Merge pull request #616 from 674019130/master
chore: fix README.md typo
2023-02-13 16:32:24 +08:00
Su 70b9636288 chore: fix README.md typo 2023-02-13 13:01:27 +08:00
YuQing 1e209da4e2 use epoll edge trigger to resolve github issues #608 2023-02-12 10:49:10 +08:00
happyfish100 7414bea9b5
!6 update docker/dockerfile_network/Dockerfile.
Merge pull request !6 from alexzshl/N/A
2023-02-02 01:28:38 +00:00
alexzshl dbd5874fdf
update docker/dockerfile_network/Dockerfile.
1. 当前的 Dockerfile 似乎无法构建, 根据 info.md 的说明, 加入  libserverframe 后可以构建了
2. 原来的 RUN 语句太复杂, 不利于 docker build 时使用多阶段构建缓存
3. 另外, 请教一下, nginx 升级到最新的 1.23 是否有问题, 目前构建nginx是没有问题的 

Signed-off-by: alexzshl <alexzshl@126.com>
2023-01-31 18:44:50 +00:00
YuQing 3109593536 upgrade version to 6.9.3 2023-01-15 08:57:40 +08:00
YuQing f5f17ea6e7 sf_enable_thread_notify with false 2022-12-30 17:26:27 +08:00
YuQing 3f4d273746 simplify serivce name for tracker and storage 2022-12-24 15:05:10 +08:00
YuQing 079bc4737b use prctl to set pthread name under Linux 2022-12-24 10:29:42 +08:00
happyfish100 ed12daf5c3
!5 fix typo in storage_service.c
Merge pull request !5 from Ikko Ashimine/N/A
2022-12-16 08:34:12 +00:00
YuQing e2610befe3 upgrade version to 6.9.2 2022-12-16 16:21:34 +08:00
Ikko Ashimine 4bdcf2e6a9
fix typo in storage_service.c
seperated -> separated

Signed-off-by: Ikko Ashimine <eltociear@gmail.com>
2022-12-16 08:20:15 +00:00
YuQing bc52a5d6e1 output port with format %u instead %d 2022-12-16 16:11:41 +08:00
YuQing ab1c27c197 bugfixed: log connection ip_addr and port correctly 2022-12-16 16:00:40 +08:00
YuQing 326d83bb6e space size such as total_mb and free_mb use int64_t instead of int 2022-11-28 11:38:56 +08:00
YuQing 14079d19ef upgrade version to 6.9.1 2022-11-25 15:50:57 +08:00
YuQing 1c99ed8249 Merge branch 'master' of gitee.com:fastdfs100/fastdfs 2022-11-25 15:41:27 +08:00
YuQing 09491325cc bugfixed: clear task extra data correctly when the connection broken 2022-11-25 15:38:44 +08:00
happyfish100 3296c8c7a8
!4 文字修改
Merge pull request !4 from wzp/N/A
2022-10-21 06:40:20 +00:00
YuQing 4e714c13db add business support description 2022-09-19 09:28:39 +08:00
YuQing 92aa233134
Merge pull request #586 from 919927181/master
add nginx. d folder
2022-09-16 20:05:34 +08:00
liyanjing eacb2bce28 Due to the global configuration limitation, the nginx. d folder was missing from the last submission.
Signed-off-by: liyanjing <919927181@qq.com>
2022-09-16 19:14:56 +08:00
YuQing ffd788a840 remove *.d from .gitignore 2022-09-16 18:21:28 +08:00
YuQing 1a18598e1b
Merge pull request #585 from 919927181/master
Docker Build Image and Installation Manual For FastDFS-v6.0.8\v6.0.9
2022-09-16 08:50:51 +08:00
liyanjing 296df8c5fe fastdfs-v6.0.8\v6.0.9 docker构建镜像和安装手册
Signed-off-by: liyanjing <919927181@qq.com>
2022-09-16 08:27:53 +08:00
YuQing e6fcd3ecdd use atomic counter instead of mutex lock 2022-09-14 16:33:59 +08:00
YuQing 6befb09fe5 test programs compile OK. 2022-09-14 12:46:40 +08:00
YuQing 522bd50522 Merge branch 'use_libserverframe' 2022-09-14 11:25:48 +08:00
YuQing a54a109085 php_client/fastdfs_client.c compile OK. 2022-09-14 11:24:07 +08:00
YuQing bfa8a1eb4d remove useless FDFSConnectionStat type and global variable 2022-09-14 11:07:30 +08:00
YuQing 87139983c8 nio reform for file upload and download 2022-09-14 10:59:19 +08:00
wzp eb1639a5db
修改了一点点说明文字
Signed-off-by: wzp <winzip@163.com>
2022-09-13 15:16:04 +00:00
YuQing c6a92de3d2 set schedule id by sched_generate_next_id() 2022-09-13 20:35:09 +08:00
YuQing d7c0594565 storage nio use libserverframe 2022-09-13 16:30:43 +08:00
YuQing bf3bfa68f6 call sf_load_config_ex instead of sf_load_config 2022-09-12 15:05:57 +08:00
YuQing 8f538108ce tracker nio use libserverframe 2022-09-12 10:48:28 +08:00
YuQing 4dce44665d
Merge pull request #170 from mmcco/master
mmap(2) returns MAP_FAILED, not NULL, not failure
2022-09-11 21:04:18 +08:00