Commit Graph

71 Commits

Author SHA1 Message Date
b7a17f2997 upd: remove sanitizer 2023-12-13 12:18:47 +00:00
a6b6c483a2 fix: fix some bug in user maintain 2023-12-13 10:53:42 +00:00
702f8072dc fix: bug in passwd's lexer 2023-12-13 10:31:13 +00:00
e620762102 fix: a stupid bug in database 2023-12-13 10:27:53 +00:00
158de68975 upd: first version of user management 2023-12-13 09:54:50 +00:00
fe1a1ceece upd: write userdatabase 2023-12-13 09:30:38 +00:00
d117759d38 upd: ready to write the engine 2023-12-13 09:18:05 +00:00
4c9a951959 fix: fix some small problems in lexer 2023-12-13 09:02:39 +00:00
2d18a302f2 upd: first version of lexer 2023-12-13 08:59:59 +00:00
132eeded36 upd: ready to lex the command 2023-12-13 04:42:33 +00:00
af3d49c3d3 upd: designed database 2023-12-13 01:15:24 +00:00
d9d32c5e24 upd: ready to write the database and engine 2023-12-12 15:46:43 +00:00
824145ec39 upd: finish simplifying the cli 2023-12-12 15:17:26 +00:00
8232adb170 upd: restructrued to avoid useless concurrency and simplify the code 2023-12-12 15:05:42 +00:00
730310ea44 upd: ready to stop support operation-level concurrency in backend 2023-12-12 14:09:12 +00:00
d8b62d568d upd: setting up structure 2023-12-12 12:05:49 +00:00
8065377db3 upd: add test in CMake 2023-12-12 11:36:17 +00:00
98df86f5a4 fix: error in IO 2023-12-12 10:29:43 +00:00
372cc475ab upd: made some attempts 2023-12-12 10:06:41 +00:00
5aade64d44 upd: fix unwanted extra line 2023-12-12 09:41:01 +00:00
f9e1817f20 upd: on the way of debug 2023-12-12 09:21:10 +00:00
c7f5e249c8 fix: add notify when unreadlock 2023-12-12 08:32:19 +00:00
a0150ec6fb upd: compelete IO 2023-12-12 07:47:58 +00:00
ffb1a5f788 upd: ready to fix read in half way of write 2023-12-12 07:29:45 +00:00
a7fcafca83 upd: writing cli 2023-12-12 07:01:21 +00:00
02767aae04 docs: adjust designing 2023-12-12 06:27:48 +00:00
b83db3dfa3 upd: finish writing ReadWriteLock 2023-12-12 05:44:50 +00:00
92da9d0cc5 docs: add 开发文档.md 2023-12-12 04:14:47 +00:00
b937a94bd8 upd: write class ReadWriteLock 2023-12-12 04:10:17 +00:00
8426db0da1 docs: further setting up structure 2023-12-12 04:02:12 +00:00
3838d8e94a docs: begin to setup main structure and write BlockSS 2023-12-12 03:21:56 +00:00
d6c20984eb docs: modified according to recent improments 2023-12-08 02:48:34 +00:00
625f465cb7 fix: changed the header file protecting macro 2023-12-08 02:36:59 +00:00
c874b6df24 upd: optimize hash to avoid being hacked 2023-12-08 01:20:12 +00:00
0dfaa80f87 docs: further optimize key2index 2023-12-07 14:57:43 +00:00
9c5ab581d0 upd: optimize key2index 2023-12-07 14:43:52 +00:00
8b4d8b301f docs: add link to requirements.md 2023-12-07 14:22:47 +00:00
1b62026eca docs: optimize drivearray 2023-12-07 14:11:42 +00:00
a28a89ccce docs: mannully update README 2023-12-06 03:38:59 +00:00
d11a598a79 docs: add requirements.md 2023-12-06 01:29:41 +00:00
58a71c55b4 doc: 减少了drivearray的IO次数 2023-12-06 00:46:48 +00:00
68de72efb0 docs: optimize drivearray 2023-12-05 15:34:22 +00:00
e76bdbd436 upd: optimize database 2023-12-04 08:14:27 +00:00
01864d5a5e upd: first version of database 2023-12-04 07:52:18 +00:00
a7e167d30d upd: 去除了无用的madvise 2023-12-03 16:51:14 +00:00
8b93821b9e docs: 修复了drivearray占用物理内存过高的问题 2023-12-03 16:36:04 +00:00
768368438c upd: 优化了memoryriver 2023-12-03 16:00:30 +00:00
82d255907d docs: 编写了项目README 2023-12-03 15:35:52 +00:00
1a7281a4c9 upd: 把test目录移出git的跟踪范围 2023-12-03 15:27:43 +00:00
5bb3f488da upd: 微调了设计和架构 2023-12-03 15:03:26 +00:00