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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-05
refactoring for later security changes
Chris Lu
8
-57
/
+194
2014-12-26
use github.com/golang/protobuf/proto instead of code.google.com/p/goprotobuf/...
yanyiwu
4
-4
/
+4
2014-12-26
fix bug: upload a file which already existed return a wrong file size.
yanyiwu
3
-2
/
+19
2014-12-26
add String function for needle to print
yanyiwu
1
-0
/
+6
2014-12-14
switch it back to chris's repo
Brian McQueen
69
-140
/
+140
2014-12-14
make it turn on the filer when filer.redirectOnRead is set
Brian McQueen
1
-0
/
+4
2014-12-14
switch to my forked repo
Brian McQueen
69
-140
/
+141
2014-12-14
Merge branch 'master' of https://github.com/chrislusf/weed-fs
Brian McQueen
87
-390
/
+514
2014-12-08
Add optional http redirect for filer GET requests.
chrislusf
1
-1
/
+2
2014-12-08
Merge branch 'master' of https://github.com/chrislusf/weed-fs
chrislusf
1
-1
/
+1
2014-12-08
Add read-write lock to guard topology changes on new collections and ttls.
chrislusf
5
-34
/
+74
2014-12-08
Add filer option to redirect instead of proxying to volume server on file GET...
chrislusf
4
-13
/
+35
2014-12-05
Improve Benchmark tool's performance.
Chris Lu
1
-1
/
+1
2014-12-04
Remove a volume server concurrent connection limit.
chrislusf
1
-88
/
+62
2014-12-04
Add more thread safe counters. Tighten thread synchronization.
chrislusf
1
-30
/
+49
2014-11-30
Increase performance by reusing []byte, reducing GC.
Chris Lu
1
-1
/
+22
2014-11-28
Change name to Seaweed.
Chris Lu
1
-1
/
+1
2014-11-28
Write request id to first 8 bytes of a file, instead of whole file, for
Chris Lu
3
-16
/
+22
2014-10-27
Clean raft configurations if "peers" option is set.
Chris Lu
1
-21
/
+25
2014-10-26
formatting code by: goimports -w=true .
Chris Lu
84
-170
/
+205
2014-10-26
fix commenting error.
Chris Lu
1
-2
/
+2
2014-10-25
adjust visibility
Chris Lu
3
-4
/
+4
2014-10-25
fix typo
Chris Lu
3
-4
/
+4
2014-10-21
Add master bind ip address option.
Chris Lu
2
-3
/
+4
2014-10-21
Fix help text error.
Chris Lu
1
-1
/
+1
2014-10-21
print error the correct way.
Chris Lu
1
-12
/
+13
2014-10-19
Revert "fix func name HasWriableVolume"
bmcquee
2
-3
/
+3
2014-10-19
Revert "change wriable to writeable"
bmcquee
1
-1
/
+1
2014-10-19
change wriable to writeable
bmcquee
1
-1
/
+1
2014-10-19
add another logging line verbosity 2
bmcquee
1
-0
/
+1
2014-10-19
fix func name HasWriableVolume
bmcquee
2
-3
/
+3
2014-09-25
use github.com/chrislusf instead of github.com/aszxqw
wyy
69
-138
/
+138
2014-09-25
use github.com/aszxqw instead of code.google.com/p
wyy
69
-138
/
+138
2014-09-20
Fix typo.
Chris Lu
1
-1
/
+1
2014-09-20
Add "-ip.bind" option when starting volume servers.
Chris Lu
3
-7
/
+9
2014-09-20
adjust for external API changes
Chris Lu
1
-1
/
+4
2014-09-20
rename to Seaweed File System
Chris Lu
6
-7
/
+7
2014-09-20
Adding unit tests for volume ttl.
Chris Lu
3
-15
/
+63
2014-09-20
version 0.64
Chris Lu
1
-1
/
+1
2014-09-20
add TTL support
Chris Lu
31
-105
/
+416
2014-09-04
use error to report error
Chris Lu
1
-5
/
+13
2014-09-04
resolve directory log file error
Chris Lu
1
-2
/
+11
2014-08-31
adding ttl field to volume super block
Chris Lu
4
-1
/
+45
2014-08-26
wrap etag value with double quotes
Chris Lu
2
-2
/
+2
2014-08-25
Fix filer proxing http status code
Chris Lu
2
-1
/
+2
2014-08-25
a bit refactoring to prepare for volume format change and backward
Chris Lu
3
-57
/
+68
2014-08-05
remove uploading stated from volume server.
Chris Lu
2
-5
/
+0
2014-07-24
released 0.62 with solaris support
Chris Lu
3
-3
/
+3
2014-07-22
Add Etag support
Chris Lu
2
-0
/
+14
2014-07-21
1. pass through http response headers
Chris Lu
1
-0
/
+4
[prev]
[next]