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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-02
directory structure change to work with glide
Chris Lu
10
-716
/
+0
2016-06-02
add missing unlock()!!!!!
Chris Lu
1
-0
/
+1
2016-05-30
rwlock concurrent read map
Chris Lu
1
-11
/
+33
2016-04-14
mark it as 0.71beta
chrislusf
1
-1
/
+1
2016-04-14
pooling []byte
chrislusf
2
-0
/
+168
2016-04-11
releasing 0.70
Chris Lu
1
-1
/
+1
2016-04-11
modify the lock
bluefoxah
1
-3
/
+2
2016-04-10
Revert "Merge pull request #284 from thinxer/binary"
chrislusf
1
-0
/
+45
2016-04-09
replace util/bytes.go with binary.BigEndian
Jianfei Wang
1
-45
/
+0
2016-04-08
Revert "Merge pull request #281 from thinxer/binary"
chrislusf
1
-0
/
+45
2016-04-06
replace util/bytes.go with binary.BigEndian
Jianfei Wang
1
-45
/
+0
2015-12-14
format changes
chrislusf
1
-3
/
+2
2015-12-15
`weed download` command use stream download the large file.
tnextday
1
-3
/
+2
2015-12-03
more check in `http_util.Delete`
tnextday
1
-2
/
+16
2015-05-26
Add "weed backup" command.
chrislusf
1
-0
/
+38
2015-05-25
Add ParseUint64 function
chrislusf
1
-1
/
+11
2015-04-16
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
Stuart P. Bentley
4
-4
/
+4
2015-04-16
Adjust versioning. Beta version should not have a date.
chrislusf
1
-1
/
+1
2015-04-16
Nomalize url before redirecting.
chrislusf
1
-0
/
+7
2015-04-14
0.70 beta start
chrislusf
1
-1
/
+1
2015-04-13
releasing 0.69
v0.69
Chris Lu
1
-1
/
+1
2015-03-27
add leveldb support for needle map
chrislusf
1
-2
/
+2
2015-03-10
follow golint suggestions
chrislusf
3
-6
/
+6
2015-02-26
a 0.69 beta release
Chris Lu
1
-1
/
+1
2015-02-11
Add publicUrl for master server
chrislusf
1
-1
/
+1
2015-02-07
merge conflicts
Chris Lu
1
-1
/
+6
2015-01-12
v0.68
Chris Lu
1
-1
/
+1
2015-01-08
add some String() to make codes easier to read and debug
yanyiwu
1
-1
/
+3
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
1
-0
/
+37
2014-12-05
Improve Benchmark tool's performance.
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
1
-1
/
+1
2014-10-26
formatting code by: goimports -w=true .
Chris Lu
4
-5
/
+6
2014-09-25
use github.com/chrislusf instead of github.com/aszxqw
wyy
3
-3
/
+3
2014-09-25
use github.com/aszxqw instead of code.google.com/p
wyy
3
-3
/
+3
2014-09-20
version 0.64
Chris Lu
1
-1
/
+1
2014-08-31
adding ttl field to volume super block
Chris Lu
2
-1
/
+13
2014-07-24
released 0.62 with solaris support
Chris Lu
1
-1
/
+1
2014-06-17
released 0.61, prepare for 0.62 beta
Chris Lu
1
-1
/
+1
2014-06-07
Remove glog from http_util for better reusability.
Chris Lu
1
-13
/
+0
2014-05-29
start to code for 0.61 release
Chris Lu
1
-1
/
+1
2014-05-27
0.60 beta start
Chris Lu
1
-1
/
+1
2014-05-13
0.59 beta
Chris Lu
1
-1
/
+1
2014-05-13
releasing 0.58 to handle control+c interrupts.
Chris Lu
1
-1
/
+1
2014-05-13
Add control+c or INT handling
Chris Lu
1
-1
/
+1
2014-05-12
support file names with a comma inside.
Chris Lu
1
-0
/
+1
2014-05-08
version upgrade
Chris Lu
1
-1
/
+1
2014-04-21
Change to protocol buffer for volume-join-masster message
Chris Lu
1
-0
/
+16
2014-04-17
start 0.56 beta
Chris Lu
1
-1
/
+1
2014-04-17
cut 0.55
Chris Lu
1
-1
/
+1
[next]