sapling/lib/indexedlog/src
Jun Wu 4afaf065fe indexedlog: add checks about the append-only property
Summary:
Both Index and Log requires their on-disk files to be append-only.
Detect non-append-only changes and return errors. This might help
us get better error messages if the case actually happens.

Reviewed By: markbt

Differential Revision: D17592914

fbshipit-source-id: b12791177ceb04f2373e93a679101e8b96e2bc98
2019-09-26 10:19:44 -07:00
..
base16.rs Delete extern crate lines 2019-09-11 22:02:16 -07:00
checksum_table.rs indexedlog: rename clone to try_clone 2019-09-20 11:02:07 -07:00
errors.rs indexedlog: rework error definition 2019-08-26 19:57:19 -07:00
index.rs indexedlog: add checks about the append-only property 2019-09-26 10:19:44 -07:00
lib.rs Delete extern crate lines 2019-09-11 22:02:16 -07:00
lock.rs indexedlog: migrate from tempdir to tempfile 2019-04-01 17:16:18 -07:00
log.rs indexedlog: add checks about the append-only property 2019-09-26 10:19:44 -07:00
macros.rs indexedlog: rework error definition 2019-08-26 19:57:19 -07:00
rotate.rs indexedlog: stresstest RotateLog multi-thread writes 2019-09-25 18:59:39 -07:00
utils.rs indexedlog: fix a race condition creating "lock" file on Windows 2019-09-24 17:47:25 -07:00