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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-04
fix: correctly form partNumber from new entry.Name format in "listObjectParts...
Nikita Borzykh
1
-1
/
+7
2024-04-02
fix completed multiupload lost data (#5460)
skycope
3
-31
/
+66
2024-04-02
refactor
chrislu
6
-6
/
+16
2024-04-02
comment out println
chrislu
3
-11
/
+8
2024-04-02
fix panic at isAllWritable (#5457)
Konstantin Lebedev
1
-4
/
+9
2024-04-02
fix: always close volume file (#4530) (#5459)
Henco Appel
1
-4
/
+11
2024-04-01
shutdown follower when leader stops
chrislu
2
-6
/
+120
2024-04-01
send flush message to follower before shutting down logBuffer
chrislu
4
-1
/
+41
2024-04-01
fix: ensure complete gRPC stream consumption in doListFilerEntries to prevent...
Nikita Borzykh
1
-1
/
+1
2024-04-01
renaming
chrislu
5
-12
/
+12
2024-03-31
purge old code
chrislu
1
-2
/
+0
2024-03-31
shutdown follower if no clients, not only publishers
chrislu
1
-3
/
+1
2024-03-31
add control message to data message
chrislu
5
-427
/
+502
2024-03-31
send is_close message to broker
chrislu
5
-231
/
+260
2024-03-31
add publisher name for debugging
chrislu
7
-211
/
+236
2024-03-30
simplify
chrislu
3
-17
/
+4
2024-03-30
logs
chrislu
2
-2
/
+1
2024-03-30
fix: adjust condition in prefixFilterEntries prevent infinite loop (#5440)
Nikita Borzykh
1
-1
/
+1
2024-03-29
[master] grow volumes if no writable volumes in current dataCenter (#5434)
Konstantin Lebedev
4
-4
/
+19
2024-03-28
fix panic 5435 (#5436)
Konstantin Lebedev
4
-2
/
+10
2024-03-27
Merge branch 'master' into mq-subscribe
chrislu
4
-5
/
+5
2024-03-27
LocalPartition shutdown
chrislu
1
-18
/
+18
2024-03-27
simplify
chrislu
9
-63
/
+41
2024-03-27
change visibility
chrislu
1
-14
/
+14
2024-03-27
publish and send to follower
chrislu
2
-19
/
+23
2024-03-27
MaybeShutdownLocalPartition refactor
chrislu
1
-19
/
+19
2024-03-27
fix
chrislu
1
-1
/
+1
2024-03-27
refactor
chrislu
2
-45
/
+54
2024-03-27
refactor
chrislu
2
-12
/
+18
2024-03-27
lock instead of RLock, to prevent racing condition
chrislu
1
-2
/
+2
2024-03-27
separate goroutine to send ack to publisher
chrislu
2
-55
/
+40
2024-03-27
separate context
chrislu
1
-1
/
+1
2024-03-26
rename
chrislu
2
-5
/
+5
2024-03-26
log server list
chrislu
1
-1
/
+2
2024-03-25
print only adapted url
chrislu
3
-3
/
+3
2024-03-25
Merge branch 'master' into mq-subscribe
chrislu
11
-55
/
+230
2024-03-25
fix nil volume data backend
chrislu
1
-0
/
+3
2024-03-25
adjust logs
chrislu
1
-2
/
+3
2024-03-24
close local partition if no more publishers and subscribers
chrislu
1
-29
/
+28
2024-03-24
Move ListDirectoryEntries logic to ListDirectoryPrefixedEntries in etcd meta ...
Nikita Borzykh
1
-5
/
+5
2024-03-24
refactor
chrislu
2
-15
/
+15
2024-03-24
refactor
chrislu
3
-23
/
+24
2024-03-24
setup follower by publisher
chrislu
9
-434
/
+339
2024-03-24
fix filer address parsing (#5415)
Nikita Korolev
1
-13
/
+17
2024-03-24
Add TLS support, initial etcd connection check, fix key_prefix handling for e...
Nikita Borzykh
3
-23
/
+57
2024-03-22
[master] add test for PickForWrite add metrics for volume layout (#5413)
Konstantin Lebedev
3
-8
/
+123
2024-03-22
add basic support for sentry error reporting (#5410)
Nikita Korolev
1
-0
/
+15
2024-03-22
fix s3api: delimeter properly takes prefixes into account (#5411)
adasauce
1
-5
/
+9
2024-03-22
[mount] fix GetAttr blocks count (#5409)
wusong
1
-1
/
+1
2024-03-21
Merge branch 'master' into mq-subscribe
chrislu
1
-1
/
+1
[prev]
[next]