Igor Katson
7ec76fc5d4
Update subcrates
2024-04-07 10:56:06 +01:00
Igor Katson
81d2301e20
Starting to cut 5.6.0
2024-04-07 10:56:06 +01:00
Igor Katson
e18a711abf
v5.6.0-beta.1 ( #116 )
...
* Fix displaying versions in web/desktop
* Update deps
* Tag 5.6.0-beta.1
2024-04-06 09:37:31 +01:00
Igor Katson
8524e73fda
Updated version to 5.6.0-beta.0 (forgot to do it when releasing)
2024-04-05 10:31:19 +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
cf2f9f34e8
Update dependencies ( #94 )
...
* Update deps
* Pin clap to older
* pin clap complete
2024-03-22 09:02:25 +00:00
Igor Katson
25cd3c75cc
Tests now compile but take too long on github actions
2024-03-05 01:53:41 -08:00
Igor Katson
2778d46bb3
End-to-end unit test ( #90 )
...
* First implementation of create_torrent_file
* Test harness for e2e preparing
* Saving
* Continuing test harness
* Continuing test harness
* Continuing test harness
* All servers are running
* Full e2e harness done
* Test e2e harness working fine
* Remove lints
* injecting faults
* The e2e test runs continuously
* e2e test
* Add a test for create_torrent
* Nothing
* Nothing, just tweaking the numberes
* Update tokio, remove custom tempfile shim
2024-03-05 09:18:22 +00:00
Igor Katson
ba1c52644a
5.5.1
2024-02-27 18:58:59 +00:00
Igor Katson
15c078619c
Compile times are even worse now
2024-02-26 22:41:36 +00:00
Igor Katson
18f22cf323
Simplify cancellation as peer_rx doesnt need a token no longer
2024-02-26 20:45:21 +00:00
Igor Katson
39330dc717
Update some Cargo deps but not all
2024-02-26 10:19:22 +00:00
Igor Katson
2f36515c32
Tag v5.5.0
2024-02-26 10:02:29 +00:00
Igor Katson
d1956ffa29
Tag 5.4.2
2024-01-21 11:11:30 +00:00
Igor Katson
0400bdec6d
Tag 5.4.1
2024-01-03 14:41:32 +00:00
Igor Katson
3dc2e3eace
Tag 5.4.0
2023-12-17 14:43:12 +00:00
Igor Katson
fc28e18ffd
Try to increase limits on start
2023-12-17 13:01:59 +00:00
Igor Katson
6da08263be
Fix a compilation error for crates.io publish
2023-12-16 11:24:53 +00:00
Igor Katson
4606bd1fc0
Tag 5.3.0
2023-12-16 11:21:21 +00:00
Igor Katson
f45195a745
Tag 5.2.0
2023-12-14 12:45:32 +00:00
Igor Katson
08c401cf9f
Bump version to 5.1.0
2023-12-09 00:27:43 +00: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
9385524a1a
Desktop: button to show a modal with logs ( #48 )
...
* Add an endpoint to stream logs /stream_logs
* Display logs in desktop app
* UI component to stream logs
2023-12-08 19:47:48 +00:00
Igor Katson
a641717245
Preparing for 5.0.0 release
2023-12-07 12:35:24 +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
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
71d49a88b6
Create TCP listener
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
99db087cf1
Improving typescript types
2023-12-02 15:35:26 +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
af1facb171
Upgrade some dependencies and librqbit to 4.0.0-beta.1
2023-12-01 11:56:07 +00:00
Igor Katson
143bdea498
Fixing cargo publish
2023-12-01 11:50:43 +00:00
Igor Katson
52883769e1
Session persistence now saving full torrent contents
2023-11-30 00:48:57 +00:00
Igor Katson
7292522139
Session: add all at once
2023-11-26 09:59:44 +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
07b99f4ac9
Update cargo.toml versions
2023-11-22 21:19:43 +00:00
Igor Katson
7d6ed06166
Selective download modal
2023-11-22 17:19:35 +00:00
Igor Katson
8d6701ef47
Bump to 3.1.0
2023-11-21 14:36:41 +00:00
Igor Katson
88ca5960df
Basic webui works
2023-11-20 20:27:30 +00:00
Igor Katson
1585a7e04a
Ability to upload torrents + other stuff for Web UI to work
2023-11-20 19:52:48 +00:00
Igor Katson
e557d76660
Bump version to 3.0.0
2023-11-20 16:17:28 +00:00