seaweedfs/go/weed/weed_server
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
..
common.go add TTL support 2014-09-20 12:38:59 -07:00
filer_server.go Add /admin/mv to move a file or a folder 2014-07-20 23:12:49 -07:00
filer_server_handlers.go add TTL support 2014-09-20 12:38:59 -07:00
filer_server_handlers_admin.go comments change 2014-07-20 23:17:29 -07:00
master_server.go Adjust "weed server" parameters. 2014-05-26 17:34:54 -07:00
master_server_handlers.go Use type ClusterStatusResult for writing and reading results 2014-04-15 09:30:08 -07:00
master_server_handlers_admin.go add TTL support 2014-09-20 12:38:59 -07:00
raft_server.go 1. volume server now sends master server its max file key, so that 2014-04-16 23:43:27 -07:00
raft_server_handlers.go 1. volume server now sends master server its max file key, so that 2014-04-16 23:43:27 -07:00
volume_server.go remove uploading stated from volume server. 2014-08-05 18:14:12 -07:00
volume_server_handlers.go wrap etag value with double quotes 2014-08-26 10:15:12 -07:00
volume_server_handlers_admin.go add TTL support 2014-09-20 12:38:59 -07:00
volume_server_handlers_helper.go Add partial content request support. 2014-05-26 21:15:05 -07:00
volume_server_handlers_vacuum.go refactor: split volume handlers into 3 files 2014-04-14 00:13:18 -07:00