Commit graph

25 commits

Author SHA1 Message Date
Naim A 80a23981f4
Update README.md 2018-11-28 23:48:03 +02:00
Naim A ddde521fa0
mentioning JetBrains support 2018-11-28 23:44:16 +02:00
Naim A e02b6f423d
Added MIT License 2018-11-24 23:58:08 +02:00
Naim A 95b1d5b4b8
Ability to save compressed database. 2018-10-28 08:41:52 +02:00
Naim A 1908056c8b
Implemented deserializer for InfoHash 2018-10-28 01:36:10 +02:00
Naim A 22bbb9d533
Changed InfoHash to a real struct. 2018-10-28 01:59:35 +03:00
Naim A 703dfbb57d
added serializer for database. removed unused code. 2018-10-28 01:12:13 +03:00
Naim A f356201323
Added ability to configure log level. 2018-10-25 22:49:25 +03:00
Naim A 219c1732fe
Added some logging; Added UDP multithreading. 2018-10-24 01:28:38 +03:00
Naim A e780d6f6fb
added Dockerfile 2018-10-23 00:44:49 +03:00
Naim A 04643c60a0
added argparser for config file 2018-10-22 01:25:01 +03:00
Naim A ce555e0da5
code cleanup 2018-10-21 23:45:50 +03:00
Naim A 9a31422091
More values are configurable 2018-10-21 23:39:39 +03:00
Naim A f5fe87631c
adding configuration parsing 2018-10-21 01:57:58 +03:00
Naim A 70ecfdb6ac
removed placeholder for development 2018-10-21 01:08:35 +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 c60fd49c48
WIP: replaced Vec<u8> usage with StackVec<u8> for performance 2018-07-11 00:12:33 +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 27111c0c83
Added partial implementation for a stack "vector" 2018-06-15 13:02:36 +03:00
Naim A 6d5aaf5622
Added travis-ci configuration 2018-06-12 20:23:49 +03:00
Naim A 53eb629f50
WIP: announce and DB better implementation 2018-06-12 20:23:19 +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