25 Commits (5f993a5f20fd96f8c866d7e09e881156cb510415)

Author SHA1 Message Date
aronneagu 77699855a7
Return ETag from remote when file doesn't exist on Filer (#4025) 2 years ago
chrislu 70a4c98b00 refactor filer_pb.Entry and filer.Entry to use GetChunks() 2 years ago
chrislu ea2637734a refactor filer proto chunk variable from mtime to modified_ts_ns 2 years ago
chrislu 036566629a filer.sync: fix synchronization logic in active-active mode 2 years ago
chrislu 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 years ago
chrislu a85ed3fe8f minor 2 years ago
chrislu 2ea18cdcc8 remove dead code 2 years ago
geekboood fdacd94af5 fix: invalid chunk data when failed to read manifests 3 years ago
justin 3551ca2fcf enhancement: replace sort.Slice with slices.SortFunc to reduce reflection 3 years ago
chrislu bb4beebce3 prevent nil 3 years ago
chrislu 4e2388e1b5 mount: set file size if it is only on remote gateway 3 years ago
chrislu 9405eaefdb filer.sync: fix replicating partially updated file 3 years ago
Chris Lu 8e2c9713a3 turn on new faster algorithm to translate into visible chunks 3 years ago
Chris Lu b9a2efd69b temporarily reverting 3 years ago
Chris Lu 8a124ef9fc Revert "remove deprecated code" 3 years ago
Chris Lu de7688c539 remove deprecated code 3 years ago
Chris Lu 7336990639 faster file read for large files 3 years ago
Chris Lu 7ab389e7ec optimization: improve random range query for large files 3 years ago
Konstantin Lebedev c2269123d3 fix aws style Etag for chunks 4 years ago
Chris Lu 69694a17be reverting 7d57664c2d 4 years ago
Chris Lu 7d57664c2d mount: internals switch to filer.Entry instead of protobuf 4 years ago
Chris Lu 2b76854641 add "weed filer.cat" to read files directly from volume servers 4 years ago
Konstantin Lebedev e4f2d9eb4a We return etag using the same algorithm as aws s3 4 years ago
Chris Lu 387ab6796f filer: cross cluster synchronization 4 years ago
Chris Lu eb7929a971 rename filer2 to filer 4 years ago
Chris Lu 99ecf63276 go fmt 4 years ago
Chris Lu aee27ccbe1 multiple fixes 4 years ago
Chris Lu d60bcbf08a sorting chunks 4 years ago
Chris Lu e72953dff7 logs 4 years ago
Chris Lu 2ba817afac read randomly written data 4 years ago
Chris Lu 6111b265e7 fix compilation 4 years ago
Chris Lu 4a77f0820a clean up logs 4 years ago
Chris Lu 8c9e6eaacd fix tests 4 years ago
Chris Lu 1d9ea30b72 fix ViewFromVisibleIntervals 4 years ago
Chris Lu c647deace1 file size support set file length 4 years ago
Chris Lu 97d97f3528 go code can read and write chunk manifest 4 years ago
Chris Lu 97239ce6f1 rename filechunk is_gzipped to is_compressed 5 years ago
Chris Lu f282ed444b refactoring 5 years ago
Chris Lu dc08e4098f add etag only for PUT or large chunked uploads 5 years ago
Chris Lu ec2eb8bc48 add If-None-Match and If-Modified-Since 5 years ago
Chris Lu 4aa82c95e6 refactor 5 years ago
Chris Lu f06ca04451 avoid overflow 5 years ago
Chris Lu ae2ee379c0 consistent 64bit size 5 years ago
Chris Lu 2e3f6ad3a9 filer: remember content is gzipped or not 5 years ago
Chris Lu 13e215ee5c filer: option to encrypt data on volume server 5 years ago
j.laycock 6fc6322c90 Change joeslay paths to chrislusf paths 5 years ago
j.laycock 595a1beff0 Swap imports to use joeslay 5 years ago
Chris Lu 3fa1f150d9 refactoring 6 years ago
Chris Lu be9a7592a1 incrementally calculate visible intervals 6 years ago
Chris Lu 832ac8129a reduce pointer usage 6 years ago