登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
35
bhg1410
/
syncthing
forked from
Gitee 极速下载
/
syncthing
确定同步?
同步操作将从
Gitee 极速下载/syncthing
强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
删除在远程仓库中不存在的分支和标签
同步 Wiki
(当前仓库的 wiki 将会被覆盖!)
取消
确定
代码
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v1.4.0-rc.7
v1.4.0-rc.7 This is a release candidate for the v1.4.0 minor release. Important changes: - A new config option maxConcurrentIncomingRequestKiB has been added to limit the maximum amount of request data being concurrently processed due to incoming requests. This limits Syncthing's peak RAM usage when there are many connected devices all requesting file data. The default is 256 MiB. - The config option maxConcurrentScans has been removed and replaced a new config option maxFolderConcurrency. In addition to just limiting concurrent scans it now also limits concurrent sync operations. The default is the number of available CPU threads ("GOMAXPROCS"). - Syncthing now always runs the monitor process, which previously was disabled with -no-restart. This facilitates crash reporting and makes logging behave more consistently. The observed behavior with -no-restart should be the same as before but the internals differ. - The database schema has been improved and will result in a migration plus compaction at first startup after the upgrade. Bugfixes: - #4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux) - #5952: panic: Should never get a deleted file as needed when we don't have it - #6281: Progress emitter uses 100% CPU - #6289: "general SOCKS server failure" since syncthing 1.3.3 - #6300: lib/ignore: panic: runtime error: index out of range [0] with length 0 - #6304: Syncing issues, database missing sequence entries - #6335: Crash or hard shutdown can case database inconsistency, out of sync Enhancements: - #5786: Consider always running the monitor process - #5898: Database performance: reduce duplication - #5914: Limit folder concurrency to improve performance - #6302: Avoid thundering herd issue by global request limiter
a5e12a0
2020-02-23 00:44
下载
v1.4.0-rc.6
v1.4.0-rc.6 This is a release candidate for the v1.4.0 minor release. Important changes: - A new config option maxConcurrentIncomingRequestKiB has been added to limit the maximum amount of request data being concurrently processed due to incoming requests. This limits Syncthing's peak RAM usage when there are many connected devices all requesting file data. The default is 256 MiB. - The config option maxConcurrentScans has been removed and replaced a new config option maxFolderConcurrency. In addition to just limiting concurrent scans it now also limits concurrent sync operations. The default is the number of available CPU threads ("GOMAXPROCS"). - Syncthing now always runs the monitor process, which previously was disabled with -no-restart. This facilitates crash reporting and makes logging behave more consistently. The observed behavior with -no-restart should be the same as before but the internals differ. - The database schema has been improved and will result in a migration plus compaction at first startup after the upgrade. Bugfixes: - #4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux) - #5952: panic: Should never get a deleted file as needed when we don't have it - #6281: Progress emitter uses 100% CPU - #6289: "general SOCKS server failure" since syncthing 1.3.3 - #6300: lib/ignore: panic: runtime error: index out of range [0] with length 0 - #6304: Syncing issues, database missing sequence entries - #6335: Crash or hard shutdown can case database inconsistency, out of sync Enhancements: - #5786: Consider always running the monitor process - #5898: Database performance: reduce duplication - #5914: Limit folder concurrency to improve performance - #6302: Avoid thundering herd issue by global request limiter
0fb2cd5
2020-02-22 16:36
下载
v1.4.0-rc.5
v1.4.0-rc.5 This is a release candidate for the v1.4.0 minor release. Important changes: - A new config option maxConcurrentIncomingRequestKiB has been added to limit the maximum amount of request data being concurrently processed due to incoming requests. This limits Syncthing's peak RAM usage when there are many connected devices all requesting file data. The default is 256 MiB. - The config option maxConcurrentScans has been removed and replaced a new config option maxFolderConcurrency. In addition to just limiting concurrent scans it now also limits concurrent sync operations. The default is the number of available CPU threads ("GOMAXPROCS"). - Syncthing now always runs the monitor process, which previously was disabled with -no-restart. This facilitates crash reporting and makes logging behave more consistently. The observed behavior with -no-restart should be the same as before but the internals differ. - The database schema has been improved and will result in a migration plus compaction at first startup after the upgrade. Bugfixes: - #4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux) - #5952: panic: Should never get a deleted file as needed when we don't have it - #6281: Progress emitter uses 100% CPU - #6289: "general SOCKS server failure" since syncthing 1.3.3 - #6300: lib/ignore: panic: runtime error: index out of range [0] with length 0 - #6335: Crash or hard shutdown can case database inconsistency, out of sync Enhancements: - #5786: Consider always running the monitor process - #5898: Database performance: reduce duplication - #5914: Limit folder concurrency to improve performance - #6302: Avoid thundering herd issue by global request limiter
bb375b1
2020-02-14 15:11
下载
v1.4.0-rc.4
v1.4.0-rc.4 This is a release candidate for the v1.4.0 minor release. Important changes: - A new config option maxConcurrentIncomingRequestKiB has been added to limit the maximum amount of request data being concurrently processed due to incoming requests. This limits Syncthing's peak RAM usage when there are many connected devices all requesting file data. The default is 256 MiB. - The config option maxConcurrentScans has been removed and replaced a new config option maxFolderConcurrency. In addition to just limiting concurrent scans it now also limits concurrent sync operations. The default is the number of available CPU threads ("GOMAXPROCS"). - Syncthing now always runs the monitor process, which previously was disabled with -no-restart. This facilitates crash reporting and makes logging behave more consistently. The observed behavior with -no-restart should be the same as before but the internals differ. - The database schema has been improved and will result in a migration plus compaction at first startup after the upgrade. Bugfixes: - #4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux) - #5952: panic: Should never get a deleted file as needed when we don't have it - #6281: Progress emitter uses 100% CPU - #6289: "general SOCKS server failure" since syncthing 1.3.3 - #6300: lib/ignore: panic: runtime error: index out of range [0] with length 0 - #6335: Crash or hard shutdown can case database inconsistency, out of sync Enhancements: - #5786: Consider always running the monitor process - #5898: Database performance: reduce duplication - #5914: Limit folder concurrency to improve performance - #6302: Avoid thundering herd issue by global request limiter
71de6fe
2020-02-13 22:39
下载
v1.4.0-rc.3
v1.4.0-rc.3 This is a release candidate for the v1.4.0 minor release. Bugfixes: - #4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux) - #5952: panic: Should never get a deleted file as needed when we don't have it - #6281: Progress emitter uses 100% CPU - #6289: "general SOCKS server failure" since syncthing 1.3.3 - #6300: lib/ignore: panic: runtime error: index out of range [0] with length 0 Enhancements: - #5786: Consider always running the monitor process - #5898: Database performance: reduce duplication - #5914: Limit folder concurrency to improve performance - #6302: Avoid thundering herd issue by global request limiter Important changes: - A new config option maxConcurrentIncomingRequestKiB has been added to limit the maximum amount of request data being concurrently processed due to incoming requests. This limits Syncthing's peak RAM usage when there are many connected devices all requesting file data. The default is 256 MiB. - The config option maxConcurrentScans has been removed and replaced a new config option maxFolderConcurrency. In addition to just limiting concurrent scans it now also limits concurrent sync operations. The default is the number of available CPU threads ("GOMAXPROCS"). - Syncthing now always runs the monitor process, which previously was disabled with -no-restart. This facilitates crash reporting and makes logging behave more consistently. The observed behavior with -no-restart should be the same as before but the internals differ. - The database schema has been improved and will result in a migration plus compaction at first startup after the upgrade.
d95a087
2020-02-12 19:00
下载
v1.4.0-rc.2
v1.4.0-rc.2 This is a release candidate for the v1.4.0 minor release. Bugfixes: - #4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux) - #5952: panic: Should never get a deleted file as needed when we don't have it - #6281: Progress emitter uses 100% CPU - #6289: "general SOCKS server failure" since syncthing 1.3.3 - #6300: lib/ignore: panic: runtime error: index out of range [0] with length 0 Enhancements: - #5786: Consider always running the monitor process - #5898: Database performance: reduce duplication - #5914: Limit folder concurrency to improve performance - #6302: Avoid thundering herd issue by global request limiter Important changes: - A new config option maxConcurrentIncomingRequestKiB has been added to limit the maximum amount of request data being concurrently processed due to incoming requests. This limits Syncthing's peak RAM usage when there are many connected devices all requesting file data. The default is 256 MiB. - The config option maxConcurrentScans has been removed and replaced a new config option maxFolderConcurrency. In addition to just limiting concurrent scans it now also limits concurrent sync operations. The default is the number of available CPU threads ("GOMAXPROCS"). - Syncthing now always runs the monitor process, which previously was disabled with -no-restart. This facilitates crash reporting and makes logging behave more consistently. The observed behavior with -no-restart should be the same as before but the internals differ. - The database schema has been improved and will result in a migration plus compaction at first startup after the upgrade.
04e648f
2020-02-11 22:37
下载
v1.4.0-rc.1
v1.4.0-rc.1 This is a release candidate for the v1.4.0 minor release. Bugfixes: - #4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux) - #5952: panic: Should never get a deleted file as needed when we don't have it - #6281: Progress emitter uses 100% CPU - #6289: "general SOCKS server failure" since syncthing 1.3.3 - #6300: lib/ignore: panic: runtime error: index out of range [0] with length 0 Enhancements: - #5786: Consider always running the monitor process - #5898: Database performance: reduce duplication - #5914: Limit folder concurrency to improve performance - #6302: Avoid thundering herd issue by global request limiter Important changes: - A new config option maxConcurrentIncomingRequestKiB has been added to limit the maximum amount of request data being concurrently processed due to incoming requests. This limits Syncthing's peak RAM usage when there are many connected devices all requesting file data. The default is 256 MiB. - The config option maxConcurrentScans has been removed and replaced a new config option maxFolderConcurrency. In addition to just limiting concurrent scans it now also limits concurrent sync operations. The default is the number of available CPU threads ("GOMAXPROCS"). - Syncthing now always runs the monitor process, which previously was disabled with -no-restart. This facilitates crash reporting and makes logging behave more consistently. The observed behavior with -no-restart should be the same as before but the internals differ. - The database schema has been improved and will result in a migration plus compaction at first startup after the upgrade.
b61da48
2020-02-10 17:48
下载
v1.3.4
v1.3.4 This is a regularly scheduled patch release. Bugfixes: - #4570: Negative percentage and data to sync - #5867: Progress bar not visible - #6044: Clicking "Save" in options says "You have unsaved changes" when changing automatic upgrade setting - #6213: Tone down STUN logging a bit - #6222: Connection Error on Listing More Locally Changed Files - #6234: Docker image uses wrong path for default folder - #6240: GUI: ignore patterns path is one row too low - #6263: Panics due to database being closed
a79de84
2020-01-14 15:01
下载
v1.0.1-cs.1
v1.0.1-cs.1
897f238
2019-07-27 04:18
下载
v1.3.4-rc.1
v1.3.4-rc.1 This is a release candidate for the v1.3.4 patch release. Bugfixes: - #4570: Negative percentage and data to sync - #5867: Progress bar not visible - #6044: Clicking "Save" in options says "You have unsaved changes" when changing automatic upgrade setting - #6213: Tone down STUN logging a bit - #6222: Connection Error on Listing More Locally Changed Files - #6234: Docker image uses wrong path for default folder - #6240: GUI: ignore patterns path is one row too low - #6263: Panics due to database being closed
a79de84
2020-01-14 15:01
下载
v1.3.3
v1.3.3 This is a release candidate for the v1.3.3 patch release. Bugfixes - #6104: Windows: Syncthing log file filling up primary drive. - #6133: Race condition in restarting folder - #6139: Some sync errors get cleared despite them still being valid - #6206: Soft limit for maxfiles is NOT increased to the hard one on macOS Enhancements - #5887: Upgrade Button Does Not Have Confirmation Dialog - #6057: "Nearby devices" links should look more like links (mouse pointer) - #6190: Do not create .stignore if there are no ignore patterns
325c3c1
2019-12-08 20:31
下载
v1.3.3-rc.1
v1.3.3-rc.1 This is a release candidate for the v1.3.3 patch release. Bugfixes - #6104: Windows: Syncthing log file filling up primary drive. - #6133: Race condition in restarting folder - #6139: Some sync errors get cleared despite them still being valid - #6206: Soft limit for maxfiles is NOT increased to the hard one on macOS Enhancements - #5887: Upgrade Button Does Not Have Confirmation Dialog - #6057: "Nearby devices" links should look more like links (mouse pointer) - #6190: Do not create .stignore if there are no ignore patterns
325c3c1
2019-12-08 20:31
下载
v1.3.2
v1.3.2 This is a regularly scheduled patch release. Bugfixes: - #5810: GUI theme not changing on WebKit-based/like browsers - #5968: Folder "Up To Date" but has pending "Revert Local Changes" - #5980: (De)select all not working in add device dialog - #6027: Folder shows as "Syncing" when there is no data transfer - #6043: Cannot exit after failed startup - #6081: QUIC accept error loops too quickly, causing excessive log output - #6090: Pull-scan loop due to symlink traversal - #6093: cmd/stdiscosrv: Data race in replication - #6136: API + UI device last seen is empty/Never - #6160: Uses too much RAM when syncing large files (1.3.0+) Enhancements: - #6036: Generate HTTPS certificates accepted by iOS 13 / macOS Catalina - #6056: Improve sharing tab when there are no devices to share with - #6115: Change Web UI based on prefers-color-scheme
45a7115
2019-11-24 16:33
下载
v1.3.2-rc.3
v1.3.2-rc.3 This is a release candidate for the v1.3.2 patch release. Bugfixes: - #5810: GUI theme not changing on WebKit-based/like browsers - #5968: Folder "Up To Date" but has pending "Revert Local Changes" - #5980: (De)select all not working in add device dialog - #6027: Folder shows as "Syncing" when there is no data transfer - #6043: Cannot exit after failed startup - #6081: QUIC accept error loops too quickly, causing excessive log output - #6090: Pull-scan loop due to symlink traversal - #6093: cmd/stdiscosrv: Data race in replication - #6136: API + UI device last seen is empty/Never - #6160: Uses too much RAM when syncing large files (1.3.0+) Enhancements: - #6036: Generate HTTPS certificates accepted by iOS 13 / macOS Catalina - #6056: Improve sharing tab when there are no devices to share with - #6115: Change Web UI based on prefers-color-scheme
45a7115
2019-11-24 16:33
下载
v1.3.2-rc.2
v1.3.2-rc.2 This is a release candidate for the v1.3.2 patch release. Bugfixes: - #5810: GUI theme not changing on WebKit-based/like browsers - #5968: Folder "Up To Date" but has pending "Revert Local Changes" - #5980: (De)select all not working in add device dialog - #6027: Folder shows as "Syncing" when there is no data transfer - #6043: Cannot exit after failed startup - #6081: QUIC accept error loops too quickly, causing excessive log output - #6090: Pull-scan loop due to symlink traversal - #6093: cmd/stdiscosrv: Data race in replication - #6136: API + UI device last seen is empty/Never - #6160: Uses too much RAM when syncing large files (1.3.0+) Enhancements: - #6036: Generate HTTPS certificates accepted by iOS 13 / macOS Catalina - #6056: Improve sharing tab when there are no devices to share with - #6115: Change Web UI based on prefers-color-scheme
6d27cf6
2019-11-21 02:06
下载
v1.3.2-rc.1
v1.3.2-rc.1 This is a release candidate for the v1.3.2 patch release. Bugfixes: - #5810: GUI theme not changing on WebKit-based/like browsers - #5968: Folder "Up To Date" but has pending "Revert Local Changes" - #5980: (De)select all not working in add device dialog - #6027: Folder shows as "Syncing" when there is no data transfer - #6043: Cannot exit after failed startup - #6081: QUIC accept error loops too quickly, causing excessive log output - #6090: Pull-scan loop due to symlink traversal - #6093: cmd/stdiscosrv: Data race in replication - #6136: API + UI device last seen is empty/Never Enhancements: - #6036: Generate HTTPS certificates accepted by iOS 13 / macOS Catalina - #6056: Improve sharing tab when there are no devices to share with - #6115: Change Web UI based on prefers-color-scheme
0cc77fe
2019-11-11 16:37
下载
v1.3.1
v1.3.1 This is a regularly scheduled patch release. Bugfixes: - #5993: Build information missing in discovery and relay server binaries - #5995: Usage-reported transfer stats are meaningless - #6008: Changed file in receive-only folder cannot be ignored - #6040: Shows authentication warning when listening on UNIX socket - #6049: Hostnames resolving to localhost are not considered 'local' in remote access warning Enhancements: - #5583: White tab in black Interface ? - #5627: Stalled scans need better UI representation Other issues: - #6010: STUN server stun.voxgratia.org should be removed
67b8ef1
2019-10-07 19:30
下载
v1.3.1-rc.2
v1.3.1-rc.2 This is a release candidate for the v1.3.1 patch release. Bugfixes: - #5993: Build information missing in discovery and relay server binaries - #5995: Usage-reported transfer stats are meaningless - #6008: Changed file in receive-only folder cannot be ignored - #6040: Shows authentication warning when listening on UNIX socket - #6049: Hostnames resolving to localhost are not considered 'local' in remote access warning Enhancements: - #5583: White tab in black Interface ? - #5627: Stalled scans need better UI representation Other issues: - #6010: STUN server stun.voxgratia.org should be removed
67b8ef1
2019-10-07 19:30
下载
v1.3.1-rc.1
v1.3.1-rc.1 This is a release candidate for the v1.3.1 patch release. Bugfixes: - #5993: Build information missing in discovery and relay server binaries - #5995: Usage-reported transfer stats are meaningless - #6008: Changed file in receive-only folder cannot be ignored - #6040: Shows authentication warning when listening on UNIX socket - #6049: Hostnames resolving to localhost are not considered 'local' in remote access warning Enhancements: - #5583: White tab in black Interface ? - #5627: Stalled scans need better UI representation Other issues: - #6010: STUN server stun.voxgratia.org should be removed
67b8ef1
2019-10-07 19:30
下载
v1.3.0
v1.3.0 This is a regularly scheduled minor release. This release adds the "databaseTuning" config option to adjust parameters for the database size in use. The default is "auto" which automatically determines appropriate parameters. The other options are "small" (results in the parameters used previously, and used now for small databases) and "large" (results in the new parameters for large databases, regardless of the actual database size). Bugfixes: - #5985: Log spam and high CPU use if #include path is wrong in .stignore Enhancements: - #5138: Rate limit can be very bursty - #5948: Improve free space checking when syncing - #5966: Database performance: improve situation with huge databases Other issues: - #5924: Upgrade server JSON generator - #5991: lib/api: TestHostCheck never finishes with Go 1.13rc2 under Docker - #5999: Allow providing your own ldflags for building
2c88e47
2019-09-23 12:28
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/bhg1410/syncthing.git
git@gitee.com:bhg1410/syncthing.git
bhg1410
syncthing
syncthing
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册