Igor Katson
1ae81c6cb0
Desktop in same workspace as main app
2024-08-29 10:52:25 +01:00
Igor Katson
edba359400
Make tokio-console feature flag actually work
2024-08-29 10:29:55 +01:00
Igor Katson
76e0e1aa8f
send SSDP NOTIFY in parallel
2024-08-28 16:21:59 +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
0214817122
Fix root crate compilation dependencies to force sha1*
2024-08-28 13:32:42 +01:00
Igor Katson
9eed5aeb07
sending notifies to all interfaces
2024-08-28 12:33:50 +01:00
Igor Katson
b22298189c
Use quick_xml in upnp crate instead of serde_xml_rs
2024-08-28 11:50:27 +01:00
Igor Katson
52ca07fe41
Cargo upgrade all deps
2024-08-28 11:44:01 +01:00
Igor Katson
3ef9dc6655
Deduplicate cargo a bit
2024-08-28 11:27:44 +01:00
Igor Katson
322ff24edf
Cargo update
2024-08-28 10:23:28 +01:00
Igor Katson
53f21cfb2a
v7.0.0 prep further
2024-08-27 18:34:19 +01:00
Igor Katson
5717f33f68
v7.0.0 prep further
2024-08-27 18:32:17 +01:00
Igor Katson
31a254103c
Remove custom XML parsing
2024-08-27 18:26:34 +01:00
Igor Katson
a825115472
Preparing for v7.0.0 release
2024-08-27 17:55:27 +01:00
Igor Katson
93234c12c6
fixing build
2024-08-27 15:23:25 +01:00
Igor Katson
08b4dd7c1f
cargo update
2024-08-27 15:13:01 +01:00
Igor Katson
01a4f68e20
Make rust-tls work (through ring)
2024-08-27 15:11:59 +01:00
Igor Katson
aae78b57c7
SO_REUSEADDR on upnp socket
2024-08-26 19:14:18 +01:00
Igor Katson
bf9d75e748
Graceful shutdown
2024-08-26 18:25:22 +01:00
Igor Katson
016d759512
[Feature] add umask option
2024-08-26 12:59:57 +01:00
Igor Katson
3ff07a39d7
[Feature] Add environment variables support to rqbit binary
2024-08-26 12:07:22 +01:00
Igor Katson
01499231ac
Reuse some libraries that we already use in upnp crate
2024-08-25 14:59:39 +01:00
Igor Katson
a38480e876
Update version to 7.0.0-beta.3
2024-08-24 00:43:38 +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
f1688add01
Tag v7.0.0-beta.2
2024-08-21 13:30:36 +01:00
Igor Katson
52beec9296
Update sqlx
2024-08-19 17:40:26 +01:00
Igor Katson
06c6bf4487
Preparing for v7.0.0-beta.1
2024-08-19 17:29:22 +01:00
Igor Katson
7cda2c9807
async_backtrace
2024-08-19 12:35:32 +01:00
Igor Katson
37ee8b70ba
Split up librqbit http_api and tracing_subscriber into separate features ( #188 )
...
* fix lints that were under features
* Split up some features and fix desktop
* fix github script
* fix github script
* fix github script
* try caching check-desktop
2024-08-15 18:54:59 +01:00
Igor Katson
30de55d3bc
Prepare 7.0.0-beta.0
2024-08-15 14:46:26 +01:00
Igor Katson
30eb74b3e4
cargo update
2024-08-15 14:39:17 +01:00
Igor Katson
f22814c77b
Postgres example storage
2024-08-15 13:31:56 +01:00
Igor Katson
83592ca866
Session persistence rewritten completely
2024-08-15 10:40:48 +01: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
70dcb2e6cb
First pass to implement socks5 support
2024-08-08 00:46:39 +01:00
Igor Katson
3c12cfc5ae
Updates and upgrades
2024-08-06 13:59:17 +01:00
Igor Katson
37b96aedf8
updates and upgrades
2024-08-06 13:53:13 +01:00
Igor Katson
183572b695
Upgrade deps
2024-08-06 13:49:03 +01:00
Igor Katson
b866825f51
Prepare for 6.0.0
2024-08-06 13:44:09 +01:00
Ivan
049293d7cd
Update leaky_bucket version
2024-08-03 09:58:58 +02:00
Ivan
a77c1caace
Add contet-type to stream
2024-07-27 11:44:15 +02:00
Evrins Hu
a7cd3758ab
fix: can not add base32 encoded magnet url
2024-07-16 13:49:51 +08:00
Igor Katson
226fd0d051
6.0.0-beta.2
2024-05-18 00:05:09 +01:00
Igor Katson
6218cac317
6.0.0-beta.0
2024-05-03 17:28:56 +01:00
Igor Katson
4fbb3530ea
Remove unnecessary dependency
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
54b17d5ee1
Write through cache impl
2024-05-03 02:53:52 +04:00
Igor Katson
b597ee0fad
Slowdown again
2024-05-03 02:53:52 +04:00
Igor Katson
3398babba9
Mmap custom storage example
2024-05-02 12:29:46 +04:00