Commit Graph

189 Commits

Author SHA1 Message Date
Dmitry Simonenko 7126c02954 odissey: properly include client_pool changes 2017-02-06 16:48:11 +03:00
Dmitry Simonenko eb69e929cf odissey: integrate client pool into route 2017-02-02 14:30:31 +03:00
Dmitry Simonenko 763e04a911 odissey: add reworked client pool implementation 2017-02-02 14:24:19 +03:00
Dmitry Simonenko dfef256ff9 odissey: rework pooler client pool into client list 2017-02-02 12:54:26 +03:00
Dmitry Simonenko 4b02fd0909 odissey: add client state 2017-02-02 12:37:51 +03:00
Dmitry Simonenko c4ed7e387d odissey: implement basic client queue 2017-02-02 12:27:31 +03:00
Dmitry Simonenko 9075958bb4 odissey: rename route into server for route scheme 2017-02-02 12:09:49 +03:00
Dmitry Simonenko 602d4031d6 odissey: introduce config route pool_timeout tweak 2017-02-02 12:03:03 +03:00
Dmitry Simonenko 6ec160ece4 odissey: redefine route pool_min/max as pool_size 2017-02-01 16:03:34 +03:00
Dmitry Simonenko 9761a78990 odissey: include build version type 2017-01-27 15:55:32 +03:00
Dmitry Simonenko b19854148a odissey: show version as a git commit 2017-01-27 15:35:41 +03:00
Dmitry Simonenko e3de9a7d9f odissey: better debug messages during setup 2017-01-27 14:55:37 +03:00
Dmitry Simonenko 8565526b0f odissey: extend auth debug messages 2017-01-27 14:53:48 +03:00
Dmitry Simonenko cc5dde5203 odissey: implement backend md5 authentication 2017-01-27 14:46:44 +03:00
Dmitry Simonenko eb8507b8c0 odissey: implicitly distinct fe/be auth methods 2017-01-27 14:14:08 +03:00
Dmitry Simonenko 1d15787271 odissey: implement backend clear-text authentication 2017-01-27 14:12:12 +03:00
Dmitry Simonenko 1db6f6ac42 odissey: rename od_beauth to od_besetup 2017-01-27 13:17:38 +03:00
Dmitry Simonenko 231cb5c47c odissey: implement md5 authentication method 2017-01-25 13:33:23 +03:00
Dmitry Simonenko 464485f5f9 odissey: do not print password set info during bootstrap 2017-01-25 10:34:18 +03:00
Dmitry Simonenko 24d645d7d5 odissey: minor changes 2017-01-24 16:38:59 +03:00
Dmitry Simonenko 73e5ca8833 odissey: implement clear-text auth method 2017-01-24 16:33:40 +03:00
Dmitry Simonenko dd24a4f9dd odissey: implement authentication mode 'none' 2017-01-24 15:33:22 +03:00
Dmitry Simonenko 4cccb57298 odissey: implement auth user match and deny support 2017-01-24 15:24:06 +03:00
Dmitry Simonenko a6982ddf59 odissey: add config/scheme support for user deny param 2017-01-24 15:09:22 +03:00
Dmitry Simonenko a537306106 odissey: allow to set options for default (any) user 2017-01-24 15:04:32 +03:00
Dmitry Simonenko 0511e41bdb odissey: make authentication type per-user configurable 2017-01-24 14:50:59 +03:00
Dmitry Simonenko d85b592e9e odissey: track od_auth files 2017-01-24 14:50:02 +03:00
Dmitry Simonenko 6eac9142d6 odissey: move auth into separate file 2017-01-24 14:01:36 +03:00
Dmitry Simonenko c818746cdf odissey: rename auth function 2017-01-24 13:47:19 +03:00
Dmitry Simonenko 1950ee9c24 odissey: separate client auth/setup logic 2017-01-24 13:46:11 +03:00
Dmitry Simonenko e0edd6044b odissey: add none authentication type 2017-01-24 13:28:43 +03:00
Dmitry Simonenko 961ebef426 odissey: print configuration scheme after validation 2017-01-23 18:00:08 +03:00
Dmitry Simonenko d3c0588dd3 odissey: make authentication param mandatory 2017-01-23 17:58:18 +03:00
Dmitry Simonenko d6b6e77f4a odissey: add authentication type config file param 2017-01-23 17:53:32 +03:00
Dmitry Simonenko 5f1efa7293 odissey: add auth type 2017-01-23 17:49:26 +03:00
Dmitry Simonenko 63a2292e87 odissey: add empty line during users log 2017-01-23 17:41:52 +03:00
Dmitry Simonenko 237425db48 odissey: add users section in configuration file 2017-01-23 17:39:43 +03:00
Dmitry Simonenko d6469605fd odissey: print available users during debug bootstrap 2017-01-23 17:32:09 +03:00
Dmitry Simonenko bc10c20dfd odissey: add scheme definition for a user 2017-01-23 17:29:37 +03:00
Dmitry Simonenko 40d200ff00 odissey: update client_max log messages 2017-01-20 17:35:23 +03:00
Dmitry Simonenko 1b9c424ce8 odissey: implement pooler client_max limit 2017-01-20 17:34:56 +03:00
Dmitry Simonenko 1508e68daa odissey: set default route client_max limit to 100 2017-01-20 17:26:03 +03:00
Dmitry Simonenko 574db6fe05 odissey: implement route client_max limit 2017-01-20 17:22:06 +03:00
Dmitry Simonenko 9c1de142db odissey: always use bundled static libraries 2017-01-18 15:00:33 +03:00
Dmitry Simonenko 5a87b01b11 odissey: fix parallel getaddrinfo call issue 2017-01-13 12:31:31 +03:00
Dmitry Simonenko dd0ded14bd odissey: switch to cmake 2017-01-12 14:44:48 +03:00
Dmitry Simonenko 98f58eb19e odissey: implement 0-2 log verbosity levels 2016-12-26 16:16:08 +03:00
Dmitry Simonenko 67922ed669 odissey: remove debug parameter 2016-12-26 16:12:14 +03:00
Dmitry Simonenko 5d4c1db05c odissey: add log_verbosity configuration parameter 2016-12-26 16:04:37 +03:00
Dmitry Simonenko 7ddda5837a odissey: make server pools lifo 2016-12-22 16:11:57 +03:00