seaweedfs/go/storage
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
..
cdb_map.go 1. v0.54 2014-04-17 00:16:44 -07:00
cdb_map_test.go 1. v0.54 2014-04-17 00:16:44 -07:00
compact_map.go fix issue 52 2013-10-31 12:57:06 -07:00
compact_map_perf_test.go Major: 2014-03-02 22:16:54 -08:00
compact_map_test.go add test case for issue 52 2013-10-31 12:55:51 -07:00
compress.go compress *.htm file 2014-07-08 09:32:55 -07:00
crc.go wrap etag value with double quotes 2014-08-26 10:15:12 -07:00
file_id.go refactor functions 2014-03-23 21:57:10 -07:00
needle.go add TTL support 2014-09-20 12:38:59 -07:00
needle_map.go Important Fix: Avoid overwriting the index file!!! 2014-05-29 19:19:03 -07:00
needle_read_write.go add TTL support 2014-09-20 12:38:59 -07:00
replica_placement.go add TTL support 2014-09-20 12:38:59 -07:00
replica_placement_test.go fix bug when reading back the replica settings! 2014-04-13 03:06:15 -07:00
store.go add TTL support 2014-09-20 12:38:59 -07:00
store_vacuum.go Refactor out weedfs vacuum. 2014-05-19 19:18:39 -07:00
volume.go add TTL support 2014-09-20 12:38:59 -07:00
volume_id.go testing compilation with remove package 2013-02-10 03:49:51 -08:00
volume_info.go add TTL support 2014-09-20 12:38:59 -07:00
volume_super_block.go add TTL support 2014-09-20 12:38:59 -07:00
volume_super_block_test.go add TTL support 2014-09-20 12:38:59 -07:00
volume_ttl.go add TTL support 2014-09-20 12:38:59 -07:00
volume_vacuum.go add TTL support 2014-09-20 12:38:59 -07:00
volume_version.go testing compilation with remove package 2013-02-10 03:49:51 -08:00