Alibek Omarov
|
fc017286a6
|
engine: base_cmd: slightly faster search based on assumption that list is always ordered
|
2025-01-22 05:41:52 +03:00 |
|
Alibek Omarov
|
20d4e3e719
|
engine: fix flexible array member usage in case of null terminated strings
(woops)
|
2025-01-22 05:41:52 +03:00 |
|
Alibek Omarov
|
232d1f8583
|
engine: make separate mempools for cmds, cvars and basecmd
|
2025-01-21 11:26:35 +03:00 |
|
Alibek Omarov
|
6cfa5877a4
|
engine: base_cmd: decrease base cmd hash size
|
2025-01-21 11:25:33 +03:00 |
|
Alibek Omarov
|
d56e53a347
|
Replace hardcoded functions names by __func__ macro
* while we're here, fix some possible bugs
* and fix -Wformat=2
s/__FUNCTION__/__func__/g
awawawa
|
2024-06-19 06:53:42 +03:00 |
|
Alibek Omarov
|
2f3429a144
|
engine: common: base_cmd: use flexible array to store basecmd name
|
2024-04-28 06:59:18 +03:00 |
|
Alibek Omarov
|
eef1e1868a
|
engine: common: remove unused BaseCmd_Replace
|
2023-04-03 04:33:19 +03:00 |
|
Alibek Omarov
|
bcbd1a59c6
|
engine: common: base_cmd: add a simple benchmark within basecmd_test command
|
2023-03-13 02:40:48 +03:00 |
|
Alibek Omarov
|
8e45a43ad2
|
engine: common: base_cmd: alphabetically order inserts for faster lookups
|
2023-03-13 02:39:54 +03:00 |
|
Alibek Omarov
|
115ed82c19
|
engine: common: base_cmd: static-ize internal fuctions
|
2023-03-13 02:39:02 +03:00 |
|
Alibek Omarov
|
6f36edfd16
|
engine: various const qualifier fixes
|
2022-05-29 04:22:43 +03:00 |
|
Alibek Omarov
|
fe14a360b4
|
engine: fix fs_offset_t/size_t conversion, const qualifiers
|
2019-05-02 19:12:23 +03:00 |
|
Alibek Omarov
|
a03aa3ddb3
|
Merge 4281 update
|
2018-10-28 00:39:29 +03:00 |
|
Alibek Omarov
|
5d48708615
|
Forgot to add cvars into basecmd. Add basecmd_test to check is basecmd valid
|
2018-06-01 22:11:22 +03:00 |
|
Alibek Omarov
|
0561ac2076
|
Add basecmd from old engine. Add basecmd_stats command
|
2018-06-01 21:28:25 +03:00 |
|