moonfire-nvr/db
Scott Lamb f9d4b5bb8a fix accidental dependency on rust 1.30.0
travis-ci's 1.27.0 build failed with:

error[E0658]: access to extern crates through prelude is experimental (see issue #44660)
   --> db/auth.rs:159:6
    |
159 | impl rusqlite::types::FromSql for FromSqlIpAddr {
    |      ^^^^^^^^
2018-11-02 07:02:08 -07:00
..
testdata initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
upgrade small adjustments to auth schema 2018-04-27 06:24:02 -07:00
auth.rs fix accidental dependency on rust 1.30.0 2018-11-02 07:02:08 -07:00
Cargo.toml initial db layer work for authentication (#26) 2018-11-01 23:25:06 -07:00
check.rs new recording_integrity table 2018-03-09 13:37:30 -08:00
coding.rs initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
db.rs initial db layer work for authentication (#26) 2018-11-01 23:25:06 -07:00
dir.rs tests and fixes for Writer and Syncer 2018-03-07 04:42:46 -08:00
lib.rs initial db layer work for authentication (#26) 2018-11-01 23:25:06 -07:00
raw.rs upgrade a few deps 2018-08-24 22:06:14 -07:00
recording.rs make with_recording_playback less monomorphized 2018-08-24 15:34:42 -07:00
schema.proto update design docs for new-schema branch changes 2018-03-24 20:51:30 -07:00
schema.rs upgrade a few deps 2018-08-24 22:06:14 -07:00
schema.sql small adjustments to auth schema 2018-04-27 06:24:02 -07:00
testutil.rs add a TimerGuard around db locks & ops 2018-03-23 13:31:23 -07:00
writer.rs deflake writer tests 2018-08-07 21:58:40 -05:00