index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
weed
/
command
/
server.go
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-23
initialize master address in iam options
Tuan Vuong
1
-0
/
+1
2022-02-14
mount: default disable cache
chrislu
1
-1
/
+1
2022-02-14
[UPDATE] Make heartbeat interval and election timeout of masters configurable.
garenchan
1
-0
/
+2
2022-01-15
add filer to iam option
chrislu
1
-0
/
+1
2022-01-13
weed server: optionally start IAM service
chrislu
1
-4
/
+13
2022-01-13
add more help messages
chrislu
1
-1
/
+1
2021-12-17
s3: bind to a specific IP
chrislu
1
-0
/
+1
2021-12-07
audit log config
Konstantin Lebedev
1
-0
/
+1
2021-11-06
filer: deprecate "-peers" option
Chris Lu
1
-1
/
+0
2021-10-04
server: remove peer check if not starting master
Chris Lu
1
-3
/
+2
2021-10-04
add back logic to check master peers
Chris Lu
1
-0
/
+6
2021-09-26
s3: default to allow empty folder for better performance
Chris Lu
1
-1
/
+1
2021-09-20
use default 10000 for grpc port
Chris Lu
1
-3
/
+3
2021-09-12
change server address from string to a type
Chris Lu
1
-9
/
+5
2021-09-12
custom grpc port: filer
Chris Lu
1
-0
/
+1
2021-09-12
custom grpc port: volume server
Chris Lu
1
-0
/
+1
2021-09-12
custom grpc port: master
Chris Lu
1
-0
/
+1
2021-09-07
handle ipv6 addresses
Chris Lu
1
-1
/
+1
2021-08-14
Filer locationPrefix configure does not exec replication #2257
Chris Lu
1
-1
/
+1
2021-08-08
volume: support concurrent download data size limit
Chris Lu
1
-0
/
+1
2021-07-31
customizable debug port
Chris Lu
1
-2
/
+4
2021-07-31
debug from any server
Chris Lu
1
-1
/
+1
2021-07-31
add debug option to generate full goroutine stack dump
Chris Lu
1
-0
/
+7
2021-07-03
volume: default readMode to proxy
Chris Lu
1
-1
/
+1
2021-06-30
remote -> proxy in server to match volume flags
Kevin Liu
1
-1
/
+1
2021-06-30
add proxy mode to read non-local volumes
zhangsong
1
-1
/
+1
2021-05-28
freespace params fix
Eugeniy Kozlov
1
-1
/
+1
2021-04-27
minFreeSpace refactored
bingoohuang
1
-5
/
+4
2021-04-01
smaller file chunks are faster
Chris Lu
1
-1
/
+1
2021-03-30
filer, volume: add concurrent upload size limit to avoid OOM
Chris Lu
1
-0
/
+2
2021-03-30
server add memory profiling
Chris Lu
1
-9
/
+4
2021-03-24
GOMAXPROCS use defaults to the value of runtime.NumCPU
Konstantin Lebedev
1
-2
/
+0
2021-03-23
more help message
Chris Lu
1
-1
/
+1
2021-03-12
default to empty host to bind to tcp4 and tcp6
Chris Lu
1
-1
/
+1
2021-03-07
make tcp optional
Chris Lu
1
-0
/
+1
2021-03-04
fix compilation error
Chris Lu
1
-2
/
+2
2021-03-04
skip checking master peers if not starting master
Chris Lu
1
-3
/
+5
2021-02-22
disk type support custom tags
Chris Lu
1
-2
/
+2
2021-02-18
webdav adds disktype
Chris Lu
1
-0
/
+1
2021-02-18
webdav add replication setting
Chris Lu
1
-0
/
+1
2021-02-14
disk type only supports hdd and ssd, not ready for random tags yet
Chris Lu
1
-1
/
+1
2021-02-13
adjust help message
Chris Lu
1
-1
/
+1
2021-02-09
Merge branch 'master' into support_ssd_volume
Chris Lu
1
-2
/
+30
2021-01-31
webdav: can start together with "weed server" or "weed filer"
Chris Lu
1
-0
/
+22
2021-01-10
filer: change to saveToFilerLimit from cacheToFilerLimit
Chris Lu
1
-1
/
+1
2021-01-07
server: add option to disable master
Chris Lu
1
-1
/
+6
2020-12-27
s3: add command option "allowEmptyFolder" to filer and server
Chris Lu
1
-0
/
+1
2020-12-13
rename parameter name to "disk"
Chris Lu
1
-0
/
+1
2020-12-04
filer: add option to cache small files to filer store
Chris Lu
1
-0
/
+1
2020-11-27
volume: add "-dir.idx" option for separate index storage
Chris Lu
1
-1
/
+1
[next]