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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-12
1. increase default concurrency level
Chris Lu
1
-9
/
+42
2014-03-12
adjusting error message
Chris Lu
1
-1
/
+1
2014-03-12
in progress, trying to make benchmark working better to reuse http
Chris Lu
2
-38
/
+86
2014-03-12
fix error message
Chris Lu
1
-1
/
+1
2014-03-12
fix https://code.google.com/p/weed-fs/issues/detail?id=64
Chris Lu
1
-1
/
+1
2014-03-10
add percentage of benchmark progress
Chris Lu
2
-2
/
+5
2014-03-10
minor output format change
Chris Lu
1
-1
/
+1
2014-03-10
adding progress report during benchmarking
Chris Lu
1
-4
/
+20
2014-03-10
can now delete a collection! Is this a dangerous feature? Only enabling
Chris Lu
4
-0
/
+32
2014-03-09
benchmarking writing data to a specific collection
Chris Lu
3
-20
/
+42
2014-03-09
better benchmarking statistics
Chris Lu
1
-38
/
+91
2014-03-09
a kind of working benchmark
Chris Lu
2
-0
/
+289
2014-03-09
truncate file content during creating
Chris Lu
1
-1
/
+1
2014-03-03
fixed redirection error
Chris Lu
1
-1
/
+1
2014-03-02
spelling error with parameter name!
Chris Lu
1
-1
/
+1
2014-03-02
Major:
Chris Lu
9
-64
/
+67
2014-02-14
1. volume server auto detect clustered master nodes
Chris Lu
3
-7
/
+24
2014-02-09
cleaner cluster messages
Chris Lu
2
-0
/
+15
2014-02-06
set to 400 Bad Request when failed to parse file id, recommended by
Chris Lu
1
-2
/
+2
2014-02-06
set to 404 when failed to read file id
Chris Lu
1
-1
/
+3
2014-02-06
avoid index out of range exception
Chris Lu
1
-3
/
+3
2014-02-05
help message adjustment
Chris Lu
1
-1
/
+1
2014-02-05
optimize for submission from clustered master nodes
Chris Lu
2
-3
/
+11
2014-02-05
be lenient when writing, but report right away when volume size limit is
Chris Lu
1
-1
/
+1
2014-02-05
bump up to 0.46
Chris Lu
1
-1
/
+1
2014-02-05
working auto fail-over master node
Chris Lu
3
-12
/
+39
2014-02-05
a stable working clustering master node implementation
Chris Lu
2
-8
/
+54
2014-02-05
adjust description text
Chris Lu
1
-1
/
+1
2014-02-04
go fmt
Chris Lu
2
-8
/
+8
2014-02-04
minor adjustment for weed master nodes clustering
Chris Lu
2
-4
/
+14
2014-01-29
reduce the default volume size to 32000MB from 32768MB
Chris Lu
1
-1
/
+1
2014-01-28
Issue 62: Latest raft update breaks the build
Chris Lu
1
-1
/
+1
2014-01-21
Issue 60: weed export -collection doesn't work
Chris Lu
1
-0
/
+3
2013-12-09
toughen up error handling for invalid fid
Chris Lu
1
-1
/
+5
2013-12-09
disable raft logging
Chris Lu
1
-1
/
+1
2013-12-09
a start for distributed master support, not working yet
Chris Lu
3
-5
/
+188
2013-12-09
mux router cannot handle "/" correctly. switching it off for volume
Chris Lu
6
-40
/
+47
2013-12-03
clean up etcd backing for sequence persistent storage. It uses some OS
Chris Lu
2
-5
/
+0
2013-12-03
adding "server" command to start both volume server and an embedded
Chris Lu
3
-2
/
+134
2013-12-02
ssue 59: Multi Ip Enviromment support + publicUrl is disregarded by
Chris Lu
2
-3
/
+4
2013-12-02
use glog
Chris Lu
2
-2
/
+0
2013-12-02
switch to glog debugging
Chris Lu
2
-110
/
+2
2013-12-02
refactoring to separate master and volume server, so that these servers
Chris Lu
8
-531
/
+741
2013-12-01
refactoring, start to use gorilla/mux
Chris Lu
2
-19
/
+23
2013-11-19
comment out etcd support due to its os specific system calls
Chris Lu
1
-6
/
+6
2013-11-18
version 0.45!
Chris Lu
1
-1
/
+1
2013-11-18
added download command to download file by fileid
Chris Lu
2
-1
/
+122
2013-11-18
fix filename not set error
Chris Lu
1
-1
/
+1
2013-11-18
formatting
Chris Lu
1
-2
/
+2
2013-11-18
add option to split large files into parts and then upload
Chris Lu
1
-2
/
+7
[prev]
[next]