| .. |
|
peer_info_reader
|
[Feature] option to disable upload
|
2024-08-28 18:02:25 +01:00 |
|
session_persistence
|
Fix concurrent write bug for session.json
|
2024-08-23 18:47:33 +01:00 |
|
session_stats
|
Session is now properly cleaned up
|
2024-08-21 17:25:00 +01:00 |
|
storage
|
fix: fixes according to PR comments
|
2024-08-28 08:28:14 +02:00 |
|
tests
|
reduce noisy test logs
|
2024-08-28 17:44:46 +01:00 |
|
torrent_state
|
Fastresume: check at least one piece from each file
|
2024-09-12 23:59:50 +01:00 |
|
api.rs
|
Remove error when adding duplicate torrents
|
2024-09-01 10:40:17 -07:00 |
|
api_error.rs
|
Split up librqbit http_api and tracing_subscriber into separate features (#188)
|
2024-08-15 18:54:59 +01:00 |
|
bitv.rs
|
Reorder removal so that mmap is removed before storage
|
2024-09-13 00:20:37 +01:00 |
|
bitv_factory.rs
|
Clear have_bitfield on error
|
2024-08-21 18:21:15 +01:00 |
|
chunk_tracker.rs
|
Session speed estimator
|
2024-08-21 11:57:45 +01:00 |
|
create_torrent_file.rs
|
trying to make tests work with new metadata
|
2024-08-14 12:14:57 +01:00 |
|
dht_utils.rs
|
Fix the bug thanks to e2e test
|
2024-08-14 12:14:57 +01:00 |
|
file_info.rs
|
Fixing up initialization to allow passing in custom storages
|
2024-05-02 12:29:46 +04:00 |
|
file_ops.rs
|
Check SOME fastresume data, dont trust it completely.
|
2024-08-29 15:43:19 +01:00 |
|
http_api.rs
|
Conditionally insert DLNA headers only if asked for
|
2024-09-02 13:21:09 +01:00 |
|
http_api_client.rs
|
Shorten Pin<Box to BoxFuture
|
2024-02-27 08:14:39 +00:00 |
|
lib.rs
|
Send client name in extended handshake
|
2024-08-29 13:08:55 +01:00 |
|
merge_streams.rs
|
fix buggy "merge_two_streams"
|
2024-08-18 17:37:03 +01:00 |
|
peer_connection.rs
|
Fix: unchoke now sent after Bitfield properly, not before
|
2024-08-31 12:15:22 +01:00 |
|
read_buf.rs
|
Sending your ip as part of peer_connection.rs
|
2024-08-31 12:15:22 +01:00 |
|
session.rs
|
Reorder removal so that mmap is removed before storage
|
2024-09-13 00:20:37 +01:00 |
|
spawn_utils.rs
|
Add #[track_caller] to all spawns so that tokio-console works (if enabled)
|
2024-08-29 10:30:06 +01:00 |
|
stream_connect.rs
|
First pass to implement socks5 support
|
2024-08-08 00:46:39 +01:00 |
|
tracing_subscriber_config_utils.rs
|
Make tokio-console feature flag actually work
|
2024-08-29 10:29:55 +01:00 |
|
type_aliases.rs
|
Restore Msb0 as Lsb0 is bugged - BEP 003 uses MSB
|
2024-08-20 22:19:37 +01:00 |
|
upnp_server_adapter.rs
|
UPNP: add size attribute
|
2024-09-02 12:04:50 +01:00 |