Stuart P. Bentley
1a194a578c
More consistency with SeaweedFS name
...
Among the changes, this replaces a couple instances of "Seaweed File System"
with "SeaweedFS", for the same reason that nobody says "Mongo Data Base".
2015-04-16 21:11:25 +00:00
chrislusf
e736963f3c
Merge pull request #119 from stuartpb/fix-namesapce
...
Fix flat_namespace_filer.go implementing "FlatNamesapceFiler"
2015-04-16 13:27:13 -07:00
Stuart P. Bentley
03d99503bb
Fix flat_namespace_filer.go implementing "FlatNamesapceFiler"
2015-04-16 20:18:34 +00:00
Stuart P. Bentley
f0c2a2dcb3
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
2015-04-16 19:18:06 +00:00
chrislusf
b07d81fb08
follow golint suggestions
2015-03-10 00:20:34 -07:00
Chris Lu
af416189f1
Cleanup error printing.
2015-01-13 17:04:41 -08:00
Chris Lu
e4531fc1e6
Add Redis support for Distributed Filer store.
2015-01-06 20:15:13 -08:00
Chris Lu
49784d7f28
Add support for distributed filer metadata store.
2015-01-05 23:03:27 -08:00
Chris Lu
165734ce11
Refactoring for supporing cassandra as filer meta data store
2015-01-05 14:58:30 -08:00
Chris Lu
179d36ba0e
formatting code by: goimports -w=true .
2014-10-26 11:34:55 -07:00
wyy
4126280d55
use github.com/chrislusf instead of github.com/aszxqw
2014-09-25 16:57:22 +08:00
wyy
1cd19447e3
use github.com/aszxqw instead of code.google.com/p
2014-09-25 00:47:09 +08:00
Chris Lu
b9aee2defb
add TTL support
...
The volume TTL and file TTL are not necessarily the same. as long as
file TTL is smaller than volume TTL, it'll be fine.
volume TTL is used when assigning file id, e.g.
http://.../dir/assign?ttl=3h
file TTL is used when uploading
2014-09-20 12:38:59 -07:00
Chris Lu
a092794804
use error to report error
2014-09-04 19:34:43 -07:00
Chris Lu
4be5ccd0c8
resolve directory log file error
...
avoid possible race condition
2014-09-04 19:26:31 -07:00
Chris Lu
b8bef16c98
test move function
2014-07-20 23:48:48 -07:00
Chris Lu
5f975f5ce8
fix test error due to changed api
2014-07-20 23:45:32 -07:00
Chris Lu
77fd5ecd98
Add /admin/mv to move a file or a folder
2014-07-20 23:12:49 -07:00
Chris Lu
4ac8f2e59d
adjust file name
2014-07-20 17:42:09 -07:00
Chris Lu
f7d6909b6f
1. refactor, move image resizing to its own package
...
2. make code compile
2014-05-14 23:44:19 -07:00
Chris Lu
029923329d
add os.Kill signal to handle.
...
go fmt some code.
2014-05-13 11:32:10 -07:00
Chris Lu
dc24bad791
releasing 0.58 to handle control+c interrupts.
...
compilable now. but FUSE mount is not working.
2014-05-13 11:25:48 -07:00
Chris Lu
328aa48c6a
Can compile now. not working just yet.
2014-05-12 22:57:23 -07:00
Chris Lu
83c0c9843d
Add option to recursively delete a folder.
2014-04-17 22:33:21 -07:00
Chris Lu
e378f9892d
Avoid showing the first directory when listing the root directory
2014-04-17 22:32:21 -07:00
Chris Lu
5f4dc11409
1. root dir has id of 0
...
2. only delete empty folders
3. correct listing files under a folder
2014-04-09 21:01:48 -07:00
Chris Lu
abde40377c
a correct implementation of filer
2014-04-09 09:44:58 -07:00