summary refs log tree commit diff
AgeCommit message (Expand)Author
2022-06-18githooks: initedef
2022-06-17ripple/minitrace: add set_tid_address, set_robust_list, and getrandomV
2022-06-13ripple/fossil: use std::os::unix::preludeedef
2022-06-12ripple/fossil/chunker: use hex_literal rather than hex escapesedef
2022-06-12third_party/cachunker: initedef
2022-06-12ripple/website: add SPDX annotationsedef
2022-06-12ripple/shell.nix: provide a wrapper for SUID fusermount(1)edef
2022-06-06fleet/hosts/trieste/web: fix homepage 404ingV
2022-06-06fleet/hosts/trieste/cgit: switch implementation to cgit-pinkV
2022-06-04fleet: upgrade to NixOS 22.05V
2022-05-30fleet/hosts/{kaikou,trieste,vityaz}: add my SSH certificateV
2022-05-14fleet/modules/web: drop Content-Security-Policy header, for nowV
2022-05-14fleet/hosts/kaikou: add skeleton Gerrit configV
2022-05-11fleet/hosts/kaikou: a build automation serverV
2022-05-10ripple/fossil: permit importing trees from git reposedef
2022-05-05ripple/fossil/mount: document how . and .. workedef
2022-05-05ripple/fossil/Cargo.toml: sort depsedef
2022-05-05ripple/fossil/mount: terminate out-of-bounds Node::find earlyedef
2022-05-04ripple/fossil/mount: don't allocate on readdiredef
2022-05-04ripple/fossil/mount: back memtree with a single Vecedef
2022-05-03ripple/fossil: handle missing blobs more gracefullyedef
2022-05-03ripple/fossil/mount: expose arbitrary directories by digestedef
2022-05-03ripple/fossil/mount: make node references more flexibleedef
2022-05-03ripple/fossil/mount: memtree API cleanupedef
2022-05-03ripple/fossil: fix clippy nitedef
2022-05-03ripple/fossil: don't expose protobufs in the frontendedef
2022-05-03ripple/fossil: add digest_from_str and digest_stredef
2022-05-03ripple/fossil/chunker: clean up SAFETY commentsedef
2022-05-03ripple/fossil/add: only accept a single directory argedef
2022-05-03ripple/fossil: expose add_directoryedef
2022-05-03ripple/fossil: don't recursively fsyncedef
2022-05-03ripple/fossil: make store path configurableedef
2022-05-03ripple/fossil: use clapedef
2022-05-02ripple/fossil/chunker: iterate smarteredef
2022-05-02ripple/fossil/chunker: use const computation for DISCRIMINATORedef
2022-05-02ripple/fossil/chunker: remove hasher initialisation bounds checkedef
2022-05-02ripple/fossil/chunker: factor out Chunker::cutedef
2022-05-02ripple/fossil/chunker: eliminate indexing and bounds checksedef
2022-05-02ripple/fossil/chunker: hardcode the discriminatoredef
2022-05-01ripple/fossil: benchmark Chunker using Criterionedef
2022-05-01ripple/fossil/chunker: DRY out super::* from the testsedef
2022-05-01ripple/fossil/chunker: DRY out WINDOW_SIZEedef
2022-05-01ripple/fossil/chunker: simplify and test Chunker::size_hintedef
2022-05-01ripple/fossil/chunker: remove Rolling::try_from_sliceedef
2022-05-01ripple/fossil/chunker: test early cutoff for <= MIN_CHUNK_SIZEedef
2022-05-01ripple/fossil/chunker: drop unused derivesedef
2022-05-01ripple/fossil/chunker: clarify MAX_CHUNK_SIZE testedef
2022-05-01ripple/fossil/chunker: handle and test boundary condition correctnessedef
2022-05-01ripple/fossil/chunker: use b-strings for test dataedef
2022-04-28ripple/fossil: use to_be_bytes rather than write_u64edef