Igor Katson
f0788f2c4a
Works fine now finally
2024-05-01 00:43:51 +04:00
Igor Katson
7e180c05b3
Fix the bugs
2024-05-01 00:43:51 +04:00
Igor Katson
eadb8872d9
Should be ready to test
2024-05-01 00:43:51 +04:00
Igor Katson
d1c6a5b584
Streaming test
2024-05-01 00:43:51 +04:00
Igor Katson
10974888fa
Streaming test
2024-05-01 00:43:51 +04:00
Igor Katson
dad127e0ea
Do not reopen files back and forth, less bugs
2024-05-01 00:43:51 +04:00
Igor Katson
28f65ef087
5.6.4
2024-04-29 19:42:16 +01:00
Igor Katson
c22bbe8d61
Remove .unwrap() in UDP tracker code
2024-04-29 19:41:00 +01:00
Igor Katson
517d05d190
Preparing 5.6.3
2024-04-29 16:43:17 +01:00
Igor Katson
d664b71625
Merge pull request #127 from ikatson/fix-merge-streams
...
Fix merging DHT and tracker streams
2024-04-29 19:42:13 +04:00
Igor Katson
7c83240a1a
Fix merging DHT and tracker streams
2024-04-29 13:57:29 +01:00
Igor Katson
9f806d7adb
Prepare 5.6.2
2024-04-29 12:11:32 +01:00
Igor Katson
bf01929ccb
Merge pull request #126 from ikatson/bugfix-steal-2024-04
...
Fix a bug in stealing code
2024-04-29 15:09:45 +04:00
Igor Katson
9590df1122
Fix a bug in stealing code
2024-04-29 12:01:31 +01:00
Igor Katson
3d46d7cb97
Fix clippy lints related to recent bug
2024-04-24 14:19:04 +01:00
Igor Katson
5dee78227b
Fixing versions for cargo publish
2024-04-23 23:32:02 +01:00
Igor Katson
5dbba806c7
5.6.1 versioning fixups
2024-04-23 23:16:45 +01:00
Igor Katson
c60b380897
Cargo.lock update
2024-04-23 23:10:38 +01:00
Igor Katson
340daa6b24
5.6.1
2024-04-23 23:08:49 +01:00
Igor Katson
ad1f49f5cc
Add armv7 musl build to release
2024-04-23 23:08:21 +01:00
Igor Katson
0fd7b42367
Merge pull request #123 from ikatson/dev
...
Bugfix: on 32 bit systems files > 4gb
2024-04-24 02:04:49 +04:00
Igor Katson
136e8fb953
Bufix: on 32 bit systems bugged narrowing leading to bad checksums
2024-04-23 22:48:29 +01:00
Igor Katson
2982d4f3fc
armv7 musl
2024-04-23 22:17:24 +01:00
Igor Katson
1001a44a24
Disable trackers propagate
2024-04-23 22:17:15 +01:00
Igor Katson
a881c1cbf9
Merge pull request #122 from ikatson/fix-121
...
Fix #121
2024-04-18 22:13:29 +04:00
Igor Katson
3d4b2b1976
Fix #121
2024-04-18 19:10:34 +01:00
Igor Katson
b55d41e9bd
Update README
2024-04-15 20:54:42 +01:00
Igor Katson
3dabdd5ca2
Add dev branch to run tests
2024-04-15 20:51:13 +01:00
Igor Katson
5dafa81b9e
Fix build on 1.73
2024-04-15 23:41:47 +04:00
Igor Katson
96ae960070
Tiny optimisation
2024-04-15 23:41:47 +04:00
Igor Katson
2a4d9a85d5
Download files in filename priority by default
2024-04-15 23:41:47 +04:00
Igor Katson
e03600c463
Add file priorities.
2024-04-15 23:41:47 +04:00
Igor Katson
c291e42bb5
TODO updates
2024-04-07 22:45:47 +01:00
Igor Katson
0230550ed3
Fix fetched bytes computation to not account for stolen bytes.
2024-04-07 22:45:47 +01:00
Igor Katson
511e64751c
Handling MSGID_CANCEL just in case
2024-04-07 22:45:47 +01:00
Igor Katson
cdbd91b13b
Stats on steals
2024-04-07 22:45:47 +01:00
Igor Katson
6a23f311e1
Send cancellations on steal
2024-04-07 22:45:47 +01:00
Igor Katson
841c84ff25
fix file progress when there are nested folders
2024-04-07 10:56:06 +01:00
Igor Katson
26c8af1ca7
rebuild webui
2024-04-07 10:56:06 +01:00
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
5eb01ac226
Ability to change the list of files at any time, including through UI ( #115 )
...
* Now can update the list of files without pausing/unpausing
* Shrink a few functions
* Reopen write when updating files
* Todos
* opened_file abstraction
* iter_pieces_within iterator
* Simplify iter_pieces_within
* Simplify iter_pieces_within
* Add "iter_file_details"
* temporarily broken: readonly by default
* Live torrent - reopen files
* Reopen files after changing the list
* Now reopening files read only when they are completed
* Fix a bug in opened_file.rs
* update todos
* update help
* Reconnect all peers that are idling
* Add a couple fields to OpenedFile
* Add a couple fields to OpenedFile
* Small cleanups - use the new iterator where possible
* size_of_piece_in_file function
* Updating have
* Include file progress
* Almost nothing
* ugly progress bars
* bad UI, saving
* its not so bad
* Works now
* update progress bar a bit
* Reopen read-only on pause
* Zero bytes isnt too bad! Doesnt break anything
* fix per file progress bars
* progress bar not as ugly anymore?
* ui tweaks
* fix a react bug
* TODO.md update
* Fix js + TODOs
* Compute per-file progress on init
* Fix stats updating live
* Nothing
* Nothing
* cleanup ui a bit
* Nothing
* Final fixes
* Trying to fix rust 1.73
* Sorting filenames
* remove unnecessary indentation
* Remove unnecessary comment
2024-04-06 09:20:03 +01:00
Igor Katson
d7380217f6
Update github actions/checkout to v4 ( #114 )
2024-04-05 11:13:41 +01:00
Igor Katson
2fb3da9dc5
Update rust-cache to v2 in github tests to make it faster ( #113 )
2024-04-05 10:52:27 +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
Sidhin S Thomas
fe713a66b4
Add build details to desktop application README.md
2024-04-04 17:49:50 +01:00
Igor Katson
f7b22aa0aa
Comments
2024-03-30 20:46:29 +00:00
Igor Katson
5c90e0cdd9
Fix a broken terst
2024-03-30 20:46:29 +00:00
Igor Katson
c6d3a972c4
desktop support to modify selected files
2024-03-30 20:46:29 +00:00