Edward Shen edward
  • Joined on 2019-04-28
edward pushed to master at edward/mangadex-home-rs 2021-07-14 11:00:12 -07:00
5338ff81a5 Move impl block to correct location
53015e116f Renamed EncryptedDiskReader to EncryptedReader
7ce974b4f9 Make EncryptedDiskReader generic over R
973ece3604 MetadataFuture tests, fix UB
Compare 4 commits »
edward pushed to master at edward/mangadex-home-rs 2021-07-14 08:22:05 -07:00
0c78b379f1 Remove comments w.r.t. potential db optimizations
edward pushed to master at edward/mangadex-home-rs 2021-07-13 20:12:38 -07:00
94375b185f More debugging
6ac8582183 Encrypted files work in debug mode
656543b539 more partial work into encryption
2ace8d3d66 Partial rewrite of encrypted writer
160f369a72 Migrate to tracing crate
Compare 6 commits »
edward pushed to master at edward/mangadex-home-rs 2021-07-12 13:39:11 -07:00
9f76a7a1b3 Add compression middleware
edward pushed to master at edward/mangadex-home-rs 2021-07-12 13:35:24 -07:00
2f271a220a remove tarpaulin-report
edward pushed to master at edward/mangadex-home-rs 2021-07-12 13:00:00 -07:00
868278991a Add disk tests
edward pushed to master at edward/mangadex-home-rs 2021-07-12 10:43:54 -07:00
e8bea39100 Remove serialize impl from legacy structs
edward pushed to master at edward/mangadex-home-rs 2021-07-11 22:44:06 -07:00
20e349fd79 Add sqlx envs
edward pushed to master at edward/mangadex-home-rs 2021-07-11 22:35:36 -07:00
80eeacd884 try fix ci
edward pushed to master at edward/mangadex-home-rs 2021-07-11 22:34:45 -07:00
580d05d00c add sqlx check
edward pushed to master at edward/mangadex-home-rs 2021-07-11 22:08:24 -07:00
acd8f234ab ignore cfg tarpaulin for now
edward pushed to master at edward/mangadex-home-rs 2021-07-11 22:05:26 -07:00
4c135cd72d Add coverage action
edward pushed to master at edward/mangadex-home-rs 2021-07-11 21:49:12 -07:00
acc3ab2186 use hex instead of u8s in test
edward pushed to master at edward/mangadex-home-rs 2021-07-11 21:48:11 -07:00
8daa6bdc27 add tests for Md5Hash conversions
edward pushed to master at edward/mangadex-home-rs 2021-07-11 21:12:22 -07:00
69587b9ade Clippy lints
edward pushed to master at edward/mangadex-home-rs 2021-07-11 20:33:27 -07:00
8f3430fb77 Add support for reading old db image ids
ec9473fa78 clippy lint
Compare 2 commits »
edward pushed to master at edward/mangadex-home-rs 2021-07-11 11:23:20 -07:00
3764af0ed5 Optimize header creation
edward pushed to master at edward/mangadex-home-rs 2021-07-11 11:23:06 -07:00
099c795cca Add potential perf gains in the future
edward pushed to master at edward/mangadex-home-rs 2021-07-11 10:25:09 -07:00
92a66e60dc Seek file from beginning on encrypted header
edward pushed to master at edward/mangadex-home-rs 2021-07-11 10:22:02 -07:00
5143dff888 Add logging