Commit graph

22 commits

Author SHA1 Message Date
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] 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] 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 db28591026 replace utils.rs with official tokio-util 2020-05-19 00:28:17 +03:00
Naim A 346aa4bbd0 add multithreaded udp send with tokio 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 d030871337 make everything async 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 51ad322899
Updated cargo.lock deps 2019-01-18 00:41:31 +02:00
Naim A 73416c886f
added a way to trigger graceful termination 2018-12-18 02:44:53 +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 95b1d5b4b8
Ability to save compressed database. 2018-10-28 08:41:52 +02:00
Naim A 703dfbb57d
added serializer for database. removed unused code. 2018-10-28 01:12:13 +03:00
Naim A 219c1732fe
Added some logging; Added UDP multithreading. 2018-10-24 01:28:38 +03:00
Naim A 04643c60a0
added argparser for config file 2018-10-22 01:25:01 +03:00
Naim A 9a31422091
More values are configurable 2018-10-21 23:39:39 +03:00
Naim A bf6578f085
moved to actix-web for http server 2018-10-21 01:02:12 +03:00
Naim A e5a9500edc
Removed hyper based http server 2018-10-19 12:23:08 +03:00
Naim A ec490d47ca
WIP: more detailed web-server, will allow to pass IP since hyper doesn't 2018-07-08 17:03:23 +03:00
Naim A ca77851b49
WIP: major changes;
* using RwLock instead of Mutex.
* Added WebServer for API & http tracker using hyper.
* added iterator trait for StackVec<T>.
* removed benchmarks since they require nightly rust.
2018-06-24 13:20:18 +03:00
Naim A 2269e939ef
Initial Commit 2018-06-08 18:35:22 +03:00