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
/
storage
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-18
adjust function name
Chris Lu
2
-4
/
+4
2013-11-12
support for collections!
Chris Lu
3
-23
/
+39
2013-10-31
fix issue 52
Chris Lu
1
-10
/
+19
2013-10-31
add test case for issue 52
Chris Lu
1
-0
/
+14
2013-10-31
fix test
Chris Lu
1
-0
/
+1
2013-10-31
log changes
Chris Lu
1
-2
/
+6
2013-10-16
issue 48 weed upload does not set the modified date
Chris Lu
1
-1
/
+1
2013-09-28
add a command to force compaction of a volume, removing deleted files
Chris Lu
2
-2
/
+2
2013-09-19
Issue 45 in weed-fs: [Compact issue] Offset overflow
Chris Lu
3
-10
/
+13
2013-09-01
issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>
Chris Lu
8
-22
/
+40
2013-08-14
easier for client to delete file
Chris Lu
2
-9
/
+7
2013-08-12
v0.40
Chris Lu
1
-2
/
+4
2013-08-12
correct and more cleaner logic to fall back to read only mode
Chris Lu
1
-40
/
+67
2013-08-11
wording change
Chris Lu
1
-2
/
+2
2013-08-11
handle cases when .idx files are also readonly
Chris Lu
4
-16
/
+25
2013-08-08
switching to temporarily use glog library
Chris Lu
11
-70
/
+84
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
1
-1
/
+6
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-19
fix for issue #35
Chris Lu
1
-3
/
+7
2013-07-19
fix issue 34
Chris Lu
1
-2
/
+1
2013-07-15
support gzip file upload, fix problem during replication of gzipped data
Chris Lu
1
-2
/
+4
2013-07-13
clean up log fmt usage. Move to log for important data changes,
Chris Lu
3
-8
/
+9
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
1
-56
/
+104
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
avoid writing the same file
Chris Lu
2
-2
/
+31
2013-07-10
1. ensure replicated file has the same timestamp
Chris Lu
1
-1
/
+4
2013-07-08
Issue 27: feature request - Last-Modified header
Chris Lu
2
-10
/
+36
2013-07-05
Issue 26: Could not download uploaded files
Chris Lu
1
-0
/
+10
2013-07-03
add error when size limit is reached
Chris Lu
1
-15
/
+19
2013-06-19
add dataCenter option when assign file keys
Chris Lu
3
-27
/
+115
2013-05-05
Tamás Gulácsi contributed cdb map for read only extremely low memory
Chris Lu
2
-0
/
+398
2013-04-18
refactoring needle mapper interface to separate index file storage logic
Chris Lu
3
-36
/
+67
2013-04-16
refactoring, same logic, but the store replication logic is moved to a
Chris Lu
2
-2
/
+39
2013-04-14
fix compilation error
Chris Lu
1
-3
/
+4
2013-04-14
accurate error messages during writing
Chris Lu
1
-5
/
+10
2013-04-14
merge changes from about dealing with read only volumes.
Chris Lu
3
-9
/
+36
2013-02-26
add lots of error checking by GThomas
Chris Lu
6
-16
/
+32
2013-02-26
checking file name empty
Chris Lu
1
-2
/
+8
2013-02-11
only cares about error other than EOF
Chris Lu
1
-1
/
+5
2013-02-11
avoid EOF error on windows. This is a "try to load" function anyway.
Chris Lu
1
-1
/
+1
2013-02-11
do not truncate file if any error happens. Truncating will lose all
Chris Lu
1
-11
/
+3
2013-02-10
Issue 15: Stress test corrupts volume
Chris Lu
2
-19
/
+35
2013-02-10
go vet
Chris Lu
3
-13
/
+13
2013-02-10
testing compilation with remove package
Chris Lu
14
-0
/
+1478