aboutsummaryrefslogtreecommitdiff
path: root/weed/util/bytes.go
AgeCommit message (Collapse)AuthorFilesLines
2024-08-07randomizing next file handle idchrislu1-0/+6
2021-04-27minFreeSpace refactoredbingoohuang1-17/+5
2021-04-26minFreeSpace argument allows size like 10GiBbingoohuang1-0/+107
2020-10-20mount: shortcut when there is only one chunkChris Lu1-0/+13
2020-09-24switch hardlink id from int64 to bytesChris Lu1-3/+3
2020-09-24hardlink works nowChris Lu1-0/+6
2020-08-28add signatures to messages to avoid double processingChris Lu1-0/+7
2020-08-09add back fs node cache for renamingChris Lu1-1/+9
2020-08-06filer: store md5 metadata for files uploaded by filerChris Lu1-2/+15
fix https://github.com/chrislusf/seaweedfs/issues/1412
2020-05-29util.BytesToHumanReadablebingoohuang1-0/+16
2020-04-08add util for md5Chris Lu1-0/+7
2020-03-30writing meta logs is workingChris Lu1-0/+17
2020-01-19filer: set inodeChris Lu1-0/+31
avoid "getcwd: No such file or directory"
2019-08-23Revert "use std encoding lib"Chris Lu1-27/+6
2019-08-19use std encoding libdivinerapier1-6/+27
Signed-off-by: divinerapier <poriter.coco@gmail.com>
2016-06-02directory structure change to work with glideChris Lu1-0/+45
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2013-02-10testing compilation with remove packageChris Lu1-33/+0
2013-02-10avoid the "src" folderChris Lu1-0/+33