Commit Graph

24 Commits

Author SHA1 Message Date
Nikolay Kim 8fe7ce533c convert to edition 2018 2018-12-06 14:04:42 -08:00
Nikolay Kim 1b1ae01b5a migrate to new Service<Request> trait 2018-11-29 16:56:15 -10:00
Nikolay Kim 410204a41e Framed::is_write_buf_empty() checks if write buffer is flushed 2018-11-17 18:46:26 -08:00
Nikolay Kim 741b3fb1c0 Fix wrong service to socket binding 2018-11-14 14:20:33 -08:00
Nikolay Kim a4b81a256c remove debug output 2018-11-08 18:45:40 -08:00
Nikolay Kim bb34df8c1b use configured token for service message 2018-11-03 10:22:04 -07:00
Nikolay Kim 1ac018dc79 refactor server service configuration protcess 2018-11-03 09:09:14 -07:00
Nikolay Kim 0e3d1068da separate stop worker channel 2018-11-01 15:33:35 -07:00
Nikolay Kim dc19a9f862 refactor Resolver service 2018-10-29 20:29:47 -07:00
Nikolay Kim 67961f8a36 rename timer to time 2018-10-29 15:48:56 -07:00
Nikolay Kim fc7c436387 drop server service errors 2018-09-28 12:22:49 -07:00
Nikolay Kim d19ed8b00a add Either service 2018-09-27 17:05:48 -07:00
Nikolay Kim ba57e67a74 expose ServerMessage service 2018-09-26 20:40:45 -07:00
Nikolay Kim ed23caa314 add name to service registration 2018-09-17 20:19:48 -07:00
Nikolay Kim 2927a49fdf better method names 2018-09-14 13:12:55 -07:00
Nikolay Kim 39c3902818 rename Connections to more generic Counter and export it 2018-09-14 13:07:38 -07:00
Nikolay Kim 9888c1c5e6 fix switching to unavailable state for worker 2018-09-14 00:07:50 -07:00
Nikolay Kim ec7757f032 refactor worker availibility management 2018-09-13 23:46:18 -07:00
Nikolay Kim 2764323580 fix service availability check 2018-09-13 13:32:51 -07:00
Nikolay Kim f66eec00e7 restart failed services; fix readiness check 2018-09-12 08:25:14 -07:00
Nikolay Kim f0554efb98 remove wrong doc example 2018-09-11 11:28:13 -07:00
Nikolay Kim 82b71d91ea move Service to service sub mod 2018-09-11 09:30:22 -07:00
Nikolay Kim abef930f87 fix openssl uses 2018-09-11 08:59:03 -07:00
Nikolay Kim dc50268c8a move server impl to sub module 2018-09-11 08:43:23 -07:00