Commit Graph

1955 Commits

Author SHA1 Message Date
Andrey Borodin bfcae67e66
Merge pull request #339 from RedCreepster/escape-quoting-in-config
Fix parsing escaped quotes in config
2021-06-29 12:38:13 +05:00
Онофрей Борис a351c107c8 Fix clang format error 2021-06-29 10:32:36 +03:00
Andrey Borodin b4d84db3f2 Protect escaping from overrun 2021-06-29 11:13:06 +05:00
Онофрей Борис b66b2f3b43 Fix parsing escaped quotes in config 2021-06-27 19:59:26 +03:00
kirill reshke 55528d6528
fix_session_pooling_reload: keep server connection until client disconnection, after that drop server connection in od_reset (#336)
Co-authored-by: reshke <Kirill Reshke>
2021-06-03 11:11:48 +05:00
Andrey Borodin 5a2dbb147c
Merge pull request #333 from EvgeniiAl/fix_reload_config
fix reload config
2021-06-03 10:55:15 +05:00
kirill reshke 7abbeb0b0e
Fix incorrect function used for deinitialization on error in config reader (#335)
* Fix incorrect function used for deinitialization on error in config reader

* apply formatting.

Co-authored-by: reshke <Kirill Reshke>
2021-06-03 10:41:30 +05:00
Andrey Borodin 25b7e36870
Detach only synchronized server (#338)
Currently client can issue two consequtive sync requests and we will detach
his server connection right after first ReadyForQuery. This seems incorrect.
2021-06-03 10:40:45 +05:00
Andrey Borodin bf48de6242
Log Parse messages when log_query enabled (#334) 2021-06-02 14:30:32 +05:00
Аладьин Евгений Игоревич ee4d2af1c2 fix reload config
reload client_max_set variable

resolve bug when user comment 'client_max' setting and reload config

and still get restriction on connections number
2021-05-28 22:29:58 +03:00
kirill reshke 3478c90915
Fix a couple of null pointer refernce (#331)
Co-authored-by: reshke <Kirill Reshke>
2021-05-28 13:27:58 +05:00
kirill reshke b991ae2d2a
Update index.md 2021-05-28 02:24:31 +05:00
kirill reshke 26a2172b6a
Create clang-format.yml 2021-05-28 02:10:19 +05:00
Andrey Borodin 21fef56e56
Merge pull request #330 from yandex/coverity_scan
Fix use-atfer-free and printf arg
2021-05-27 21:53:58 +03:00
reshke 7146ff3dee fix memory leak in config reader 2021-05-27 23:38:46 +05:00
reshke d95c47ebfb Fix use-atfer-free and printf arg 2021-05-27 23:07:45 +05:00
Andrey Borodin 41925d4585
Fix incorrect flush_status usage in frontend code. (#328)
This should prevent "unexpected error status OD_DETACH (4)" which caused abnormal server connection termination.
2021-05-24 12:01:59 +05:00
Andrey Borodin 7e8c71b950
Merge pull request #327 from reshke/master
fix a couple of coverity issues
2021-05-24 08:17:38 +03:00
reshke 3b6914672d fix a couple of coverity issues 2021-05-21 18:46:28 +05:00
kirill reshke 9265ebf74e
Update cmake.yml 2021-05-21 18:10:29 +05:00
Andrey Borodin 65756d30b6
Merge pull request #326 from reshke/master
fix a few compile errors && apply formatting
2021-05-21 12:32:52 +03:00
reshke 71c98b23a8 fix a couple of coverity issues 2021-05-20 18:13:05 +05:00
kirill reshke d2bf4e6861
Update cmake.yml 2021-05-20 17:56:46 +05:00
reshke 9216f1d2f2 fix a few compile errors && applt formatting 2021-05-20 17:52:06 +05:00
Andrey Borodin 4ab01dcd74
Merge pull request #325 from reshke/master
Fix compile error with no PAM support
2021-05-20 15:42:35 +03:00
reshke b342d81fdd Fix compile error with no PAM support 2021-05-20 17:39:03 +05:00
Andrey Borodin 123381782d
Merge pull request #324 from reshke/master
autoconfigure number of workers
2021-05-20 15:36:15 +03:00
reshke a9e9ade846 autoconfigure number of workers 2021-05-20 17:26:19 +05:00
kirill reshke d2a6612597
Update .travis.yml 2021-05-20 11:17:20 +05:00
kirill reshke fe0e0ed20d
add makefile to machinarium repo (#322)
Co-authored-by: reshke <Kirill Reshke>
2021-05-20 10:56:55 +05:00
Ilya Tzoop b931fcee7a
Move CI to Github Actions (#318)
* Actualize cmake.yml.

* Added install_ci.sh in order to reuse it in workflows

* Edited cmake.yml

* +sudo

* Added coverity scan
2021-05-20 10:41:55 +05:00
Andrey Borodin 27187eac1d
Merge pull request #320 from reshke/master
Add password_passthrough option to route
2021-05-20 08:35:52 +03:00
reshke 146ff3d8e2 add more comments to documentation/internals 2021-05-19 18:15:04 +05:00
reshke a78664e7b7 Add password_passthrough option to route 2021-05-19 17:18:49 +05:00
Andrey Borodin 106d195b7c
Merge pull request #317 from reshke/master
fix cli options && add log to stodut option
2021-05-19 13:16:32 +03:00
reshke df178bc3cf fix cli options && add log to stodut option 2021-05-15 17:02:19 +05:00
kirill reshke c2cfb146d5
Update internals.md 2021-05-15 16:00:10 +05:00
kirill reshke 811a5995e6
Update README.md 2021-05-15 15:57:03 +05:00
reshke 30a1ce73b2 update gitignore + apply fmt 2021-05-14 17:14:21 +05:00
Andrey Borodin c877d40b29
Merge pull request #314 from reshke/cmdline
odyssey configuration from CLI
2021-05-14 16:34:19 +05:00
reshke 32977c3b80 apply fmt on machinarium 2021-05-14 16:31:29 +05:00
reshke 2019c6419e odyssey configuration from CLI 2021-05-14 15:36:29 +05:00
Andrey Borodin 03f3def515
Merge pull request #315 from ruimarinho/bugfix/server-login-retry
Update server_login_retry on odyssey.conf
2021-05-12 16:44:31 +05:00
Rui Marinho 4dfc1c65cd Update server_login_retry on odyssey.conf 2021-05-09 22:29:24 +01:00
reshke 1d478f7d14 some more bench 2021-05-05 22:21:08 +05:00
Andrey Borodin 58793a65a5
Merge pull request #312 from reshke/master
fix bench compile errors
2021-05-05 00:23:35 +05:00
Dmitry Ibragimov e40d3ad424
Fix default_user ldap auth for default user configuration (#313)
* Fix default_user ldap auth

* apply fmt

Co-authored-by: reshke <Kirill Reshke>
2021-05-04 21:13:20 +05:00
reshke c95f0bce19 one more bench on mm 2021-04-30 20:11:50 +05:00
reshke 63f5b047d6 fix bench compile errors 2021-04-30 19:42:41 +05:00
Andrey Borodin b114798860
Merge pull request #311 from reshke/master
fallback to reuse client token to backend auth
2021-04-30 17:13:07 +05:00