Igor Katson
|
438e164ffd
|
Fix clippy errors
|
2024-12-03 20:40:02 +00:00 |
|
Igor Katson
|
9d1ef5c35c
|
Shorten ByteBuf trait bounds everywhere
|
2024-08-28 10:20:58 +01:00 |
|
Igor Katson
|
04cfe9fc6b
|
can now decode torrent as JSON in the HTTP API
|
2024-08-19 18:46:50 +01:00 |
|
Ivan
|
8dc8c1e35d
|
Implement Borrow<[u8]> for ByteBuf types so they can be properly used in hashmaps
|
2024-08-18 11:40:04 +02:00 |
|
Igor Katson
|
c7ed475f54
|
Use bytes crate for zerocopy and memory re-use (#182)
* Use bytes. Not yet zerocopy everywhere but compiles
* Actually zerocopy
* Actually zerocopy
* Not actually storing the torrent on disk now
|
2024-08-14 12:08:46 +01:00 |
|
Igor Katson
|
7147f16042
|
Fix #137: better handling of unicode in torrent names
|
2024-06-21 12:22:30 +01:00 |
|
Igor Katson
|
3d46d7cb97
|
Fix clippy lints related to recent bug
|
2024-04-24 14:19:04 +01:00 |
|
Igor Katson
|
fa05fe8376
|
Box<[u8]> instead of Vec<u8> for ByteBufOwned
|
2024-03-29 13:44:10 +00:00 |
|
Igor Katson
|
f42de46878
|
Revert "Box<[u8]> instead of Vec<u8> for ByteBufOwned"
This reverts commit deee41cd93.
|
2024-03-29 13:00:57 +00:00 |
|
Igor Katson
|
88b436a6dd
|
Revert "Fix a bug after latest PR"
This reverts commit 3942483f25.
|
2024-03-29 13:00:50 +00:00 |
|
Igor Katson
|
ecb55ed32a
|
Revert "Another attempt to fix bugs"
This reverts commit 2004e7b21f.
|
2024-03-29 13:00:38 +00:00 |
|
Igor Katson
|
2004e7b21f
|
Another attempt to fix bugs
|
2024-03-29 12:57:29 +00:00 |
|
Igor Katson
|
3942483f25
|
Fix a bug after latest PR
|
2024-03-29 12:34:13 +00:00 |
|
Igor Katson
|
deee41cd93
|
Box<[u8]> instead of Vec<u8> for ByteBufOwned
|
2024-03-29 11:00:58 +00:00 |
|
Igor Katson
|
adb98a2d89
|
Add more docs
|
2023-11-19 22:06:41 +00:00 |
|
Igor Katson
|
6968a4e449
|
Cargo clippy: fix the majority of errors
|
2022-12-08 20:20:23 +00:00 |
|
Igor Katson
|
b2fb4729c7
|
Fix or disable all failing tests. Fix all cargo clippy warnings
|
2021-10-18 16:38:43 +01:00 |
|
Igor Katson
|
7d7d82ac6d
|
Nothing, just fixed tests and updated buffers debugging
|
2021-07-09 23:18:59 +01:00 |
|
Igor Katson
|
ad867e8e3c
|
Move everything to workspaces
|
2021-07-03 19:10:59 +01:00 |
|