Commit graph

44 commits

Author SHA1 Message Date
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
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
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
14d7ee04ea
Prepare for publishing new crates 2023-12-06 01:18:25 +00:00
Igor Katson
65c69f576b
Code fully compiles for processing incoming peers 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
b3ab2c4d4c
Code to serialize peer store 2023-11-30 22:07:24 +00:00
Igor Katson
336bf751e3
DHT: better tracking requests/responses 2023-11-28 10:53:22 +00:00
Igor Katson
eaf5021908
Next id -> AtomicU16 2023-11-28 07:40:27 +00:00
Igor Katson
d8fdb94305
DHT instrumentation 2023-11-25 15:15:16 +00:00
Igor Katson
d4e29171b9
Small js (webui) cleanups 2023-11-23 00:42:10 +00:00
Igor Katson
56311fb4df
DHT Rate limiting 2023-11-22 21:56:00 +00:00
Igor Katson
b751b98a60
Update versions to 3.0.0 as theres a lot of changes internally 2023-11-20 10:34:43 +00:00
Igor Katson
2ebbc0a828
Add examples 2023-11-19 22:48:19 +00:00
Igor Katson
48a14823fa
Changed log to tracing 2023-11-19 13:05:42 +00:00
Igor Katson
62ed868208
Update dependencies 2023-11-16 07:37:40 +00:00
Igor Katson
8911a71c57
Preparing DHT 2023-11-15 14:22:10 +00:00
Igor Katson
22eb0fca57
Prepare dht for publishing 2023-11-15 13:56:25 +00:00
Igor Katson
3f519ff2d2
Prepare librqbit-core for publishing 2023-11-15 13:53:10 +00:00
Igor Katson
7d29ee28e6
Prepare sha1w and bencode for publishing 2023-11-15 13:50:56 +00:00
Igor Katson
b1e2024760
Prepare clone-to-owned for publishing 2023-11-15 13:47:26 +00:00
Igor Katson
ae847ce99c
Upgrade deps 2022-12-04 13:12:23 +00: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
1300faa0b4 Persistent DHT 2021-07-18 10:53:33 +01:00
Igor Katson
52f17a1717 Routing table serialize / optimzie 2021-07-17 14:45:18 +01:00
Igor Katson
ff2f74594a Reimplement routing table as a vector 2021-07-16 14:49:36 +01:00
Igor Katson
3a9a858438 Peer stream is more efficient 2021-07-14 15:29:59 +01:00
Igor Katson
ca25bac486 Dumping routing table to JSON. Wow 2021-07-14 01:03:39 +01:00
Igor Katson
ace11186ef Refactor DHT a bit 2021-07-13 16:10:36 +01:00
Igor Katson
2eabebb5c3 Replaced DHT with custom one! Lets see if it works 2021-07-12 19:55:23 +01:00
Igor Katson
5c41796485 Saving 2021-07-12 19:42:48 +01:00
Igor Katson
9c37706dba Routing table sort of works 2021-07-12 14:38:55 +01:00
Igor Katson
950d47ab31 Saving 2021-07-12 11:56:26 +01:00
Igor Katson
f6656841c0 Playing with DHT over UDP 2021-07-10 23:56:42 +01:00
Igor Katson
1b0047a4a4 DHT bencode protocol more or less done 2021-07-10 12:26:37 +01:00
Igor Katson
7a947ddf79 Starting to play with alternative DHT implementations 2021-07-09 22:51:33 +01:00