Commit graph

181 commits

Author SHA1 Message Date
dependabot[bot] 49b80d87ce
Merge pull request #71 from naim94a/dependabot/cargo/tokio-0.3.1 2020-10-23 05:31:26 +00:00
dependabot[bot] 50511c97de
Bump tokio from 0.3.0 to 0.3.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.3.0...tokio-0.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-22 06:06:30 +00:00
Naim A 360a0dc8f0 update lockfile 2020-10-15 20:40:22 +03:00
Naim A 18a686bf2f update to stable tokio 0.3.0 2020-10-15 20:40:22 +03:00
dependabot[bot] 544a5d40a8
Merge pull request #68 from naim94a/dependabot/cargo/toml-0.5.7 2020-10-13 07:14:51 +00:00
dependabot[bot] 452597cbc5
Bump toml from 0.5.6 to 0.5.7
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases)
- [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.6...0.5.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 06:59:28 +00:00
dependabot[bot] a3637881b2
Merge pull request #67 from naim94a/dependabot/cargo/futures-0.3.6 2020-10-06 16:07:19 +00:00
dependabot[bot] 9a700a3373
Bump futures from 0.3.5 to 0.3.6
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.5...0.3.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-06 06:21:10 +00:00
Naim A 64d7f5fa93 buymeacoffee 2020-09-18 04:16:18 +03:00
Naim A 0eb122bb6d update to tokio v0.3.0, remove use of deprecated api from bincode 2020-09-18 02:46:46 +03:00
dependabot[bot] 44843d81d2
Merge pull request #59 from naim94a/dependabot/cargo/bincode-1.3.1 2020-09-13 19:37:56 +00:00
dependabot[bot] fc385bb476
Bump bincode from 1.2.1 to 1.3.1
Bumps [bincode](https://github.com/servo/bincode) from 1.2.1 to 1.3.1.
- [Release notes](https://github.com/servo/bincode/releases)
- [Commits](https://github.com/servo/bincode/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-13 05:00:13 +00:00
dependabot[bot] 96853d08e6
Merge pull request #58 from naim94a/dependabot/cargo/serde_json-1.0.57 2020-09-13 04:46:58 +00:00
dependabot[bot] f914ed73d6
Bump serde_json from 1.0.53 to 1.0.57
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.53 to 1.0.57.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.53...v1.0.57)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-13 04:35:56 +00:00
Naim A 27ce7f82a2
Create dependabot.yml 2020-09-13 07:35:12 +03:00
Naim A 9c0cbd9e4f docs: add curl examples 2020-08-23 23:24:27 +03:00
Naim A 03cc1cadc8 webserver: got rid of a warning 2020-08-23 22:55:21 +03:00
Naim A 92ae9e7954 webserver: remove ip check
If the server is bound to a non-loopback interface the API would be rendered useless.
2020-08-23 22:40:58 +03:00
Naim A db28591026 replace utils.rs with official tokio-util 2020-05-19 00:28:17 +03:00
Naim A 856bbb8585 update docs config 2020-05-14 01:22:59 +03:00
Naim A a6b9534f48 update docs 2020-05-14 01:22:59 +03:00
Naim A 346aa4bbd0 add multithreaded udp send with tokio 2020-05-14 01:22:59 +03:00
Naim A ad369d1d22 add detailed peer listing in webserver 2020-05-14 01:22:59 +03:00
Naim A e86e2c367f change version to 3.1.0 2020-05-14 01:22:59 +03:00
Naim A e1cf56aba4 add async bzip compression to database 2020-05-14 01:22:59 +03:00
Naim A e42fec3ece don't delete flagged torrents, use Instant instead of SystemTime 2020-05-14 01:22:59 +03:00
Naim A 7a7faf405e check remote_addr is loopback 2020-05-14 01:22:59 +03:00
Naim A d6577e555e fixed broken tests 2020-05-14 01:22:59 +03:00
Naim A d030871337 make everything async 2020-05-14 01:22:59 +03:00
Naim A 71ea023e5b add rustfmt 2020-05-14 01:22:59 +03:00
Naim A 25a00f6b56 update dependencies, convert to 2018 edition 2020-05-14 01:22:59 +03:00
Naim A aa6c631353
rust.yml
Add workflow for Rust
2020-05-06 00:19:11 +03:00
Naim A 9ac50d8a39
remove jetbrains logo, they don't like us anymore 2020-05-03 23:06:48 +03:00
Naim A 05ea65ca01
Create FUNDING.yml 2019-07-17 03:42:39 +03:00
Naim A 94363a4c94
Merge pull request #50 from ftsimas/master
Fix typos in "REST API" documentation.
2019-02-10 22:43:49 +02:00
ftsimas c4e4d2c016
Fix typos in "Performing actions on torrents".
Changed "Preforming" to "Performing".
Changed the '&' character after "<info_hash>" to '?'.
2019-02-10 19:35:52 +02:00
Naim A 51ad322899
Updated cargo.lock deps 2019-01-18 00:41:31 +02:00
Naim A 13a985e329
Added mdbook sources for documentation 2019-01-18 00:28:59 +02:00
Naim A d5b8a4a858
write db on termination 2019-01-17 00:53:23 +02:00
Naim A 73416c886f
added a way to trigger graceful termination 2018-12-18 02:44:53 +02:00
Naim A 424d38b368
Merge pull request #47 from naim94a/udpt-rs
Rust rewrite
2018-12-13 01:14:56 +02:00
Naim A 8ba7f5a324
Updated README.md 2018-12-13 00:55:46 +02:00
Naim A 0ca317784e
using journal file before overwriting previous db 2018-12-11 03:28:41 +02:00
Naim A 111e830410
configurable cleanup interval 2018-12-11 03:03:14 +02:00
Naim A 04a0faa604
Added scrape support + fixed some warnings 2018-12-11 02:46:57 +02:00
Naim A 0f0210f6b8
loading and saving databases 2018-12-09 01:19:04 +02:00
Naim A 6541921d0c
removed line from license 2018-12-07 02:18:56 +02:00
Naim A c12d91cfc5
Merge branch 'master' into master-merge
Retaining older version of udpt...
This merge also replaces UDPT's license from GPLv3 to MIT.
2018-12-07 02:11:23 +02:00
Naim A 4608cdfa00
Multiple changes
1. [WIP] database serialization/deserialization
2. ran `rustfmt` over sources.
3. updated Cargo.lock
2018-12-07 01:58:31 +02:00
Naim A 80a23981f4
Update README.md 2018-11-28 23:48:03 +02:00