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
/
go
/
weed
/
weed_server
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-19
FIXED: When RaftServer cannot find a leader, Return a more readable error.
yanyiwu
1
-1
/
+6
2015-04-18
[ui] seaweedfs logo and icon
yanyiwu
2
-2
/
+10
2015-04-16
More consistency with SeaweedFS name
Stuart P. Bentley
2
-4
/
+4
2015-04-16
Merge pull request #119 from stuartpb/fix-namesapce
chrislusf
1
-2
/
+2
2015-04-16
Fix flat_namespace_filer.go implementing "FlatNamesapceFiler"
Stuart P. Bentley
1
-2
/
+2
2015-04-16
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
Stuart P. Bentley
17
-57
/
+57
2015-04-16
Nomalize url before redirecting.
chrislusf
2
-2
/
+3
2015-04-14
skip directory listing when paginating files.
chrislusf
1
-1
/
+8
2015-04-13
Adding filer option disableDirListing
chrislusf
2
-1
/
+7
2015-04-06
change count to uint64 to fix #109
chrislusf
1
-2
/
+2
2015-03-29
Adjust logging level.
chrislusf
1
-1
/
+1
2015-03-29
Add boltdb for volume needle map
chrislusf
2
-6
/
+6
2015-03-27
add leveldb support for needle map
chrislusf
2
-16
/
+7
2015-03-24
[ui] add ui to status page
chrislusf
2
-0
/
+6
2015-03-24
[ui] format peers
chrislusf
2
-3
/
+3
2015-03-22
tweaking ui
chrislusf
6
-8
/
+73
2015-03-19
Add Initial Seaweed File System UI
chrislusf
7
-1
/
+232
2015-03-13
fix public handler setup
chrislusf
1
-3
/
+3
2015-03-10
follow golint suggestions
chrislusf
4
-13
/
+12
2015-03-09
Add read only public port on volume server
chrislusf
2
-23
/
+11
2015-03-09
Avoid wrong way to delete on replication failure
chrislusf
1
-1
/
+0
2015-02-25
Separate read and write volume handlers.
Chris Lu
4
-312
/
+369
2015-02-12
Redirect to publicUrl
chrislusf
1
-1
/
+1
2015-02-12
Randomize http redirect.
chrislusf
1
-5
/
+2
2015-02-12
Move the redirect url perfer to volume server's PublicUrl
yourchanges
1
-1
/
+5
2015-02-12
Move the redirect url to volume server's PublicUrl (reverted from commit 2df7...
yourchanges
1
-1
/
+1
2015-02-12
Move the redirect url to volume server's PublicUrl
yourchanges
1
-1
/
+1
2015-02-07
merge conflicts
Chris Lu
7
-32
/
+51
2015-02-04
use sync.RWMutex when masterNode changes
yanyiwu
2
-7
/
+22
2015-02-02
change CLI option from publicIp to publicUrl
chrislusf
1
-3
/
+1
2015-02-02
Using Url instead of PublicUrl for volume server
chrislusf
4
-5
/
+5
2015-01-31
Update volume server's master node when masters change.
chrislusf
1
-0
/
+1
2015-01-18
Add optional admin port to volume server, to seperate admin operations from n...
Chris Lu
1
-2
/
+4
2015-01-14
Resolve Conflicts
Chris Lu
1
-1
/
+1
2015-01-13
Cleanup error printing.
Chris Lu
1
-1
/
+1
2015-01-13
fix some typos
Lei Xue
1
-1
/
+1
2015-01-13
Separate into admin and public mux for volume servers.
Chris Lu
1
-13
/
+13
2015-01-12
Fix go vet warnings.
Chris Lu
2
-2
/
+2
2015-01-09
add w.Write for FilerServer HTTP response
yanyiwu
1
-0
/
+1
2015-01-08
fix bug: 'http: multiple response.WriteHeader calls'
yanyiwu
1
-1
/
+0
2015-01-08
Set http status after modifying response headers.
Chris Lu
10
-88
/
+87
2015-01-06
Add Redis support for Distributed Filer store.
Chris Lu
1
-7
/
+12
2015-01-06
Adjust function name.
Chris Lu
1
-1
/
+1
2015-01-06
fix bug about the collection in volume is wrong when curl -F "file=@/tmp/test...
yanyiwu
1
-0
/
+1
2015-01-05
Add support for distributed filer metadata store.
Chris Lu
2
-6
/
+18
2015-01-05
Refactoring for supporing cassandra as filer meta data store
Chris Lu
1
-1
/
+2
2015-01-05
refactoring for later security changes
Chris Lu
4
-52
/
+37
2014-12-26
use github.com/golang/protobuf/proto instead of code.google.com/p/goprotobuf/...
yanyiwu
1
-1
/
+1
2014-12-14
switch it back to chris's repo
Brian McQueen
13
-39
/
+39
2014-12-14
switch to my forked repo
Brian McQueen
13
-39
/
+39
[prev]
[next]