Commit Graph

172 Commits

Author SHA1 Message Date
9209b822a9
Simplify DiskWriter poll_flush 2021-07-14 14:20:31 -04:00
5338ff81a5
Move impl block to correct location 2021-07-14 14:00:02 -04:00
53015e116f
Renamed EncryptedDiskReader to EncryptedReader 2021-07-14 13:32:26 -04:00
7ce974b4f9
Make EncryptedDiskReader generic over R 2021-07-14 13:32:00 -04:00
973ece3604
MetadataFuture tests, fix UB 2021-07-14 13:28:09 -04:00
0c78b379f1
Remove comments w.r.t. potential db optimizations
DB queries already are performed on their own thread, so spawning a
thread to do db work is unncessary.
2021-07-14 11:21:28 -04:00
94375b185f
More debugging 2021-07-13 23:12:29 -04:00
6ac8582183
Encrypted files work in debug mode 2021-07-13 20:38:01 -04:00
656543b539
more partial work into encryption 2021-07-13 16:39:32 -04:00
2ace8d3d66
Partial rewrite of encrypted writer 2021-07-13 13:16:44 -04:00
160f369a72
Migrate to tracing crate 2021-07-12 23:23:51 -04:00
f8ee49ffd7
Add extended options for sample config 2021-07-12 22:35:06 -04:00
9f76a7a1b3
Add compression middleware 2021-07-12 16:39:06 -04:00
2f271a220a
remove tarpaulin-report 2021-07-12 16:35:17 -04:00
868278991a
Add disk tests 2021-07-12 15:59:52 -04:00
e8bea39100
Remove serialize impl from legacy structs 2021-07-12 13:43:47 -04:00
20e349fd79
Add sqlx envs 2021-07-12 01:44:01 -04:00
80eeacd884
try fix ci 2021-07-12 01:35:32 -04:00
580d05d00c
add sqlx check 2021-07-12 01:34:37 -04:00
acd8f234ab
ignore cfg tarpaulin for now 2021-07-12 01:08:19 -04:00
4c135cd72d
Add coverage action 2021-07-12 01:05:18 -04:00
acc3ab2186
use hex instead of u8s in test 2021-07-12 00:49:06 -04:00
8daa6bdc27
add tests for Md5Hash conversions 2021-07-12 00:48:00 -04:00
69587b9ade
Clippy lints 2021-07-12 00:12:15 -04:00
8f3430fb77
Add support for reading old db image ids 2021-07-11 23:33:22 -04:00
ec9473fa78
clippy lint 2021-07-11 23:25:17 -04:00
3764af0ed5
Optimize header creation 2021-07-11 14:23:15 -04:00
099c795cca
Add potential perf gains in the future 2021-07-11 14:22:59 -04:00
92a66e60dc
Seek file from beginning on encrypted header 2021-07-11 13:25:02 -04:00
5143dff888
Add logging 2021-07-11 13:21:57 -04:00
7546948196
nightly clippy lints 2021-07-11 13:19:37 -04:00
5f4be9809a
Add support for legacy files 2021-07-11 02:33:51 -04:00
8040c49a1e
Add warning for encryption 2021-07-11 00:15:43 -04:00
9871fc3774
bump to 0.4 2021-07-10 19:07:55 -04:00
f64d03493e
use static default headers 2021-07-10 19:04:27 -04:00
93249397f1
Simply codebase 2021-07-10 18:53:28 -04:00
154679967b
writing optimizations 2021-07-10 14:22:29 -04:00
b90edd72a6
Add clippy to CI 2021-07-09 21:25:08 -04:00
3ec4d1c125
remove anchor from github workflows 2021-07-09 20:59:23 -04:00
52ca595029
fix workflow ignores 2021-07-09 20:58:07 -04:00
e0bd29751a
Update paths to ignore 2021-07-09 20:56:35 -04:00
7bd9189ebd
Update readme 2021-07-09 20:51:45 -04:00
c98a6d59f4
Have build script create .env if not found 2021-07-09 20:43:33 -04:00
60bec5592a
Have build script modify .env file 2021-07-09 20:37:21 -04:00
de5816a44a
add env value to CI 2021-07-09 20:22:58 -04:00
6fa301a4a5
rename workflow 2021-07-09 20:12:58 -04:00
7b5738da8d
add standard CI 2021-07-09 20:11:43 -04:00
5ab04a9e9c
add security CI 2021-07-09 20:02:22 -04:00
e65a7ba9ef
Update dependencies 2021-07-09 19:53:58 -04:00
3a855a7e4a
add debug for client config 2021-07-09 19:51:48 -04:00