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
2013-08-11
handle cases when .idx files are also readonly
Chris Lu
5
-17
/
+27
2013-08-09
avoid changing max size
Chris Lu
3
-6
/
+6
2013-08-08
switching to temporarily use glog library
Chris Lu
34
-167
/
+199
2013-08-08
copying from glog project. Need to adjust several APIs
Chris Lu
5
-0
/
+1722
2013-08-08
avoid verbose log message when some volumes are full
Chris Lu
1
-1
/
+1
2013-08-06
add /submit handler for both master and volume server
Chris Lu
2
-42
/
+52
2013-08-06
Issue 6: upload file without id specified
Chris Lu
4
-10
/
+55
2013-08-06
refactor "content upload" out of needle creation
Chris Lu
1
-30
/
+40
2013-08-05
report errors when upload timeouts
Chris Lu
2
-24
/
+28
2013-07-29
replicate mime type
Chris Lu
3
-4
/
+10
2013-07-28
release 0.37
Chris Lu
1
-1
/
+1
2013-07-28
a little more concise
Chris Lu
1
-4
/
+3
2013-07-28
Issue 37: Replicate delete
Chris Lu
1
-3
/
+4
2013-07-24
fix when volume growth are partial successful in automatic mode
Chris Lu
2
-9
/
+21
2013-07-20
add more description to upload command
Chris Lu
1
-0
/
+10
2013-07-20
release 0.36
Chris Lu
1
-1
/
+1
2013-07-19
fix for issue #35
Chris Lu
1
-3
/
+7
2013-07-19
fix issue 34
Chris Lu
1
-2
/
+1
2013-07-15
better locking to prevent any possible memory access error
Chris Lu
1
-0
/
+15
2013-07-15
upload respect master default replication setting
Chris Lu
1
-3
/
+5
2013-07-15
escaping upload file name special characters
Chris Lu
3
-9
/
+16
2013-07-15
remove logging
Chris Lu
2
-2
/
+1
2013-07-15
bump up the versoin
Chris Lu
1
-1
/
+1
2013-07-15
support gzip file upload, fix problem during replication of gzipped data
Chris Lu
4
-5
/
+11
2013-07-13
add support for http://localhost:8080/vid/key_cookie
Chris Lu
1
-2
/
+11
2013-07-13
adjust usage
Chris Lu
1
-1
/
+1
2013-07-13
upload files recursively matching a pattern
Chris Lu
1
-0
/
+7
2013-07-13
better error message if directory is not found
Chris Lu
1
-6
/
+10
2013-07-13
prepare for 0.34 release
Chris Lu
1
-1
/
+1
2013-07-13
clean up log fmt usage. Move to log for important data changes,
Chris Lu
10
-41
/
+40
2013-07-13
Fix a file name parsing error
Chris Lu
1
-2
/
+3
2013-07-13
Consistent result format when error happens
Chris Lu
1
-17
/
+16
2013-07-13
Add support to upload a directory recursively.
Chris Lu
1
-11
/
+35
2013-07-13
use bytes.Equal() instead, Thanks for Thomas' suggestion
Chris Lu
1
-7
/
+2
2013-07-13
add support for multiple folders and multiple max limit: eg
Chris Lu
2
-75
/
+139
2013-07-12
bump up to 0.33
Chris Lu
1
-1
/
+1
2013-07-12
added support for /vid/keycookie/filename.txt format for HTTP GET
Chris Lu
2
-26
/
+31
2013-07-12
ensure append only for deleted files
Chris Lu
1
-2
/
+2
2013-07-12
write file info only when data is not empty
Chris Lu
1
-21
/
+21
2013-07-11
empty deleted file
Chris Lu
1
-0
/
+1
2013-07-11
"weed upload" return message changes
Chris Lu
2
-9
/
+12
2013-07-11
avoid writing the same file
Chris Lu
2
-2
/
+31
2013-07-11
ensure mime type checking by lower cased file name extension
Chris Lu
1
-1
/
+2
2013-07-11
Issue 28: [HELP NEEDED] weed upload does not send correct mime type to
Chris Lu
1
-2
/
+8
2013-07-10
remove unused code
Chris Lu
1
-4
/
+1
2013-07-10
1. ensure replicated file has the same timestamp
Chris Lu
5
-9
/
+20
2013-07-09
bump up version number to 0.32
Chris Lu
1
-1
/
+1
2013-07-08
Issue 27: feature request - Last-Modified header
Chris Lu
4
-14
/
+58
2013-07-08
change default number of volumes to 7, so that the first volume growth
Chris Lu
1
-1
/
+5
2013-07-05
Issue 26: Could not download uploaded files
Chris Lu
1
-0
/
+10
[next]