index
:
unf-legacy
this commit
trunk
wip/durability
unfathomable monorepo archive
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ripple
/
fossil
Age
Commit message (
Expand
)
Author
2022-06-19
ripple/fossil: box the bao decoder
edef
2022-06-13
ripple/fossil: use std::os::unix::prelude
edef
2022-06-12
ripple/fossil/chunker: use hex_literal rather than hex escapes
edef
2022-05-10
ripple/fossil: permit importing trees from git repos
edef
2022-05-05
ripple/fossil/mount: document how . and .. work
edef
2022-05-05
ripple/fossil/Cargo.toml: sort deps
edef
2022-05-05
ripple/fossil/mount: terminate out-of-bounds Node::find early
edef
2022-05-04
ripple/fossil/mount: don't allocate on readdir
edef
2022-05-04
ripple/fossil/mount: back memtree with a single Vec
edef
2022-05-03
ripple/fossil: handle missing blobs more gracefully
edef
2022-05-03
ripple/fossil/mount: expose arbitrary directories by digest
edef
2022-05-03
ripple/fossil/mount: make node references more flexible
edef
2022-05-03
ripple/fossil/mount: memtree API cleanup
edef
2022-05-03
ripple/fossil: fix clippy nit
edef
2022-05-03
ripple/fossil: don't expose protobufs in the frontend
edef
2022-05-03
ripple/fossil: add digest_from_str and digest_str
edef
2022-05-03
ripple/fossil/chunker: clean up SAFETY comments
edef
2022-05-03
ripple/fossil/add: only accept a single directory arg
edef
2022-05-03
ripple/fossil: expose add_directory
edef
2022-05-03
ripple/fossil: don't recursively fsync
edef
2022-05-03
ripple/fossil: make store path configurable
edef
2022-05-03
ripple/fossil: use clap
edef
2022-05-02
ripple/fossil/chunker: iterate smarter
edef
2022-05-02
ripple/fossil/chunker: use const computation for DISCRIMINATOR
edef
2022-05-02
ripple/fossil/chunker: remove hasher initialisation bounds check
edef
2022-05-02
ripple/fossil/chunker: factor out Chunker::cut
edef
2022-05-02
ripple/fossil/chunker: eliminate indexing and bounds checks
edef
2022-05-02
ripple/fossil/chunker: hardcode the discriminator
edef
2022-05-01
ripple/fossil: benchmark Chunker using Criterion
edef
2022-05-01
ripple/fossil/chunker: DRY out super::* from the tests
edef
2022-05-01
ripple/fossil/chunker: DRY out WINDOW_SIZE
edef
2022-05-01
ripple/fossil/chunker: simplify and test Chunker::size_hint
edef
2022-05-01
ripple/fossil/chunker: remove Rolling::try_from_slice
edef
2022-05-01
ripple/fossil/chunker: test early cutoff for <= MIN_CHUNK_SIZE
edef
2022-05-01
ripple/fossil/chunker: drop unused derives
edef
2022-05-01
ripple/fossil/chunker: clarify MAX_CHUNK_SIZE test
edef
2022-05-01
ripple/fossil/chunker: handle and test boundary condition correctness
edef
2022-05-01
ripple/fossil/chunker: use b-strings for test data
edef
2022-04-28
ripple/fossil: use to_be_bytes rather than write_u64
edef
2022-04-28
ripple/fossil: ensure durability of add_path
edef
2022-04-28
ripple/fossil: deduplicate using content-defined chunking
edef
2022-04-28
ripple/fossil/mount: don't serve short reads
edef
2022-04-28
ripple/fossil: outline write_blob_inner
edef
2022-04-26
ripple/fossil: use the default sled tree for global metadata, not blobs
edef
2022-04-25
ripple/fossil/mount: implement incremental file reads
edef
2022-04-25
ripple/fossil: implement incremental blob reading
edef
2022-04-25
ripple/fossil: store bao outboard tree in the blob metadata
edef
2022-04-25
ripple/fossil: store blob metadata as protobuf
edef
2022-04-24
ripple/fossil/mount: implement stateful file handles
edef
2022-04-24
ripple/fossil: implement io::Seek for RawBlob
edef
[next]