Commit graph

1024 commits

Author SHA1 Message Date
EntireTwix
386a140255 🐎🔨 modified endpoints to better adhere to JSON API conventions 2021-07-09 19:51:34 -07:00
EntireTwix
1f0a3dc28d 🐎🔨 modified endpoints to better adhere to JSON API conventions 2021-07-09 19:51:26 -07:00
EntireTwix
2d7d29372c 🔥🐎 changed local array to static thread_local buffer 2021-07-09 18:30:34 -07:00
EntireTwix
2e991da613 🔥🐎 changed local array to static thread_local buffer 2021-07-09 18:30:19 -07:00
EntireTwix
db5a54175c 🐛 fixed buffer size 2021-07-09 18:13:53 -07:00
EntireTwix
2fe00e05de 📚🚧 docs 2021-07-09 16:44:38 -07:00
EntireTwix
71e0915c2a 📚🚧 docs 2021-07-09 16:42:26 -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
b60b6293aa 📚🚧 docs 2021-07-09 15:42:06 -07:00
EntireTwix
ba014df089 📚🚧 docs 2021-07-09 15:41:44 -07:00
EntireTwix
5b7d4b9af8 📚🚧 docs 2021-07-09 15:37:58 -07:00
EntireTwix
7d61ee5f83 📚🚧 docs 2021-07-09 15:26:59 -07:00
EntireTwix
a46adc28f9 refined a bit 2021-07-09 15:24:19 -07:00
EntireTwix
39fb5e96a1 📚🚧 docs 2021-07-09 15:24:00 -07:00
EntireTwix
7803c5e1e5 🐎 static thread_local negatively effects BankResponse 2021-07-09 00:45:55 -07:00
EntireTwix
f2b5385e92 🐎 made const ref 2021-07-09 00:43:25 -07:00
EntireTwix
1d826fe96e 🐛 toResponse is also impacted by filter thread_local bug 2021-07-09 00:42:30 -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
1d6bbb35bf 🐛 static thread_local in filters cause highly incorrect responses 2021-07-09 00:06:49 -07:00
EntireTwix
6e57178dc8 🐛 add trans was skipping ChangeOn() when full 2021-07-08 20:42:26 -07:00
EntireTwix
b1f0aad79e 🐛 ImpactBal accepts Int64 not UInt64 2021-07-08 16:39:54 -07:00
EntireTwix
a657c9d6b2 🔥 remembered why I removed GetChangeState() check 2021-07-08 16:14:52 -07:00
EntireTwix
6b11a9dadc str_intrusion source 2021-07-08 14:59:52 -07:00
EntireTwix
b8e88ad1f5 🚚 moved inline into config file 2021-07-08 14:59:30 -07:00
EntireTwix
16494f971e 🎨 formatting 2021-07-08 14:58:58 -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
053c20130e 🐎 static filter pointers 2021-07-08 03:01:22 -07:00
EntireTwix
fd6d085ae5 🐎 thread_local 2021-07-08 03:00:57 -07:00
EntireTwix
805a7d05b3 🐎 thread_local 2021-07-08 02:59:27 -07:00
EntireTwix
35ab4d9492 🔨 simdjson 2021-07-08 02:59:11 -07:00
EntireTwix
22c99cfbfb 🐎🔨 thread_local & simdjson 2021-07-08 02:58:55 -07:00
EntireTwix
3a39a2bf67 Merge branch 'Refractor' of https://github.com/EntireTwix/CCash into Refractor 2021-07-08 02:24:30 -07:00
EntireTwix
7e1ab2a38b <array> required for base64 buffer 2021-07-08 02:24:09 -07:00
EntireTwix
96f9351fb6 <array> required for base64 buffer 2021-07-08 02:23:26 -07:00
EntireTwix
91523ca6a5 🐎 static thread_local changes 2021-07-08 02:22:59 -07:00
EntireTwix
dba161c42c simdjson for requests/responses 2021-07-08 02:21:56 -07:00
EntireTwix
6e688f1385 🔥 removed iostream header leftover from debugging 2021-07-08 02:21:07 -07:00
EntireTwix
826db0baef 🚚 moved xxhash back from submodule to header 2021-07-08 02:20:44 -07:00
EntireTwix
6b481802e5 🔥 reverted last commit 2021-07-07 16:41:05 -07:00
EntireTwix
b18ec4e26d 🐛 fixed last commit -m 2021-07-07 16:40:03 -07:00
EntireTwix
a1df11eeeb 🐛 fixed last commit -m 2021-07-07 16:37:50 -07:00
EntireTwix
51a9ab8ff8 🐎 response is always true or false so to_string is slower 2021-07-07 16:30:28 -07:00
EntireTwix
9ee4f7ab88 🐎🚚 moved CORS to bank_api.cpp and cached RESPOND_TRUE 2021-07-07 16:14:54 -07:00
EntireTwix
85e3dc038c NumOfLogs() 2021-07-07 16:13:31 -07:00
EntireTwix
d649613d2e Merge branch 'Refractor' of https://github.com/EntireTwix/CCash into Refractor 2021-07-07 16:13:06 -07:00
EntireTwix
bb6b2f6c44 NumOfLogs() 2021-07-07 16:12:59 -07:00
William Katz
4944655af9
🎨 made isntructions more clear 2021-07-07 14:39:41 -07:00