moonfire-nvr/db
Scott Lamb 9d7cdc0954 cleanup: s/unflushed sample/unindexed sample/
db/writer.rs used the word "unflushed" in two ways:

* something which has been communicated to the LockedDatabase object but
  not yet committed to disk with SQLite.

* a video sample (aka video frame) which has been written to the sample
  file but not yet included in the video index. This happens because the
  duration of a frame isn't known until the following frame. These are
  always also unflushed in the other sense of the word (as unfinished
  recordings are never committed). But they can't be seen by clients at
  all, where indexed but uncommitted video frames can.

Replace the latter with "unindexed" to make things more clear. And a
couple minor other style cleanups.
2020-04-14 23:09:34 -07:00
..
proto upgrade copyright notices 2020-03-01 22:53:41 -08:00
testdata initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
upgrade add a preliminary schema for object detection (#30) 2020-03-25 18:10:37 -07:00
auth.rs use Blake3 instead of SHA-1 or Blake2b 2020-03-20 21:46:53 -07:00
build.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
Cargo.toml use Blake3 instead of SHA-1 or Blake2b 2020-03-20 21:46:53 -07:00
check.rs style: use rusqlite's {named_,}params! everywhere 2020-03-19 20:46:25 -07:00
coding.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
compare.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
db.rs use Blake3 instead of SHA-1 or Blake2b 2020-03-20 21:46:53 -07:00
dir.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
fs.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
lib.rs use Blake3 instead of SHA-1 or Blake2b 2020-03-20 21:46:53 -07:00
raw.rs add a preliminary schema for object detection (#30) 2020-03-25 18:10:37 -07:00
recording.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
schema.sql add a preliminary schema for object detection (#30) 2020-03-25 18:10:37 -07:00
signal.rs style: use rusqlite's {named_,}params! everywhere 2020-03-19 20:46:25 -07:00
testutil.rs schema version 6 with pixel aspect ratio 2020-03-19 21:40:59 -07:00
writer.rs cleanup: s/unflushed sample/unindexed sample/ 2020-04-14 23:09:34 -07:00