sapling/eden/scm/lib/indexedlog
Jun Wu 3103fcf62b indexedlog: reload content after obtaining a lock at open time
Summary:
The old code does "read, lock, write", which is unsound because after "lock"
the data just read can be outdated and needs a reload.

Reviewed By: xavierd

Differential Revision: D20306137

fbshipit-source-id: a1c29d5078b2d47ee95cf00db8c1fcbe3447cccf
2020-03-06 08:12:02 -08:00
..
benches indexedlog: write Checksum inline with Log 2020-02-28 09:23:55 -08:00
src indexedlog: reload content after obtaining a lock at open time 2020-03-06 08:12:02 -08:00
tests indexedlog: switch from bytes to minibytes 2020-02-12 13:57:37 -08:00
Cargo.toml indexedlog: try to use symlink for atomic_write on unix 2020-03-04 07:23:48 -08:00