Commit Graph

48 Commits

Author SHA1 Message Date
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 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
Dmitry Simonenko e55242eed5 odissey: implement periodic expire of obsolete db schemes 2017-07-18 13:30:23 +03:00
Dmitry Simonenko a9969ca1ca odissey: add scheme obsolete logic 2017-07-17 17:05:46 +03:00
Dmitry Simonenko 438296ae28 odissey: periodic refactoring 2017-07-17 16:45:51 +03:00
Dmitry Simonenko e3a9748337 odissey: remove reference counting for scheme 2017-07-17 16:25:43 +03:00
Dmitry Simonenko 31786fdd14 odissey: move sources/README.md to INTERNALS.md 2017-07-17 15:12:00 +03:00
Dmitry Simonenko 10b87a88aa odissey: update sources/README.md 2017-07-17 13:38:28 +03:00
Dmitry Simonenko 9f0b5e0dbd odissey: update sources/README.md 2017-07-17 13:32:14 +03:00
Dmitry Simonenko ac1f5c14b5 odissey: match storage and db scheme by version 2017-07-14 16:55:01 +03:00
Dmitry Simonenko f89c577412 odissey: add scheme manager; first attempt to make scheme versional 2017-07-14 16:40:31 +03:00
Dmitry Simonenko f9ae83fc18 odissey: update README.md 2017-07-14 15:13:12 +03:00
Dmitry Simonenko 8295ddc066 odissey: allocate default config string values 2017-07-13 16:58:56 +03:00
Dmitry Simonenko 032dd86db2 odissey: add scheme reference counting and cleanup 2017-07-13 15:58:32 +03:00
Dmitry Simonenko b5d5a9a3e7 odissey: remove unused on/off keywords 2017-07-13 15:34:10 +03:00
Dmitry Simonenko 351b18be92 odissey: allocate each string parameter separately 2017-07-13 15:32:05 +03:00
Dmitry Simonenko 9cc6411c04 odissey: make listen host mandatory 2017-07-13 15:18:46 +03:00
Dmitry Simonenko 50d3435eac odissey: add schemestorage ref/unref methods 2017-07-13 15:13:55 +03:00
Dmitry Simonenko 77bc621362 odissey: add stub for SIGHUP handler 2017-07-13 14:49:44 +03:00
Dmitry Simonenko e30a5adfea odissey: return common errors from instance_main() 2017-07-13 13:25:32 +03:00
Dmitry Simonenko 77c83798ec odissey: remove previous lexer implementation 2017-07-12 17:22:33 +03:00
Dmitry Simonenko d02e2c20be odissey: configuration parser major rework 2017-07-12 17:09:48 +03:00
Dmitry Simonenko 72725b8f4d odissey: extend parser with keyword list 2017-07-11 16:31:16 +03:00
Dmitry Simonenko 2187d9f933 odissey: implement new lexical parser 2017-07-11 15:43:53 +03:00
Dmitry Simonenko c3c472397d odissey: attach server->io for router unroute_and_close 2017-07-11 14:31:12 +03:00
Dmitry Simonenko 05a36157bd odissey: update machinarium 2017-07-10 16:10:48 +03:00
Dmitry Simonenko 3e2233dddf odissey: minor fixes 2017-07-06 16:56:17 +03:00
Dmitry Simonenko 717de6124d odissey: major shapito api update 2017-07-06 16:36:14 +03:00
Dmitry Simonenko 8283a2d665 odissey: update banners 2017-07-05 15:42:49 +03:00
Dmitry Simonenko a3495b3001 odissey: rename odissey.c into main.c 2017-07-05 15:19:04 +03:00
Dmitry Simonenko 9e096b96b2 odissey: rework file naming and include path 2017-07-05 15:15:17 +03:00
Dmitry Simonenko 694631639f odissey: update to latest shapito changes 2017-07-04 16:27:42 +03:00
Dmitry Simonenko cbeb0f3b6a odissey: change remote storage user/password usage priority 2017-07-04 15:33:56 +03:00
Dmitry Simonenko 8fe020b1a3 odissey: add authentication "block", instead of deny flag 2017-07-04 15:12:07 +03:00
Dmitry Simonenko 22dbe54c97 odissey: major db-route-user configuration rework 2017-07-03 17:32:48 +03:00
Dmitry Simonenko 8fd9f7c253 odissey: add route storage_ prefix to user, password and db 2017-07-03 14:33:03 +03:00
Dmitry Simonenko 68e7171eb0 odissey: add pool_ prefix to cancel, discard and rollback 2017-07-03 14:02:01 +03:00
Dmitry Simonenko ef0c33e718 odissey: rename pool_mode to pool 2017-07-03 13:56:47 +03:00
Dmitry Simonenko 661154553c odissey: rename route->route to route->storage_name 2017-07-03 13:34:41 +03:00
Dmitry Simonenko f955e2c49e odissey: route client before authentication 2017-06-29 17:05:48 +03:00
Dmitry Simonenko f486929b40 odissey: extend server error messages with hint and detail info 2017-06-28 15:25:33 +03:00
Dmitry Simonenko 660f00c316 odissey: move src to sources 2017-06-28 14:52:38 +03:00