Edward Shen edward
  • Joined on 2019-04-28
edward pushed to master at edward/mangadex-home-rs 2021-04-25 09:55:38 -07:00
6da2cba78a Use unstable options
edward pushed to master at edward/mangadex-home-rs 2021-04-24 21:02:10 -07:00
316e69851e Fix typo in readme
edward pushed to master at edward/mangadex-home-rs 2021-04-24 21:01:27 -07:00
d4c0859115 Update build instructions
edward pushed to master at edward/mangadex-home-rs 2021-04-24 20:57:43 -07:00
0857ffadc7 Add LFU cache
edward pushed to master at edward/mangadex-home-rs 2021-04-24 09:57:37 -07:00
0db06fcabd explicitly mem drop lazy init failure
edward pushed to master at edward/mangadex-home-rs 2021-04-24 09:47:39 -07:00
4a36541570 reorder imports
edward pushed to master at edward/mangadex-home-rs 2021-04-24 09:46:30 -07:00
151d0c5a83 Add docs
edward pushed to master at edward/mangadex-home-rs 2021-04-23 21:57:08 -07:00
9abeec89bc use arc_swap for tls
edward pushed to master at edward/mangadex-home-rs 2021-04-23 20:28:56 -07:00
70015a7c38 comment why tls is slow
edward pushed to master at edward/mangadex-home-rs 2021-04-23 19:23:36 -07:00
654178dd5c Use static HTTP client instead
edward pushed to master at edward/mangadex-home-rs 2021-04-23 15:26:09 -07:00
424dc09ae3 remove more unwraps
eb8a334a05 Remove some unwraps
Compare 2 commits »
edward pushed to master at edward/mangadex-home-rs 2021-04-23 14:22:36 -07:00
141b5b257c rename lowmem cache to disk cache
edward pushed to master at edward/mangadex-home-rs 2021-04-22 21:34:33 -07:00
0918b210ea don't fill logs with compromised response
edward pushed to master at edward/mangadex-home-rs 2021-04-22 21:15:48 -07:00
3268321711 add db_queries to package
edward pushed to master at edward/mangadex-home-rs 2021-04-22 21:13:44 -07:00
ef5ed89626 add missing files
edward pushed to master at edward/mangadex-home-rs 2021-04-22 21:13:03 -07:00
8e94bd5033 remove debug in release mode
edward pushed to master at edward/mangadex-home-rs 2021-04-22 21:12:24 -07:00
548ce87631 increment minor version
edward pushed to master at edward/mangadex-home-rs 2021-04-22 21:11:39 -07:00
d9cebcbb4b Add memory accelerated disk cache
edward pushed to master at edward/mangadex-home-rs 2021-04-22 18:55:30 -07:00
77cd416849 Move task to separate function
edward pushed to master at edward/mangadex-home-rs 2021-04-22 18:46:42 -07:00
a86cd3edf5 Don't use arc for cache keys