Commit graph

1319 commits

Author SHA1 Message Date
Igor Katson
18755d8971
Add access to new fields 2024-11-07 13:46:12 +00:00
Igor Katson
98f011673e
iter_file_details_ext update impl 2024-11-07 13:46:12 +00:00
Igor Katson
abce0c6629
rename iter_file_details -> iter_file_details_ext 2024-11-07 13:46:12 +00:00
Igor Katson
af0389de05
bep 47: serialize/deserialize new fields 2024-11-07 13:46:11 +00:00
Igor Katson
60cea68985
Add days to UI ETA and uptime calculations 2024-11-07 13:26:32 +00:00
Igor Katson
a90f245dc9 Add with_stats=true to torrents list 2024-11-07 08:57:16 +00:00
Igor Katson
30bfb3ea19 Unify API types a bit (remove list item) 2024-11-07 08:57:16 +00:00
Igor Katson
03022f16c2
Fix a lint 2024-11-06 16:30:12 +00:00
Igor Katson
e371522a80
Fix num_tasks == 1 assertion 2024-11-06 16:28:32 +00:00
Igor Katson
a72c6a6224
Add rustfmt to check 2024-11-06 16:06:54 +00:00
Igor Katson
87e09a60f7
wait_until_i_am_the_last_task() - num_alive should be 0, not 1 2024-11-06 16:05:58 +00:00
Igor Katson
78363d65ca
run cargo fmt --check on PRs 2024-11-06 15:01:59 +00:00
Igor Katson
e31854cb5a
Canonical address in HTTP requests 2024-11-05 18:51:21 +00:00
Mark Mendoza
fb6822ca41
Added destination_fodler to TorrentDetailsResponse (#263)
* Added destination folder to torrent detail response.

* clean up changes not needed

* cleaned up launch.json and renamed to destination_folder to output_folder
2024-10-29 09:50:21 +00:00
Igor Katson
588e6cdd77
Merge pull request #257 from izderadicka/client-api-only
Add CLI parameter to allow send downloads to remote server
2024-10-27 15:09:15 +00:00
Ivan
bac364760e fmt 2024-10-19 19:50:26 +02:00
Ivan
6d08173159 Add parameter for remote server to download client 2024-10-19 19:47:57 +02:00
Igor Katson
946ad36258
Merge pull request #254 from Mrreadiness/fix/transactional-pause
Fix: transactional pause
2024-10-12 19:37:33 +01:00
Ivan Moiseev
be9716e6a7 fix: simlify 2024-10-12 16:08:30 +02:00
Ivan Moiseev
bbdb78f773 feat: remove drop 2024-10-12 15:56:26 +02:00
Ivan Moiseev
b105a3bb22 fix: transactional pause 2024-10-12 15:17:19 +02:00
Igor Katson
7147313846
Fix a bug in id32 printing code 2024-10-09 15:34:00 +01:00
Igor Katson
8389235b46
Merge pull request #253 from ikatson/linux-paths
Migrate linux configuration to a better named path.
2024-10-06 11:10:28 +01:00
Igor Katson
aaca88be39
Migrate linux configuration to a better named path. 2024-10-06 11:06:02 +01:00
Igor Katson
61a01b4253
Remove python3 build dependency 2024-10-03 13:54:23 +01:00
Igor Katson
8b66119746
Update deps 2024-10-03 13:46:19 +01:00
Igor Katson
a954cd8ced
Merge pull request #251 from ikatson/no-disable-upload
Disable upload: do not expose in default builds, move under a feature flag.
2024-10-03 09:23:06 +01:00
Igor Katson
990c5f866b
Disable upload: do not expose in default builds, move under a feature flag. 2024-10-03 09:07:19 +01:00
Igor Katson
b99a1e2b73
Update .gitignore 2024-10-03 08:50:50 +01:00
Igor Katson
932836d4cf
Merge pull request #250 from PastaPastaPasta/refactor/byteorder
refactor: use byteorder crate to enhance portability (to BE systems), and enhance code readability, avoiding manual byte manipulations
2024-10-03 07:46:38 +01: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
7ca3232aa6
Merge pull request #248 from PastaPastaPasta/feat/bep-53-support
feat: implement BEP-53 support
2024-10-02 21:24:13 +01:00
pasta
57db99e9b8
fixup: only set only_files if it was none 2024-10-02 15:16:32 -05:00
Igor Katson
6fffe6d90b
Merge pull request #249 from PastaPastaPasta/feat/tauri-v2-support
feat: upgrade to tauri 2.0
2024-10-02 21:08:32 +01:00
pasta
db420f3a52
fixup: use if instead of match 2024-10-02 14:33:40 -05:00
pasta
da7fd268b6
feat: upgrade to tauri 2.0
Steps taken:
1. install tauri via cargo install tauri-cli
2. see errors when running cargo tauri build
3. run cargo tauri migrate as recommended by docs https://tauri.app/start/migrate/from-tauri-1/
4. manually fix some .ts includes as recommeneded by docs https://tauri.app/start/migrate/from-tauri-1/#migrate-to-core-module
5. successfully build using cargo tauri build
2024-10-02 14:30:28 -05:00
pasta
d480b14bea
chore: run cargo fmt 2024-10-02 13:50:48 -05:00
pasta
1b6e7edb6b
fixup: allow 'so' validation to fail, and just continue 2024-10-02 13:42:59 -05:00
pasta
aa0c287fe5
feat: implement BEP-53 support 2024-10-01 13:22:54 -05:00
Igor Katson
60728f1699
Merge pull request #247 from ikatson/stream-capacity
[Perf] Increase http_api stream capacity (perf optimisation)
2024-10-01 11:30:31 +01:00
Igor Katson
b1b76edf10
Increase http_api stream capacity (testing perf optimisation) 2024-10-01 09:52:57 +01:00
Igor Katson
e97e26f97f
Merge pull request #246 from ikatson/peer-ip-generic
[Refactor] Generic peer IP
2024-10-01 09:49:04 +01:00
Igor Katson
29758c6d8f
Generic peer IP 2024-10-01 09:32:04 +01:00
Igor Katson
abe4cf58a5
Merge pull request #244 from izderadicka/correct_peer_address
Correct peer outgoing address for incomming peers
2024-10-01 09:27:14 +01:00
Ivan
7640218488 Make outgoing addr Option 2024-09-30 19:55:37 +02:00
Ivan
23bd537dd7 Remove commented code 2024-09-28 19:47:48 +02:00
Ivan
1ce5971f07 Add debug and remove unneeded 2024-09-28 19:36:54 +02:00
Ivan
cd7349121c Queuing only peers that will be retried 2024-09-26 21:30:25 +02:00
Ivan
a31e8344b2 Format - delete trailing spaces 2024-09-26 19:19:56 +02:00
Ivan
aec1eeef34 Enum pro outgoing addr and some fixes 2024-09-26 19:15:16 +02:00