Igor Katson
|
00b9748516
|
Update crate versions
Release binaries for Linux and Docker / release-linux (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Release binaries for Linux and Docker / build-docker-cross (linux/amd64) (push) Has been cancelled
Release binaries for Linux and Docker / build-docker-cross (linux/arm/v7) (push) Has been cancelled
Release binaries for Linux and Docker / build-docker-cross (linux/arm64) (push) Has been cancelled
Release binaries for Linux and Docker / build-push-docker-multiarch (push) Has been cancelled
Release binaries for OSX / release-macos (push) Has been cancelled
Release binaries for Windows / release-windows (push) Has been cancelled
Release binaries for Linux and Docker / release-linux (amd64, ubuntu-24.04) (push) Has been cancelled
|
2025-06-12 12:31:23 +01:00 |
|
Igor Katson
|
963f8167de
|
Fix a very rare bug where DHT paniced
|
2025-06-12 12:27:23 +01:00 |
|
Igor Katson
|
9b5b9e6ba7
|
Update all subcrates versions
|
2025-06-05 11:52:50 +01:00 |
|
Igor Katson
|
28332fd4b9
|
Prepare for releasing 8.1.0
|
2025-06-05 11:38:50 +01:00 |
|
Alex Galvin
|
efad73dbe1
|
chore: bump librqbit-core to 5.0.0
|
2025-06-02 03:29:16 -04:00 |
|
Alex Galvin
|
610140cff6
|
feat: include crate version in peer_id
|
2025-06-02 03:29:16 -04:00 |
|
Igor Katson
|
c84e3ad90d
|
Can unpause dead no-peer-source torrent just fine
|
2025-01-13 17:41:42 +00:00 |
|
Igor Katson
|
a4829c6997
|
fixing cargo publish
|
2025-01-06 17:32:35 +00:00 |
|
Igor Katson
|
7864876087
|
Update subcrates and versions
|
2025-01-06 15:27:44 +00:00 |
|
Igor Katson
|
438e164ffd
|
Fix clippy errors
|
2024-12-03 20:40:02 +00:00 |
|
Igor Katson
|
616498f500
|
Update minimal Rust version to 1.76
|
2024-11-18 17:34:32 +00:00 |
|
pasta
|
eaba7955d7
|
refactor: use byteorder crate to enhance portability (to BE systems), and enhance code readability, avoiding manual byte manipulations
|
2024-10-02 19:09:32 -05:00 |
|
Igor Katson
|
06613d9ef1
|
watching basic version works
|
2024-09-13 12:34:51 +01:00 |
|
Igor Katson
|
52ca07fe41
|
Cargo upgrade all deps
|
2024-08-28 11:44:01 +01:00 |
|
Igor Katson
|
a825115472
|
Preparing for v7.0.0 release
|
2024-08-27 17:55:27 +01:00 |
|
Igor Katson
|
30de55d3bc
|
Prepare 7.0.0-beta.0
|
2024-08-15 14:46:26 +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
|
183572b695
|
Upgrade deps
|
2024-08-06 13:49:03 +01:00 |
|
Ivan
|
049293d7cd
|
Update leaky_bucket version
|
2024-08-03 09:58:58 +02:00 |
|
Igor Katson
|
dc137c075f
|
Move to storage folder
|
2024-05-02 12:29:46 +04:00 |
|
Igor Katson
|
3d46d7cb97
|
Fix clippy lints related to recent bug
|
2024-04-24 14:19:04 +01:00 |
|
Igor Katson
|
7ec76fc5d4
|
Update subcrates
|
2024-04-07 10:56:06 +01:00 |
|
Igor Katson
|
8402a821ad
|
Prepare for 5.5.4 (#107)
|
2024-03-29 21:06:59 +00:00 |
|
Igor Katson
|
07bd9dec83
|
Remove sha1 extra features (#105)
Remove all extra sha1 features
|
2024-03-29 15:57:30 +00: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
|
deee41cd93
|
Box<[u8]> instead of Vec<u8> for ByteBufOwned
|
2024-03-29 11:00:58 +00:00 |
|
Igor Katson
|
4d6b5181eb
|
Prepare v5.5.3 (#98)
* Forgot to commit version updates
* Cargo.toml 5.5.3
* Cargo.lock
* Tag desktop 5.5.3
* Update deps
|
2024-03-25 13:40:04 +00:00 |
|
Igor Katson
|
a001bb8c97
|
Shorten Pin<Box to BoxFuture
|
2024-02-27 08:14:39 +00:00 |
|
Igor Katson
|
1b79b66cc3
|
Reduce compile times even more
|
2024-02-27 08:00:56 +00:00 |
|
Joshua Abraham
|
0836b651a7
|
Add support for BTv2 magnet links
|
2024-01-07 20:57:10 -06:00 |
|
Igor Katson
|
2017c5ec94
|
Add an HTTP API endpoint + UI widgets to stream logs (#49)
* Added JSON logs to Desktop
* Move logging config into librqbit for reuse
* Log printer now available in both Desktop and Web UI
* Fix JS type error
|
2023-12-09 00:26:14 +00:00 |
|
Igor Katson
|
b7fbb5be63
|
Preparing for 5.0.0 release
|
2023-12-07 12:33:08 +00:00 |
|
Igor Katson
|
bed7433d8e
|
Use tokio_util::CancellationToken everywhere
|
2023-12-07 10:22:17 +00:00 |
|
Igor Katson
|
9cbe16b387
|
settings dialog works now and reloads the session properly
|
2023-12-06 23:18:06 +00:00 |
|
Igor Katson
|
a3475784e9
|
Initial commit for desktop configuration. Broken now
|
2023-12-06 14:30:32 +00:00 |
|
Igor Katson
|
14d7ee04ea
|
Prepare for publishing new crates
|
2023-12-06 01:18:25 +00:00 |
|
Igor Katson
|
bc243143e5
|
Do not announce when listing torrents
|
2023-12-05 23:31:04 +00:00 |
|
Igor Katson
|
4d993aeb6d
|
Announcing works and peers connect to us! but havent seen nothing uploaded yet, it says they have it fully
|
2023-12-05 21:30:35 +00:00 |
|
Igor Katson
|
6bb5d01c0f
|
Announcing port on DHT
|
2023-12-05 21:17:37 +00:00 |
|
Igor Katson
|
162afe3056
|
DHT announce compiles
|
2023-12-05 21:13:31 +00:00 |
|
Igor Katson
|
65c69f576b
|
Code fully compiles for processing incoming peers
|
2023-12-05 20:10:09 +00:00 |
|
Igor Katson
|
41fb3bfd37
|
Accepting TCP connections + publishing = works. Still yet to pass it to the live torrent
|
2023-12-05 20:10:09 +00:00 |
|
Igor Katson
|
006d83d6a7
|
Update docs, cleanup for 4.0.0 release
|
2023-12-03 12:14:50 +00:00 |
|
Igor Katson
|
9b96eca041
|
Update tags
|
2023-12-02 22:42:24 +00:00 |
|
Igor Katson
|
28c2db2a37
|
Made changes for Desktop app to work
|
2023-12-02 21:12:15 +00:00 |
|
Igor Katson
|
ab7d0f68d9
|
Re-tag 4.0.0-beta.2 as apparently beta.1 was already tagged and released before
|
2023-12-01 11:59:36 +00:00 |
|
Igor Katson
|
143bdea498
|
Fixing cargo publish
|
2023-12-01 11:50:43 +00:00 |
|
Igor Katson
|
21b1bd9e7d
|
A bit finer grained timeout interval in get_peers loop
|
2023-12-01 08:53:05 +00:00 |
|
Igor Katson
|
b3ab2c4d4c
|
Code to serialize peer store
|
2023-11-30 22:07:24 +00:00 |
|