Commit graph

879 commits

Author SHA1 Message Date
Igor Katson
ace4bed0c6
Folders and files are now deleted more comprehensively 2024-06-21 15:17:41 +01:00
Igor Katson
7147f16042
Fix #137: better handling of unicode in torrent names 2024-06-21 12:22:30 +01:00
Igor Katson
226fd0d051
6.0.0-beta.2 2024-05-18 00:05:09 +01:00
Igor Katson
f63e729da1
Fix magnet links 2024-05-17 23:57:25 +01:00
Igor Katson
b687a1882c
Dont attempt to initialize session persistence folder if its turned off 2024-05-17 18:40:13 +01:00
Igor Katson
108ad74464
Fix a bug in experimental mmap storage 2024-05-06 23:02:10 +03:00
Igor Katson
3b0987ec23
Fix new stealing bug (ppl_cache) 2024-05-04 23:19:36 +01:00
Igor Katson
c07ebbac25
Fix build 2024-05-03 18:20:28 +01:00
Igor Katson
6218cac317
6.0.0-beta.0 2024-05-03 17:28:56 +01:00
Igor Katson
6cef3c5fcb Upgrade minimal rust version 2024-05-03 20:24:39 +04:00
Igor Katson
8a86d04631 Dont spam haves 2024-05-03 20:24:39 +04:00
Igor Katson
44aa75f34b Reimplement maybe_transmit_haves with a broadcast channel 2024-05-03 20:24:39 +04:00
Igor Katson
7ed7e277c0 maybe_transmit_haves: need to optimise 2024-05-03 20:24:39 +04:00
Igor Katson
70c2c38329 argh... 2024-05-03 20:24:39 +04:00
Igor Katson
0431584b19 pread/pwrite 2024-05-03 20:24:39 +04:00
Igor Katson
b3cb194700 Downgrade a couple messages 2024-05-03 20:24:39 +04:00
Igor Katson
eafd274a0b --defer-writes-up-to 2024-05-03 20:24:39 +04:00
Igor Katson
a3c4ca70fb Nothing 2024-05-03 20:24:39 +04:00
Igor Katson
3769cae1ce dont blow up memory 2024-05-03 20:24:39 +04:00
Igor Katson
e9617e7f80 Fix slow.rs 2024-05-03 20:24:39 +04:00
Igor Katson
4fbb3530ea Remove unnecessary dependency 2024-05-03 20:24:39 +04:00
Igor Katson
2625896263 Remove "bad ip" comment again 2024-05-03 20:24:39 +04:00
Igor Katson
0f1d07409d Cleaning up 2024-05-03 20:24:39 +04:00
Igor Katson
43008f2857 Less work when defer writes is disabled 2024-05-03 20:24:39 +04:00
Igor Katson
573185bcfa Remove async_trait 2024-05-03 20:24:39 +04:00
Igor Katson
1744f0c101 Disk write queue 2024-05-03 20:24:39 +04:00
Igor Katson
e658b960e3 read_buf: use unsafe but remove callback 2024-05-03 20:24:39 +04:00
Igor Katson
01cbeabd51 nothing... 2024-05-03 20:24:39 +04:00
Igor Katson
68c6fb2547 ...wtf... 2024-05-03 20:24:39 +04:00
Igor Katson
122b22c2e5 Nothing, blocking threads = 8 2024-05-03 20:24:39 +04:00
Igor Katson
16a28a4d96 Restore simulation 2024-05-03 20:24:39 +04:00
Igor Katson
86c95e7c71 Checking once more 2024-05-03 20:24:39 +04:00
Igor Katson
640d2c31bc Debugging 2024-05-03 20:24:39 +04:00
Igor Katson
ca9afa8535 Add per piece locks 2024-05-03 20:24:39 +04:00
Igor Katson
e53f5a7f23 Fix the ordering bug in deferred writes, but its a slow fix 2024-05-03 20:24:39 +04:00
Igor Katson
438392da1d Perfect sim is working! 2024-05-03 20:24:39 +04:00
Igor Katson
4ac512121b Fix Cargo.toml for optional features 2024-05-03 20:24:39 +04:00
Igor Katson
0b1499aa10 Make all experimental storages optional 2024-05-03 02:53:52 +04:00
Igor Katson
0a1d389bc7 Remove a hack 2024-05-03 02:53:52 +04:00
Igor Katson
54b17d5ee1 Write through cache impl 2024-05-03 02:53:52 +04:00
Igor Katson
427f490a61 Clone storage factories... 2024-05-03 02:53:52 +04:00
Igor Katson
07a5b69a25 Hacked in mmap default 2024-05-03 02:53:52 +04:00
Igor Katson
79a523f2fe Add --experimental-mmap-storage 2024-05-03 02:53:52 +04:00
Igor Katson
ed05ffc6f7 Create mmap file storage 2024-05-03 02:53:52 +04:00
Igor Katson
7031023a31 Move filesystem storage into a different folder 2024-05-03 02:53:52 +04:00
Igor Katson
2c500049e8 Move around storage into folders 2024-05-03 02:53:52 +04:00
Igor Katson
6233cc9d12 better type_id for nested storages 2024-05-03 02:53:52 +04:00
Igor Katson
776c865781 Remove unused disk_work_queue_tx 2024-05-03 02:53:52 +04:00
Igor Katson
f0b63b5926 A few renames in generics 2024-05-03 02:53:52 +04:00
Igor Katson
9bcd18e7af It really helps to write to disk in a separate thread! 2024-05-03 02:53:52 +04:00