chrislusf
b07d81fb08
follow golint suggestions
10 years ago
Chris Lu
af416189f1
Cleanup error printing.
10 years ago
Chris Lu
e4531fc1e6
Add Redis support for Distributed Filer store.
10 years ago
Chris Lu
49784d7f28
Add support for distributed filer metadata store.
10 years ago
Chris Lu
165734ce11
Refactoring for supporing cassandra as filer meta data store
10 years ago
Brian McQueen
d56c748fa8
switch it back to chris's repo
10 years ago
Brian McQueen
c0dfdf4392
switch to my forked repo
10 years ago
Chris Lu
179d36ba0e
formatting code by: goimports -w=true .
10 years ago
wyy
4126280d55
use github.com/chrislusf instead of github.com/aszxqw
10 years ago
wyy
1cd19447e3
use github.com/aszxqw instead of code.google.com/p
10 years ago
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
10 years ago
Chris Lu
a092794804
use error to report error
10 years ago
Chris Lu
4be5ccd0c8
resolve directory log file error
avoid possible race condition
10 years ago
Chris Lu
b8bef16c98
test move function
11 years ago
Chris Lu
5f975f5ce8
fix test error due to changed api
11 years ago
Chris Lu
77fd5ecd98
Add /admin/mv to move a file or a folder
11 years ago
Chris Lu
4ac8f2e59d
adjust file name
11 years ago
Chris Lu
f7d6909b6f
1. refactor, move image resizing to its own package
2. make code compile
11 years ago
Chris Lu
029923329d
add os.Kill signal to handle.
go fmt some code.
11 years ago
Chris Lu
dc24bad791
releasing 0.58 to handle control+c interrupts.
compilable now. but FUSE mount is not working.
11 years ago
Chris Lu
328aa48c6a
Can compile now. not working just yet.
11 years ago
Chris Lu
83c0c9843d
Add option to recursively delete a folder.
11 years ago
Chris Lu
e378f9892d
Avoid showing the first directory when listing the root directory
11 years ago
Chris Lu
5f4dc11409
1. root dir has id of 0
2. only delete empty folders
3. correct listing files under a folder
11 years ago
Chris Lu
abde40377c
a correct implementation of filer
11 years ago