15 Commits

Author SHA1 Message Date
1243c4dc93 chore: add TDBMS CLI client to CMakeLists.txt 2023-02-17 23:57:22 +03:00
871b76d43a init(dbms): introduce Tanabata database management system (TDBMS)
Only basic database operations, only Unix domain sockets by now
2023-01-20 22:50:01 +03:00
3fe58e8cc2 chore: a bit of stylization to CMakeLists.txt 2023-01-14 17:29:22 +03:00
b829e22710 chore: set cmake project name to Tanabata 2023-01-14 17:25:54 +03:00
221e547db5 refactor(core): make core_func.h local 2023-01-14 17:13:52 +03:00
7f31d62260 init(web): add http server on golang with authentication only
And remove CGI
2023-01-10 20:08:17 +03:00
5019c54380 init(cgi): add Common Gateway Interface with authentication only 2023-01-04 01:55:15 +03:00
091b1757c6 chore: prepare for 1.0.0 release 2022-12-31 17:22:08 +03:00
eb746994e3 chore: update version number in CMakeLists.txt 2022-12-29 14:42:25 +03:00
45160154df chore: change minimum required cmake version to 3.16 2022-12-28 14:59:10 +03:00
af1dcb2bf2 refactor: reorganize files 2022-12-27 22:47:57 +03:00
b8a52790eb chore: change minimum required cmake version to 3.22 2022-12-27 20:44:01 +03:00
7c773a7398 docs: prepare for 0.1.2-dev release 2022-12-26 11:53:22 +03:00
30085b77f3 docs: prepare for 0.1.1-dev release 2022-12-25 13:21:58 +03:00
6b5185200e init(cli): add command line interface 2022-12-25 01:21:48 +03:00