Commit Graph

212 Commits

Author SHA1 Message Date
5fdcfa5071
Add newline to Cargo.toml 2021-07-16 21:15:47 -04:00
93ff76aa89
create folder if not found 2021-07-16 20:03:59 -04:00
f8f4098fae
Finish mem tests 2021-07-16 16:40:07 -04:00
bfcf131b33
Add stop url test 2021-07-16 15:26:18 -04:00
5da486d43d
Add put test for mem cache 2021-07-16 15:18:10 -04:00
51546eb387
Add memory cache get tests 2021-07-16 14:06:28 -04:00
712257429a
Remove Compression wrapper 2021-07-16 12:32:24 -04:00
5e7a82a610
Add partial test for mem cache 2021-07-16 01:13:51 -04:00
afb02db7b7
Remove unnecessary async keyword 2021-07-16 01:13:31 -04:00
b41ae8cb79
Add sync restriction on CacheStream 2021-07-16 01:13:01 -04:00
54c8fe1cb3
Turn DB messages into struct from tuple 2021-07-15 21:49:19 -04:00
8556f37904
Extract internal cache listener to function 2021-07-15 21:49:19 -04:00
fc930285f0
Bump to 0.5.2 2021-07-15 19:14:54 -04:00
041760f9e9
clippy 2021-07-15 19:13:31 -04:00
87271c85a7
Fix deleting legacy names 2021-07-15 19:03:39 -04:00
3e4260f6e1
rename /metric endpoint to /prometheus 2021-07-15 15:54:26 -04:00
dc99437aec
Fix legacy path lookup 2021-07-15 13:47:55 -04:00
3dbf2f8bb0
Read legacy path on disk 2021-07-15 13:25:46 -04:00
f7b037e8e1
Update readme 2021-07-15 12:58:40 -04:00
a552523a3a
increment version to 0.5.1 2021-07-15 12:39:19 -04:00
5935e4220b
Fix stop url 2021-07-15 12:37:55 -04:00
fa9ab93c77
Add proxy support 2021-07-15 12:29:55 -04:00
833a0c0468
Add automatic migration to new db location 2021-07-15 11:17:54 -04:00
b71253d8dc
Remove debug statement 2021-07-15 10:48:25 -04:00
84941e2cb4
Fix sending bytes instead of mebibytes 2021-07-15 03:01:15 -04:00
940af6508c
Default metadata path is metadata.db now 2021-07-15 02:53:00 -04:00
d3434e8408
Fix includes for publishing 2021-07-15 02:45:05 -04:00
3786827f20
Add sqlx json 2021-07-15 02:16:33 -04:00
261427a735
Bump version to 0.5.0 2021-07-15 02:14:41 -04:00
c4fa53fa40
Add geo ip logging support 2021-07-15 02:14:04 -04:00
1c00c993bf
Rename metrics to conventions 2021-07-15 02:13:31 -04:00
b2650da556
Documented more CLI options 2021-07-15 02:12:20 -04:00
6b3c6ce03a
Added geo ip dependencies 2021-07-15 02:10:30 -04:00
032db4e1dd
Add special thanks to readme 2021-07-15 02:09:57 -04:00
355fd936ab
Add debug message to outgoing ping request 2021-07-15 01:19:21 -04:00
6415c3dee6
Respect external ip config 2021-07-15 00:54:31 -04:00
acf6dc1cb1
Add geoip config reading 2021-07-14 22:32:05 -04:00
d4d22ec674
Reduce tokio features 2021-07-14 21:56:46 -04:00
353ee72713
Add unit tests 2021-07-14 21:56:29 -04:00
b1797dafd2
Fix double write bug 2021-07-14 19:11:46 -04:00
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