Commit graph

21 commits

Author SHA1 Message Date
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
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 04a0faa604
Added scrape support + fixed some warnings 2018-12-11 02:46:57 +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 f5fe87631c
adding configuration parsing 2018-10-21 01:57:58 +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 dd04df33f6
WIP: only announce implemented... 2018-06-11 22:46:57 +03:00
Naim A 2269e939ef
Initial Commit 2018-06-08 18:35:22 +03:00