Commit Graph

71 Commits

Author SHA1 Message Date
Aleksandr
a410d3f773
Update Cargo.toml 2021-11-08 10:36:13 +01:00
Quang Ngô
4a3c0e4118 Add session-stats. 2021-11-08 10:25:06 +01:00
Aleksandr
42f58b6707
Update ci.yml 2021-11-08 10:22:42 +01:00
Christopher Hasse
981e09f173 Added support for torrent-rename-path
Including examples and updated readme to reflect support.
2021-11-03 11:56:46 +01:00
dependabot[bot]
988187abd5 Update enum-iterator requirement from 0.6.0 to 0.7.0
Updates the requirements on [enum-iterator](https://github.com/stephaneyfx/enum-iterator) to permit the latest version.
- [Release notes](https://github.com/stephaneyfx/enum-iterator/releases)
- [Commits](https://github.com/stephaneyfx/enum-iterator/compare/0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: enum-iterator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-04 09:12:43 +02:00
Aleksandr
a56abb2e93
Merge pull request #20 from j0rsa/dependabot/cargo/env_logger-0.9.0 2021-08-04 09:12:10 +02:00
Aleksandr
3967562a87
Merge pull request #22 from Yneluki/main 2021-08-04 09:11:41 +02:00
Raphaël BILAND
21f0b62bac handle files wanted/unwanted/priorities for torrent-add & torrent-get 2021-08-03 12:44:18 +08:00
Raphaël BILAND
cf1bdb95d2 add files field for torrent-get 2021-08-03 11:29:50 +08:00
dependabot[bot]
3b213e3782
Update env_logger requirement from 0.8.3 to 0.9.0
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.8.3...v0.9.0)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-14 17:06:55 +00:00
Aleksandr
810ef71537
Merge pull request #18 from nickzana/ubuntu-torrent-add
Replace outdated Ubuntu 20.04 with 20.04.2.0.
2021-03-14 17:39:52 +01:00
Nick Zana
b2d43ef941 Replace outdated Ubuntu 20.04 with 20.04.2.0. 2021-03-14 12:36:56 -04:00
Aleksandr
7a50ac33ab
Merge pull request #16 from nickzana/fix-tests-no-auth
Fix Examples to support configuration with no authentication
2021-03-14 17:20:03 +01:00
Nick Zana
bf13ba4981 Merge branch 'main' into fix-tests-no-auth 2021-03-14 12:09:04 -04:00
Nick Zana
3df01c4389 Add support for no auth to examples
Changes client setup in every example so that it checks whether both the
TUSER and TPASS environment variables are set and, if not, assumes no
basic auth.
2021-03-14 11:58:11 -04:00
Aleksandr
5b174a69f4
Merge pull request #14 from j0rsa/env_examples
[0.3.4] Dependencies bump
2021-03-14 11:35:10 +01:00
red
9b2cf6dda9 bumped dependencies versions 2021-03-14 11:27:34 +01:00
red
273ee4ab0c added env example 2021-03-14 11:03:06 +01:00
Aleksandr
e089cda4bc
Merge pull request #12 from nickzana/move-tokio-to-dev-dep
Move tokio to dev and add rt-multi-threaded
2021-03-14 10:54:49 +01:00
Nick Zana
23330680d6 Make test_malformed_url work with no BasicAuth 2021-03-13 21:55:05 -05:00
Nick Zana
c75029f59e Move tokio to dev and add rt-multi-threaded
Tokio is not needed in the main library and is only used for tests, and
thus can be safely moved to a dev-dependency.

The rt-multi-threaded feature of tokio is needed for some examples.
2021-03-13 18:40:54 -05:00
red
773c9d81f7 limit release event types to created 2021-02-07 18:45:09 +01:00
red
79d8fd1805 updated release pipeline name 2021-02-07 18:42:32 +01:00
red
721eaa7d01 update ci
added automatic release pipeline
2021-02-07 18:39:41 +01:00
red
eac1c9c6e9 bump version to release lib updates 2021-02-07 18:30:12 +01:00
red
3733645ead added CI 2021-02-07 18:28:29 +01:00
Aleksandr
282f7995c1
Merge pull request #9 from j0rsa/dependabot/cargo/tokio-1.2
Update tokio requirement from 0.2 to 1.2
2021-02-07 18:23:33 +01:00
Aleksandr
c153559348
Merge branch 'master' into dependabot/cargo/tokio-1.2 2021-02-07 18:23:19 +01:00
Aleksandr
4f4c0e8d5d
Merge pull request #8 from j0rsa/dependabot/cargo/env_logger-0.8.2
Update env_logger requirement from 0.7.1 to 0.8.2
2021-02-07 18:22:27 +01:00
Aleksandr
939fe21b29
Merge pull request #7 from j0rsa/dependabot/cargo/reqwest-0.11.0
Update reqwest requirement from 0.10.6 to 0.11.0
2021-02-07 18:22:13 +01:00
Aleksandr
517aba3abe
Merge pull request #10 from j0rsa/dependabot/add-v2-config-file
Create Dependabot config file
2021-02-07 13:00:55 +01:00
dependabot-preview[bot]
d6f5573d90
Create Dependabot config file 2021-02-07 11:58:22 +00:00
dependabot-preview[bot]
baf764e93d
Update tokio requirement from 0.2 to 1.2
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.0...tokio-1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-07 11:57:29 +00:00
dependabot-preview[bot]
564af1939c
Update env_logger requirement from 0.7.1 to 0.8.2
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-07 11:57:07 +00:00
dependabot-preview[bot]
89a1a55b96
Update reqwest requirement from 0.10.6 to 0.11.0
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.6...v0.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-07 11:56:46 +00:00
Aleksandr
b01d9fff06
Merge pull request #6 from Kriskras99/torrent_set_location
Implement torrent-set-location call
2020-12-27 19:00:14 +01:00
Christiaan Biesterbosch
59df19cf36
Bump version to 0.3.2 2020-12-27 18:49:55 +01:00
Christiaan Biesterbosch
2ca1444f18
Format the code with rustfmt 2020-12-27 17:51:17 +01:00
Christiaan Biesterbosch
510b79e57e
Add VS Code and Jetbrains files to gitignore 2020-12-27 17:34:27 +01:00
Christiaan Biesterbosch
6587f19aa7
Add support for the torrent-set-location call 2020-12-27 17:32:02 +01:00
keyridan
8d07f2be84
Merge pull request #5 from j0rsa/panic_free_request_to_unknown_url
Panic free request to unknown url
2020-11-01 14:15:53 +01:00
red
07df9ce310 bump version 2020-11-01 14:10:12 +01:00
red
989f1cf8d0 expected header not to be present 2020-11-01 14:06:22 +01:00
red
8d98d1f4bc made get sessionId silent 2020-11-01 13:56:31 +01:00
red
1305b88d03 Merge branch 'master' of github.com:j0rsa/transmission-rpc 2020-08-27 21:28:55 +02:00
red
4e932deb49 no panic on failed torrent_add 2020-08-27 21:28:50 +02:00
Aleksandr
c5e6dd0936
Added donation button 2020-08-17 21:19:01 +02:00
red
70b6b822c4 bump version 2020-07-13 11:53:20 +02:00
red
06e1c1a87d added Clone to response 2020-07-13 11:40:23 +02:00
Aleksandr
57b741d5d1
Merge pull request #1 from inanna-malick/master
make rustls not pull in openssl
2020-05-26 22:08:11 +02:00