EntireTwix
|
2d7d29372c
|
🔥🐎 changed local array to static thread_local buffer
|
2021-07-09 18:30:34 -07:00 |
|
EntireTwix
|
50a4e49452
|
🚚 renamed GetLog to GetLogs
|
2021-07-09 16:42:16 -07:00 |
|
EntireTwix
|
c7e2794e56
|
GetLogs() func doesnt compile when toggled off
|
2021-07-09 16:41:56 -07:00 |
|
EntireTwix
|
18452fdf1e
|
🐎 noexcept
|
2021-07-09 00:30:07 -07:00 |
|
EntireTwix
|
dc6c3d70a0
|
🔨 made str_intrusion.h into a wrapper
|
2021-07-09 00:07:45 -07:00 |
|
EntireTwix
|
175976e796
|
⚡ string move overload
|
2021-07-08 14:58:30 -07:00 |
|
EntireTwix
|
da89d390ea
|
🔨 using str_intrusion.h to write to private string data
|
2021-07-08 14:58:03 -07:00 |
|
EntireTwix
|
35ab4d9492
|
🔨 simdjson
|
2021-07-08 02:59:11 -07:00 |
|
EntireTwix
|
7e1ab2a38b
|
⚡ <array> required for base64 buffer
|
2021-07-08 02:24:09 -07:00 |
|
EntireTwix
|
dba161c42c
|
✨ simdjson for requests/responses
|
2021-07-08 02:21:56 -07:00 |
|
EntireTwix
|
826db0baef
|
🚚 moved xxhash back from submodule to header
|
2021-07-08 02:20:44 -07:00 |
|
EntireTwix
|
85e3dc038c
|
✨ NumOfLogs()
|
2021-07-07 16:13:31 -07:00 |
|
EntireTwix
|
dedff14e7e
|
🐛🎨 fixed filters reliance on toResponse for bank responses crashing
|
2021-07-06 21:53:32 -07:00 |
|
EntireTwix
|
e3e4059c26
|
🐎 changed filter order
|
2021-07-06 21:14:54 -07:00 |
|
EntireTwix
|
e502f3ce1f
|
🔥🐎 made initial value compile time
|
2021-07-06 21:12:16 -07:00 |
|
EntireTwix
|
09911d5496
|
🚧🐎 preparing to use FBE, in the meantime its 99% faster
|
2021-07-06 20:28:37 -07:00 |
|
EntireTwix
|
4b5e5d930c
|
🐎⚡ noexcept and new constructor
|
2021-07-06 20:27:52 -07:00 |
|
EntireTwix
|
ff89efe4fc
|
🎉 BankResponse struct
|
2021-07-06 18:52:27 -07:00 |
|
EntireTwix
|
f431d8bcda
|
🔥racehorse: jsoncpp removed!
|
2021-07-06 18:51:56 -07:00 |
|
EntireTwix
|
9fce1fd083
|
🎨 renamed GetLog->GetLogs
|
2021-07-05 19:34:05 -07:00 |
|
EntireTwix
|
99af2c02ab
|
🎨 uniform naming
|
2021-07-05 18:52:58 -07:00 |
|
EntireTwix
|
297b184a11
|
🎨🔥 reduced Sub/Add Bal() to ImpactBal()
|
2021-07-05 17:27:18 -07:00 |
|
EntireTwix
|
e9ccf6b227
|
🐛 path typo
|
2021-07-05 17:19:54 -07:00 |
|
EntireTwix
|
da2074859e
|
🎨🔥 merged admin filter with user filter as template arg
|
2021-07-05 17:11:24 -07:00 |
|
EntireTwix
|
9634d95d67
|
🐛🔨 forgot to update path
|
2021-07-05 16:15:33 -07:00 |
|
EntireTwix
|
d25ff09bdf
|
🎨 simplified by specializing toResponse()
|
2021-07-05 14:52:31 -07:00 |
|
EntireTwix
|
f6a6c23fc3
|
🔥 removed ping ⚡ transformed api version into api properties
|
2021-07-05 13:54:30 -07:00 |
|
EntireTwix
|
6eb02a8288
|
🐛🎨 fixed filter organization
|
2021-07-05 00:44:53 -07:00 |
|
EntireTwix
|
97fd39b1d4
|
🐎 body only set if method needs it
|
2021-07-04 23:42:18 -07:00 |
|
EntireTwix
|
b310c8ec2b
|
🐛🐎 fixed last commit and made faster
|
2021-07-04 23:18:55 -07:00 |
|
EntireTwix
|
5275028fd6
|
🐛 fixed user/admin filter std::string_view fuckery
|
2021-07-04 22:48:24 -07:00 |
|
EntireTwix
|
3edd25dbe8
|
🐎 optimized for when log == 1
|
2021-07-04 20:34:49 -07:00 |
|
EntireTwix
|
b6344da31d
|
💄 NumOfUsers() & NumOfLogs() for loading output
|
2021-07-04 03:33:17 -07:00 |
|
EntireTwix
|
e81a7b281e
|
✨ SubBal()
|
2021-07-04 03:12:17 -07:00 |
|
EntireTwix
|
d6a55652ca
|
✨ AddBal
|
2021-07-04 02:48:09 -07:00 |
|
EntireTwix
|
ea35a04b66
|
🎨 made vpass and admin/vpass POST
|
2021-07-04 01:57:01 -07:00 |
|
EntireTwix
|
f0a296d97b
|
✨ Accept Filter
|
2021-07-04 01:26:44 -07:00 |
|
EntireTwix
|
8b30588d8f
|
🐎 made RESPOND_TRUE cached
|
2021-07-04 01:24:36 -07:00 |
|
EntireTwix
|
85ee2167ff
|
🚚 moved CORS back
|
2021-07-04 00:47:35 -07:00 |
|
EntireTwix
|
239e8007e9
|
🔥🎨 simplified by using only one save_lock
|
2021-07-03 19:45:52 -07:00 |
|
EntireTwix
|
029a10f1bc
|
🎨 simplified
|
2021-07-03 18:48:42 -07:00 |
|
EntireTwix
|
e157586557
|
🐛 fixing how Conservative saving flag impacts code
|
2021-07-03 18:35:28 -07:00 |
|
EntireTwix
|
f04ca463fe
|
🔥 reverted noexcept as drogon doesnt like it
|
2021-07-03 17:48:11 -07:00 |
|
EntireTwix
|
5c1a9264d3
|
🐎 noexcept
|
2021-07-03 17:43:59 -07:00 |
|
EntireTwix
|
f3c3c47e73
|
✨ API Version Endpoint
|
2021-07-03 01:41:24 -07:00 |
|
EntireTwix
|
ca6187fffc
|
🐛 setbal was using NAME_PARAM as user
|
2021-07-03 01:27:07 -07:00 |
|
EntireTwix
|
0e5836b777
|
🎨🐎 multi threaded flag for conditional compiling
|
2021-07-03 00:39:42 -07:00 |
|
EntireTwix
|
72cbbd5494
|
🐎 move overload
|
2021-07-02 23:45:50 -07:00 |
|
EntireTwix
|
1c5f2e1ae6
|
🐎 improved SendFunds()
|
2021-07-02 23:33:17 -07:00 |
|
EntireTwix
|
fe98e73319
|
🔥🎨🐎 removed substr_view after learning string_view::substr is O(1)
|
2021-07-02 22:42:24 -07:00 |
|