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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-01
smaller file chunks are faster
Chris Lu
4
-4
/
+4
2021-04-01
refactor buffer pool
Chris Lu
1
-1
/
+1
2021-03-30
filer, volume: add concurrent upload size limit to avoid OOM
Chris Lu
3
-40
/
+48
2021-03-30
server add memory profiling
Chris Lu
1
-9
/
+4
2021-03-30
fix postgres2 upsertQuery syntax also
LazyDBA247-Anyvision
1
-1
/
+1
2021-03-30
adjust ordering
Chris Lu
1
-4
/
+4
2021-03-30
Merge pull request #1948 from LazyDBA247-Anyvision/master
Chris Lu
1
-16
/
+12
2021-03-30
use a compatible pg syntax for upsert
LazyDBA247-Anyvision
1
-1
/
+1
2021-03-30
reduce default concurrentWriters to 32
Chris Lu
1
-1
/
+1
2021-03-30
add enableUpsert=true
LazyDBA247-Anyvision
1
-16
/
+12
2021-03-29
adjust ordering
Chris Lu
1
-13
/
+13
2021-03-29
scaffold - insertQuery
LazyDBA247-Anyvision
1
-0
/
+16
2021-03-25
add a snowflake sequencer as more robust fid generator, but less compressable...
李海
1
-1
/
+1
2021-03-24
GOMAXPROCS use defaults to the value of runtime.NumCPU
Konstantin Lebedev
3
-7
/
+0
2021-03-23
more help message
Chris Lu
3
-3
/
+3
2021-03-23
mysql: ensure name column is case sensitive
Chris Lu
1
-4
/
+4
2021-03-16
Merge branch 'upstreamMaster' into check_chunkviews_mr
Konstantin Lebedev
1
-1
/
+1
2021-03-16
CheckAllChunkViews() for HEAD requests only
Konstantin Lebedev
1
-1
/
+1
2021-03-16
revert fasthttp changes
Chris Lu
1
-1
/
+1
2021-03-14
go fmt
Chris Lu
1
-1
/
+1
2021-03-12
default to empty host to bind to tcp4 and tcp6
Chris Lu
4
-4
/
+4
2021-03-11
mount: add a bit retry when connecting to filer during startup
Chris Lu
1
-7
/
+14
2021-03-10
Merge pull request #1872 from kmlebedev/grpc_auth
Chris Lu
2
-2
/
+6
2021-03-10
add comments
Konstantin Lebedev
1
-0
/
+1
2021-03-10
allowed wildcard domain
Konstantin Lebedev
1
-0
/
+1
2021-03-10
comma-separated
Konstantin Lebedev
1
-4
/
+4
2021-03-08
TLS allowed commonNames
Konstantin Lebedev
1
-1
/
+4
2021-03-08
permitCommonNames
Konstantin Lebedev
1
-1
/
+0
2021-03-07
make tcp optional
Chris Lu
2
-1
/
+6
2021-03-06
adds tcp writes benchmark
Chris Lu
1
-1
/
+24
2021-03-05
volume server: support tcp direct put/get/delete
Chris Lu
1
-0
/
+22
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-03-03
adjust help message
Chris Lu
1
-1
/
+1
2021-03-03
add filer.meta.backup command
Chris Lu
2
-0
/
+269
2021-03-02
adjust help message
Chris Lu
1
-2
/
+2
2021-03-02
support IPv6
Chris Lu
4
-4
/
+4
2021-02-28
go fmt
Chris Lu
1
-1
/
+0
2021-02-28
filer.backup: added to replace filer.replicate
Chris Lu
4
-99
/
+292
2021-02-28
minor
Chris Lu
1
-2
/
+2
2021-02-28
data sink: add incremental mode
Chris Lu
1
-0
/
+8
2021-02-22
disk type support custom tags
Chris Lu
9
-11
/
+11
2021-02-20
support command line arguments in a configuration file so we can `weed master...
bingoohuang
1
-1
/
+1
2021-02-18
webdav adds disktype
Chris Lu
3
-0
/
+5
2021-02-18
webdav add replication setting
Chris Lu
3
-1
/
+6
2021-02-17
go fmt
Chris Lu
3
-4
/
+4
2021-02-17
refactoring to get master function, instead of passing master values directly
Chris Lu
5
-12
/
+14
2021-02-16
this can compile now!!!
Chris Lu
2
-4
/
+5
2021-02-15
better postgres connection pool management
LazyDBA247-Anyvision
1
-0
/
+2
2021-02-14
disk type only supports hdd and ssd, not ready for random tags yet
Chris Lu
7
-8
/
+8
[next]