rqbit/crates/librqbit/src
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
..
peer_info_reader Simplify chunk_size 2024-03-30 20:22:04 +00:00
tests Ability to change the list of files at any time, including through UI (#115) 2024-04-06 09:20:03 +01:00
torrent_state Ability to change the list of files at any time, including through UI (#115) 2024-04-06 09:20:03 +01:00
api.rs Well, it doesnt crash at least 2024-03-30 20:46:29 +00:00
api_error.rs Initial commit for desktop configuration. Broken now 2023-12-06 14:30:32 +00:00
chunk_tracker.rs Ability to change the list of files at any time, including through UI (#115) 2024-04-06 09:20:03 +01:00
create_torrent_file.rs Box<[u8]> instead of Vec<u8> for ByteBufOwned 2024-03-29 13:44:10 +00:00
dht_utils.rs Box<[u8]> instead of Vec<u8> for ByteBufOwned 2024-03-29 13:44:10 +00:00
file_ops.rs Ability to change the list of files at any time, including through UI (#115) 2024-04-06 09:20:03 +01:00
http_api.rs Fix a broken terst 2024-03-30 20:46:29 +00:00
http_api_client.rs Shorten Pin<Box to BoxFuture 2024-02-27 08:14:39 +00:00
lib.rs Ability to change the list of files at any time, including through UI (#115) 2024-04-06 09:20:03 +01:00
opened_file.rs Ability to change the list of files at any time, including through UI (#115) 2024-04-06 09:20:03 +01:00
peer_connection.rs Add bogus peer simulation to e2e tests 2024-03-29 20:32:08 +00:00
read_buf.rs A tiny optimisation to not memcpy the buffer as often if we have many messages already buffered 2024-01-02 18:36:07 +00:00
session.rs Ability to change the list of files at any time, including through UI (#115) 2024-04-06 09:20:03 +01:00
spawn_utils.rs Update docs, cleanup for 4.0.0 release 2023-12-03 12:14:50 +00:00
tracing_subscriber_config_utils.rs This one makes it better for sure 2024-02-26 22:59:54 +00:00
type_aliases.rs Ability to change the list of files at any time, including through UI (#115) 2024-04-06 09:20:03 +01:00