Igor Katson
8ab3d4d428
container parent default -1
2024-09-02 11:14:09 +01:00
Igor Katson
2d4b467055
Implement BrowseMetadata
2024-09-02 11:13:49 +01:00
Igor Katson
206bcde06f
Attempting to connect even if we have full torrent (as other clients do, to attempt upload)
2024-08-31 12:56:47 +01:00
Igor Katson
b60ec6d919
peer has full torrent debug message
2024-08-31 12:53:56 +01:00
Igor Katson
b60850946e
Fix: unchoke now sent after Bitfield properly, not before
2024-08-31 12:15:22 +01:00
Igor Katson
3f014ee80a
Sending your ip as part of peer_connection.rs
2024-08-31 12:15:22 +01:00
Artrix9095
0b2a11ec5e
Standardized m3u8 formatting
2024-08-29 14:58:46 -07:00
Igor Katson
0d0ba84ef6
Report progress when validating fastresume data
2024-08-29 15:43:28 +01:00
Igor Katson
9225e126d9
Check SOME fastresume data, dont trust it completely.
2024-08-29 15:43:19 +01:00
Igor Katson
1d48a5198b
Send client name in extended handshake
2024-08-29 13:08:55 +01:00
Igor Katson
0bb1c77456
Decode more peer ids
2024-08-29 12:48:14 +01:00
Igor Katson
15b254c47c
Refactor content_directory into files
2024-08-29 11:57:18 +01:00
Igor Katson
d6b1c47d45
Add #[track_caller] to all spawns so that tokio-console works (if enabled)
2024-08-29 10:30:06 +01:00
Igor Katson
edba359400
Make tokio-console feature flag actually work
2024-08-29 10:29:55 +01:00
Igor Katson
fc7ae3bbe5
[Feature] option to disable upload
2024-08-28 18:02:25 +01:00
Igor Katson
9f798696ff
reduce noisy test logs
2024-08-28 17:44:46 +01:00
Igor Katson
b174afaa12
UPNP: send notifies on all interfaces, no need to specify hostname anymore
2024-08-28 13:38:11 +01:00
Igor Katson
14e0c9d833
Remove duplicate ut_pex message
2024-08-28 10:20:58 +01:00
Igor Katson
9d1ef5c35c
Shorten ByteBuf trait bounds everywhere
2024-08-28 10:20:58 +01:00
Igor Katson
90bfb85bcc
Some cleanups for utpex
2024-08-28 10:20:45 +01:00
Ivan
5e09525dd5
Feeding peers from PEX added - PoC
2024-08-28 10:10:34 +01:00
Ivan
bbc951733f
PEX: Announce support and message definition
2024-08-28 10:06:16 +01:00
LIAUD Corentin
9183df0ebd
fix: fixes according to PR comments
...
- Reset previous implementation of InMemoryExampleStorage
- Implement default (empty) behaviour of on_piece_completed in trait
itself
- Now passing a ValidPieceIndex in on_piece_completed
2024-08-28 08:28:14 +02:00
LIAUD Corentin
35d57ae8a2
feat: add on_piece_completed method on TorrentStorage
2024-08-27 22:00:14 +02:00
Igor Katson
bf9d75e748
Graceful shutdown
2024-08-26 18:25:22 +01:00
Igor Katson
c12fcd7902
Fix a rare deadlock
2024-08-25 15:43:13 +01:00
Igor Katson
f4f82ed4b4
Fix UPnP on Sony
2024-08-24 14:15:01 +01:00
Igor Katson
0c06601b34
Fix a broken test on Windows
2024-08-23 19:37:31 +01:00
Igor Katson
9e7b656f0b
UPNP server integrated into rqbit.
...
How to use: https://github.com/ikatson/rqbit/pull/208
2024-08-23 19:23:02 +01:00
Igor Katson
673f59009a
Fix concurrent write bug for session.json
2024-08-23 18:47:33 +01:00
Igor Katson
6823490803
Fix persistence pause behavior
2024-08-23 18:47:33 +01:00
Igor Katson
0c9a5093d0
Small tweaks (cors etc)
2024-08-21 22:27:58 +01:00
Ivan
3c0baacaa7
Fill yourip in extended handshake
2024-08-21 20:00:31 +02:00
Igor Katson
c697809e50
Clear have_bitfield on error
2024-08-21 18:21:15 +01:00
Igor Katson
3469dfce93
Fix a new recent bug
2024-08-21 17:51:55 +01:00
Igor Katson
d1f6a57e54
Remove bad log message
2024-08-21 17:42:19 +01:00
Igor Katson
6bfb8f9e15
E2E test: wait until i am the last task properly
2024-08-21 17:39:21 +01:00
Igor Katson
d5ddf4d294
Session is now properly cleaned up
2024-08-21 17:25:00 +01:00
Igor Katson
a5abe97735
Drop check better message
2024-08-21 16:56:06 +01:00
Igor Katson
2ad5fa2f12
E2E drop check for memory leaks
2024-08-21 16:47:48 +01:00
Igor Katson
3067ad21d5
Cleanups
2024-08-21 16:20:46 +01:00
Igor Katson
ad5f62b9b9
Move session to shared state
2024-08-21 16:15:15 +01:00
Igor Katson
451debedbb
Renames
2024-08-21 16:12:20 +01:00
Igor Katson
b4512e4809
Move some fields into ManagedTorrentInfo
2024-08-21 16:06:16 +01:00
Igor Katson
ad7b59ea3c
Remove some args in start() function
2024-08-21 15:57:18 +01:00
Igor Katson
80f4d3b1b2
Remove ManagedTorrentBuilder
2024-08-21 15:51:58 +01:00
Igor Katson
338b221e8d
clippy
2024-08-21 15:32:45 +01:00
Igor Katson
73f4d7e453
more test logs
2024-08-21 13:45:20 +01:00
Igor Katson
ddc725d1a9
Add more data to stats footer
2024-08-21 13:40:43 +01:00
Igor Katson
93c53b4285
Add session stats to desktop app
2024-08-21 13:22:22 +01:00