Commit graph

58 commits

Author SHA1 Message Date
Igor Katson
48a14823fa
Changed log to tracing 2023-11-19 13:05:42 +00:00
Igor Katson
6ebf2120a4
Peers now reconnect! 2023-11-17 23:30:07 +00:00
Igor Katson
62ed868208
Update dependencies 2023-11-16 07:37:40 +00:00
Igor Katson
fb681d6b86
Prepare rqbit binary itself to publish on crates.io 2023-11-15 14:56:57 +00:00
Igor Katson
878de73721
Prepare rqbit binary itself to publish on crates.io 2023-11-15 14:53:08 +00:00
Igor Katson
b763f95ce3
Merge pull request #32 from ikatson/cargo-package
Update all Cargo.tomls for publishing on crates.io
2023-11-15 14:48:55 +00:00
Igor Katson
42654246a0
Prepare librqbit 2023-11-15 14:28:16 +00:00
Igor Katson
b1369609c1
Add readmes everywhere 2023-11-15 14:01:41 +00:00
Igor Katson
22eb0fca57
Prepare dht for publishing 2023-11-15 13:56:25 +00:00
Cyril Plisko
bf2c10b8db clap: replace deprecated attributes with current ones 2023-08-09 16:20:43 +03:00
Cyril Plisko
74eb59bee3 Enable feature "clap/deprecated" 2023-08-09 16:16:04 +03:00
Cyril Plisko
8d60cd71b4 Drop ParsedDuration and use Duration directly 2023-08-08 11:45:18 +03:00
Igor Katson
a800048b7e
Added --exit-on-download option, only works without the server so far 2023-07-10 11:26:09 +01:00
Igor Katson
8cb368e73c
Prettify API a bit 2022-12-08 11:06:29 +00:00
Igor Katson
9e8f235cb4
Add read/write timeouts and avoid stuck peers 2022-12-04 14:51:48 +00:00
Igor Katson
ae847ce99c
Upgrade deps 2022-12-04 13:12:23 +00:00
Igor Katson
bc11f43452
Revert "Integrate with tokio console"
This reverts commit e10da1c7dd.
2022-05-23 21:33:25 +01:00
Igor Katson
e10da1c7dd
Integrate with tokio console 2021-12-18 13:39:42 +00:00
Igor Katson
37af0a4afb
Propagate sub-folder argument to command line 2021-10-26 10:21:02 +01:00
pcmid
18713515b9
Update: change Mbps to MiB/s 2021-10-25 18:11:46 +08:00
Igor Katson
967a06a196
Enhance the HTTP API with more detail. 2021-10-23 10:06:28 +01:00
Igor Katson
a8efcfdd26 Completely change the CLI so that we have a server and a client. 2021-10-22 21:01:23 +01:00
Igor Katson
b834bb20b3 Add an option to override worker threads 2021-10-20 20:17:42 +01:00
Igor Katson
f0d14ae92b Create http api before adding the first torrent 2021-10-20 16:11:59 +01:00
Igor Katson
3a64254971 Fix a couple bugs.
1. Bug one - last_piece_id when only_files is present.
2. Bug two - do not ensure_file_length for files we don't need.
2021-10-18 16:16:42 +01:00
Igor Katson
27145c758c Add scripts to build for x86_64 linux too 2021-10-17 18:17:50 +01:00
Igor Katson
287b21f63b Update version to 1.1.0 2021-10-17 13:24:52 +01:00
Igor Katson
f02dcd783f Cargo update 2021-10-17 13:20:52 +01:00
Igor Katson
ebfc20c291 Changed default sha1 to crypto_hash.
Hopefully it'll be easier to build now. The downside is that it allocates
a small vec on each finish, but it's much faster than rust-sha1 anyway,
at least on ARM (where I'm running rqbit myself).
2021-10-17 12:03:21 +01:00
Igor Katson
d0757d41c5 Print stats for each managed torrent now 2021-10-10 11:52:21 +01:00
Igor Katson
2ac76683e6 Now actually downloads 2 files at a time 2021-10-10 10:46:09 +01:00
Igor Katson
64900e1fd4 Add API to add a torrent 2021-10-10 09:57:21 +01:00
Igor Katson
6e9e79a02e Move stats printing to main 2021-10-09 16:49:55 +01:00
Igor Katson
1667efdaa7 Start refactoring code to support running in background and adding multiple torrents 2021-10-09 15:03:42 +01:00
Igor Katson
6f2121e33f Update crate version to 1.0.0 2021-10-08 23:57:17 +01:00
Igor Katson
e97377e239 Add --disable-dht-persistence option to run multiple rqbit instances 2021-10-08 23:54:51 +01:00
Igor Katson
f2c509359f Print download speed 2021-10-02 09:58:57 +01:00
Igor Katson
1bcc16c327 Another attempt to make it possible to build without openssl.
You'll need to cd into crates/rqbit to build with selective features.
2021-09-30 09:00:40 +01:00
Igor Katson
f40a227459 Propagte sha1 subcrate features all the way to rqbit CLI 2021-09-30 00:04:31 +01:00
Igor Katson
b301b159da Fix a bug 2021-07-31 13:13:04 +01:00
Igor Katson
49cb6f9d65 Nothing much 2021-07-18 15:53:23 +01:00
Igor Katson
1300faa0b4 Persistent DHT 2021-07-18 10:53:33 +01:00
Igor Katson
bd0df49591 Nothing, small cleanups 2021-07-16 13:58:10 +01:00
Igor Katson
3a9a858438 Peer stream is more efficient 2021-07-14 15:29:59 +01:00
Igor Katson
65d2e5b87f Nothing 2021-07-14 13:42:42 +01:00
Igor Katson
98dff76c40 DHT stats in HTTP API 2021-07-14 13:40:56 +01:00
Igor Katson
7e4ed79863 Nothing 2021-07-13 16:59:31 +01:00
Igor Katson
1b5e565aff Nothing 2021-07-13 16:28:53 +01:00
Igor Katson
ace11186ef Refactor DHT a bit 2021-07-13 16:10:36 +01:00
Igor Katson
48f4c0a8b7 Nothing 2021-07-13 15:11:08 +01:00