Commit Graph

593 Commits

Author SHA1 Message Date
Dmitry Simonenko 6f4328c892 odissey: implement config file includes 2017-08-02 13:41:37 +03:00
Dmitry Simonenko 390f1c575d odissey: move scheme version out of od_config_load() 2017-08-01 18:16:29 +03:00
Dmitry Simonenko 8e2b040646 odissey: update INTERNALS.md 2017-07-31 17:50:20 +03:00
Dmitry Simonenko 5c3a16f203 odissey: describe client error messages 2017-07-31 17:40:54 +03:00
Dmitry Simonenko d62f085e58 odissey: rename log_stdout to log_to_stdout 2017-07-28 16:23:05 +03:00
Dmitry Simonenko bc44b08324 odissey: rename tls_verify to tls_mode 2017-07-28 16:19:53 +03:00
Dmitry Simonenko 4afde73e9c odissey: give better names to tls modes 2017-07-28 16:16:46 +03:00
Dmitry Simonenko e73b258f76 odissey: give better names for auth ids 2017-07-28 16:14:21 +03:00
Dmitry Simonenko 70e85c55fd odissey: rename scheme pooling modes 2017-07-28 16:13:05 +03:00
Dmitry Simonenko 775a91abfb odissey: rename storage type ids 2017-07-28 16:11:52 +03:00
Dmitry Simonenko 6e7121e023 odissey: rename log format enum types 2017-07-28 16:10:06 +03:00
Dmitry Simonenko dfec0d38af odissey: set default log format as text 2017-07-27 16:22:43 +03:00
Dmitry Simonenko 9193f44ebb odissey: preformat message to support tskv format 2017-07-27 16:12:22 +03:00
Dmitry Simonenko 1c0bd2cbfe odissey: implement tskv log format 2017-07-27 15:44:44 +03:00
Dmitry Simonenko d6c466bbf7 odissey: rework logger using methods 2017-07-27 15:24:38 +03:00
Dmitry Simonenko 19beb8b634 odissey: add log_format configuration parameter 2017-07-27 15:06:59 +03:00
Dmitry Simonenko c9df1e0976 odissey: add log_stdout configuration parameter 2017-07-27 14:35:19 +03:00
Dmitry Simonenko 1281366aa5 odissey: refactor id prefix logging 2017-07-26 17:35:39 +03:00
Dmitry Simonenko 29363c6a71 odissey: refactor logger function 2017-07-26 17:18:57 +03:00
Dmitry Simonenko f28b38bc1a odissey: major logger rework 2017-07-26 17:05:29 +03:00
Dmitry Simonenko 3197d7cf22 odissey: add syslog logsystem implementation 2017-07-26 14:31:56 +03:00
Dmitry Simonenko 37b5028766 odissey: INTERNALS.md: add cleanup details 2017-07-25 17:33:02 +03:00
Dmitry Simonenko 987b4b134c odissey: update INTERNALS.md 2017-07-25 17:06:58 +03:00
Dmitry Simonenko bab9ef96e2 odissey: update INTERNALS.md 2017-07-25 17:02:05 +03:00
Dmitry Simonenko c88c54f700 odissey: update INTERNALS.md 2017-07-25 16:43:00 +03:00
Dmitry Simonenko 7568f37e10 odissey: update INTERNALS.md 2017-07-25 16:31:26 +03:00
Dmitry Simonenko 65b740bb3c odissey: log current routes after config reload 2017-07-24 15:06:18 +03:00
Dmitry Simonenko c37d1d5c23 odissey: add compare scheme in routepool_match() 2017-07-24 15:05:19 +03:00
Dmitry Simonenko 8d0aafbccc odissey: rename routepool_match to routepool_match_latest 2017-07-24 14:21:32 +03:00
Dmitry Simonenko 4b4e149db9 odissey: rework scheme merge 2017-07-24 14:19:56 +03:00
Dmitry Simonenko a3757886c1 odissey: make routepool_match find latest version 2017-07-21 17:46:40 +03:00
Dmitry Simonenko bb8b6e6b40 odissey: update machinarium 2017-07-21 17:32:08 +03:00
Dmitry Simonenko 9b04c82a8f odissey: major configuration scheme rework 2017-07-21 17:29:01 +03:00
Dmitry Simonenko 2d02dea867 odissey: keep a copy of storage scheme for db scheme user 2017-07-20 15:39:13 +03:00
Dmitry Simonenko f8320b0998 odissey: add scheme storage reference counting 2017-07-20 15:19:18 +03:00
Dmitry Simonenko 1c2ea760c5 odissey: remove storage version 2017-07-20 15:14:45 +03:00
Dmitry Simonenko 578d2fdca8 odissey: rework db scheme route reference and gc 2017-07-19 18:25:44 +03:00
Dmitry Simonenko 794b8b9f16 odissey: implement configuration file reload logic 2017-07-19 14:29:23 +03:00
Dmitry Simonenko 69643bf511 odissey: add some words about signal handling 2017-07-19 13:09:04 +03:00
Dmitry Simonenko 009f51449d odissey: INTERNALS.md: minor fixes 2017-07-19 12:47:41 +03:00
Dmitry Simonenko c9c4ed84f1 odissey: INTERNALS.md: minor fixes 2017-07-18 18:03:29 +03:00
Dmitry Simonenko f0f39615a9 odissey: INTERNALS: fix tab-spaces align 2017-07-18 17:56:52 +03:00
Dmitry Simonenko 1a3db8e633 odissey: INTERNALS: align diagram to right 2017-07-18 17:52:27 +03:00
Dmitry Simonenko 4364c2c527 odissey: update INTERNALS documentation 2017-07-18 17:49:17 +03:00
Dmitry Simonenko b6491a26c9 odissey: update INTERNALS.md 2017-07-18 17:27:40 +03:00
Dmitry Simonenko cb03e75d3e odissey: update documentation 2017-07-18 17:06:53 +03:00
Dmitry Simonenko cff0a21b4c odissey: attempt to fix markdown align 2017-07-18 16:38:55 +03:00
Dmitry Simonenko 7c79c19a62 odissey: update INTERNALS.md 2017-07-18 16:35:31 +03:00
Dmitry Simonenko 617cba402a odissey: make mandatory default database and user 2017-07-18 15:41:00 +03:00
Dmitry Simonenko 1c3a3d34d5 odissey: implement scheme merge logic and compare methods 2017-07-18 15:22:14 +03:00