odyssey/sources
Dmitry Simonenko a096d258b7 odissey: rework configuration reader 2018-03-05 17:50:51 +03:00
..
CMakeLists.txt odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
atomic.h odissey: add implicit atomic read operation 2017-08-11 13:43:39 +03:00
auth.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
auth.h odissey: rework server buffering using client stream 2018-02-13 16:33:40 +03:00
auth_query.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
auth_query.h odissey: rework server buffering using client stream 2018-02-13 16:33:40 +03:00
backend.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
backend.h odissey: move server connection close out of pooler 2018-02-15 16:06:46 +03:00
cancel.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
cancel.h odissey: rework router cancel logic 2018-02-22 16:43:52 +03:00
client.h odissey: make client stream shared 2018-02-12 16:50:51 +03:00
client_pool.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
client_pool.h odissey: implement client pool iterator 2017-08-17 18:38:10 +03:00
config_reader.c odissey: rework configuration reader 2018-03-05 17:50:51 +03:00
config_reader.h odissey: rework configuration reader 2018-03-05 17:50:51 +03:00
console.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
console.h odissey: rework internal services init logic 2018-02-02 15:50:23 +03:00
cron.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
cron.h odissey: rename periodic service to cron 2018-03-02 16:12:32 +03:00
daemon.c odissey: update banners 2017-07-05 15:42:49 +03:00
daemon.h odissey: update banners 2017-07-05 15:42:49 +03:00
deploy.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
deploy.h odissey: rework server configuration 2018-02-06 18:12:53 +03:00
error.h odissey: use copy safe od_snprintf() implementation 2017-11-27 15:54:16 +03:00
frontend.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
frontend.h odissey: separate frontend error functions 2017-08-08 15:50:09 +03:00
id.c odissey: use copy safe od_snprintf() implementation 2017-11-27 15:54:16 +03:00
id.h odissey: reuse client id as a forge backend key 2017-11-24 15:19:14 +03:00
instance.c odissey: rework configuration reader 2018-03-05 17:50:51 +03:00
instance.h odissey: add stream_cache 2018-02-12 16:27:06 +03:00
io.c odissey: set correct time type 2018-01-26 16:50:17 +03:00
io.h odissey: set correct time type 2018-01-26 16:50:17 +03:00
list.h odissey: minor refactoring 2018-02-28 17:32:32 +03:00
logger.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
logger.h odissey: add log_debug settings per route 2017-12-05 15:32:08 +03:00
macro.h odissey: update banners 2017-07-05 15:42:49 +03:00
main.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
msg.h odissey: do retry in and separate frontend attach logic 2017-12-08 16:30:42 +03:00
parser.h odissey: add console query parser function 2017-08-07 17:38:05 +03:00
pid.c odissey: use copy safe od_snprintf() implementation 2017-11-27 15:54:16 +03:00
pid.h odissey: major logger rework 2017-07-26 17:05:29 +03:00
pooler.c odissey: rework configuration reader 2018-03-05 17:50:51 +03:00
pooler.h odissey: error if failed to bind(2) to any listen address 2018-02-26 15:57:26 +03:00
reset.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
reset.h odissey: rework server buffering using client stream 2018-02-13 16:33:40 +03:00
route.h odissey: rename periodic service to cron 2018-03-02 16:12:32 +03:00
route_id.h odissey: update banners 2017-07-05 15:42:49 +03:00
route_pool.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
route_pool.h odissey: implement client pool iterator 2017-08-17 18:38:10 +03:00
router.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
router.h odissey: rework router cancel logic 2018-02-22 16:43:52 +03:00
router_cancel.h odissey: rework router cancel logic 2018-02-22 16:43:52 +03:00
scheme.c odissey: add pipeline configuration 2018-02-27 18:38:53 +03:00
scheme.h odissey: add pipeline configuration 2018-02-27 18:38:53 +03:00
scheme_mgr.h odissey: make scheme version 64bit 2017-08-03 17:03:37 +03:00
server.h odissey: rework server buffering using client stream 2018-02-13 16:33:40 +03:00
server_pool.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
server_pool.h odissey: update banners 2017-07-05 15:42:49 +03:00
system.h odissey: rename periodic service to cron 2018-03-02 16:12:32 +03:00
tls.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
tls.h odissey: rework server buffering using client stream 2018-02-13 16:33:40 +03:00
util.h odissey: use copy safe od_snprintf() implementation 2017-11-27 15:54:16 +03:00
version.h.cmake odissey: update banners 2017-07-05 15:42:49 +03:00
worker.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
worker.h odissey: relay and relay_pool is worker and worker_pool now 2018-03-02 13:00:52 +03:00
worker_pool.c odissey: move config to config_reader 2018-03-05 17:24:30 +03:00
worker_pool.h odissey: relay and relay_pool is worker and worker_pool now 2018-03-02 13:00:52 +03:00