Commit Graph

79 Commits

Author SHA1 Message Date
eb605b9c27
merge memory cache types 2021-05-11 18:56:00 -04:00
739137c4be
Fixed erronous log statement 2021-05-11 16:56:28 -04:00
6da2cba78a
Use unstable options 2021-04-25 12:55:31 -04:00
316e69851e
Fix typo in readme 2021-04-25 00:02:06 -04:00
d4c0859115
Update build instructions 2021-04-25 00:01:20 -04:00
0857ffadc7
Add LFU cache 2021-04-24 23:56:56 -04:00
0db06fcabd
explicitly mem drop lazy init failure 2021-04-24 12:57:32 -04:00
4a36541570
reorder imports 2021-04-24 12:47:33 -04:00
151d0c5a83
Add docs 2021-04-24 12:46:18 -04:00
9abeec89bc
use arc_swap for tls 2021-04-24 00:56:58 -04:00
70015a7c38
comment why tls is slow 2021-04-23 23:28:47 -04:00
654178dd5c
Use static HTTP client instead 2021-04-23 22:23:24 -04:00
424dc09ae3
remove more unwraps 2021-04-23 18:25:59 -04:00
eb8a334a05
Remove some unwraps 2021-04-23 18:03:53 -04:00
141b5b257c
rename lowmem cache to disk cache 2021-04-23 17:22:29 -04:00
0918b210ea
don't fill logs with compromised response 2021-04-23 00:34:23 -04:00
3268321711
add db_queries to package 2021-04-23 00:15:34 -04:00
ef5ed89626
add missing files 2021-04-23 00:13:36 -04:00
8e94bd5033
remove debug in release mode 2021-04-23 00:12:55 -04:00
548ce87631
increment minor version 2021-04-23 00:12:15 -04:00
d9cebcbb4b
Add memory accelerated disk cache 2021-04-23 00:11:30 -04:00
77cd416849
Move task to separate function 2021-04-22 21:55:26 -04:00
a86cd3edf5
Don't use arc for cache keys 2021-04-22 21:46:34 -04:00
8d95fe3f07
remove unnecessary channel 2021-04-22 21:34:31 -04:00
758b0ec78d
Fix updating db timestamp 2021-04-22 21:29:26 -04:00
288872e84b
Add db queries 2021-04-22 21:21:32 -04:00
b01fa618b4
Add buffered reader again 2021-04-22 20:01:11 -04:00
84ea4bea89
update gitignore 2021-04-22 19:44:19 -04:00
2193d74e24
Fix not skipping over metadata 2021-04-22 19:22:34 -04:00
8cc21f4803
Revert "use bufreaders"
This reverts commit f335b99024.
2021-04-22 18:09:48 -04:00
f335b99024
use bufreaders 2021-04-22 17:52:16 -04:00
3c1388fced
false positive 2021-04-22 13:40:19 -04:00
7e4c54867e
Downgrade sql statements to trace 2021-04-22 13:20:45 -04:00
6fda24186b
use debug logging level for sql statements 2021-04-22 13:18:50 -04:00
5099666322
temporary remove generational 2021-04-22 13:11:08 -04:00
eab0449a02
use Arc for cache keys 2021-04-22 13:03:33 -04:00
efd6b5c60c
Remove cache from hot path 2021-04-22 12:44:02 -04:00
53c0cb664a
fix truncated bytes 2021-04-20 17:48:04 -04:00
8f03aa0236
use cleaner concurrentfs implementation 2021-04-20 17:28:02 -04:00
e3f6ff8e71
add verbosity options 2021-04-20 14:12:20 -04:00
db8473d5bf
clippy 2021-04-19 22:14:57 -04:00
9904ba2cfc
use callback based pruning 2021-04-19 22:01:32 -04:00
74966678bd
fix deadlock 2021-04-19 00:16:13 -04:00
1ac7b619cf
debug streaming 2021-04-18 23:06:18 -04:00
6be1f80e8a
have reqwest use rustls 2021-04-18 19:14:36 -04:00
327fc48f5b
add version number 2021-04-18 18:39:12 -04:00
ae216b2410
add pruning 2021-04-18 17:38:33 -04:00
525aef91bf
Use question mark in get 2021-04-18 17:25:28 -04:00
2650a96d16
fix memstream impl 2021-04-18 17:17:31 -04:00
de17c738d2
remove todos 2021-04-18 17:11:30 -04:00