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.