Mokhtar Naamani 2612029c2e storage-node: check stat completion on next tick 3 年 前
..
fs cab7971c6f storage-node: Autofix linter errors. 4 年 前
test cab7971c6f storage-node: Autofix linter errors. 4 年 前
.eslintrc.js 34358429f8 move storage node into storage-node/ folder 4 年 前
README.md 8b34fc03d2 storage-node: prettier formatting 4 年 前
externalPromise.js 59033a758e storage-node: Fix linter errors. 4 年 前
lru.js cab7971c6f storage-node: Autofix linter errors. 4 年 前
package.json 6d9153d042 pioneer and nodejs fixes 3 年 前
pagination.js 65a0f73a6a storage-node: Fix bugs. 4 年 前
ranges.js 1b4d6d621e storage-node: ranges util, remove commented debug statements 4 年 前
sleep.js 2612029c2e storage-node: check stat completion on next tick 3 年 前
stripEndingSlash.js 70901582ec storage-node: Fix files format. 4 年 前

README.md

Summary

This package contains general utility functions for running the colossus storage node.

  • lru contains an in-memory least-recently-used cache abstraction.
  • fs/* contains helpers for resolving path names and walking file system hierarchies.
  • pagination contains utility functions for paginating APIs.
  • ranges contains functions for dealing with Range headers in download requests.