Commit graph

1154 commits

Author SHA1 Message Date
Expand-sys
c258f6ec86
slight fix on deployment commands 2021-07-11 18:49:16 +10:00
EntireTwix
f7dbd4c3e0 🐎 made logs copy construct from thread_local 2021-07-11 00:55:24 -07:00
EntireTwix
4b7ef754c0 updated README redirect in preperation of release 2021-07-10 23:08:29 -07:00
EntireTwix
72d57ce118 updated API list 2021-07-10 22:51:57 -07:00
EntireTwix
d5a7cf0481 📚🐛 fixed link 2021-07-10 22:46:03 -07:00
EntireTwix
b625e79c48 🎨 bootup output changes 2021-07-10 22:43:00 -07:00
EntireTwix
52bc5eeffb 📚 correction 2021-07-10 22:36:18 -07:00
EntireTwix
7145e66103 more memory usage info 2021-07-10 22:29:30 -07:00
EntireTwix
dd66144a3b memory usage info 2021-07-10 22:27:25 -07:00
EntireTwix
8c97d19330 🐛 I made a 0iq mistake 2021-07-10 21:49:24 -07:00
EntireTwix
8a6f9f2fce 🚚 moved simdjson header to User.h 2021-07-10 21:34:54 -07:00
EntireTwix
9927bd8217 🐛🔥 fixed logs 2021-07-10 21:34:19 -07:00
EntireTwix
8063a344aa 🐎🔥 removed jsoncpp from GetLogs() solution 2021-07-10 21:23:28 -07:00
EntireTwix
36e2f6301f 🐎 noexcept constructors 2021-07-10 20:01:05 -07:00
EntireTwix
6599f47dcc 🔥 removed INLINE macro 2021-07-10 20:00:47 -07:00
EntireTwix
3a44c0b065 🔥racehorse: temporary resp variable was unessasary 2021-07-10 19:14:15 -07:00
EntireTwix
c1587f9e46 🐎 valid name/pass check before vpass call 2021-07-10 18:56:58 -07:00
EntireTwix
518c1b1203 🎨 made save results from Save() 2021-07-10 12:09:01 -07:00
EntireTwix
f87ec947b6 using std::optional for 204 responses 2021-07-10 11:49:09 -07:00
EntireTwix
cfdb2fe829 updated docs 2021-07-10 10:22:56 -07:00
EntireTwix
82312b8702 🔥🐎 memset no longer needed 2021-07-10 09:59:37 -07:00
EntireTwix
c54f75a909 🐎 result_buffer is faster when local 2021-07-10 09:56:09 -07:00
EntireTwix
b91e928286 🐎 max base64 header size calculated compile time based on max name 2021-07-09 21:59:27 -07:00
EntireTwix
5a6a4180a0 🐛 nullptr isnt valid 2021-07-09 21:52:59 -07:00
EntireTwix
2d8cb3ee28 🐎 made resp construct a static thread_local again 2021-07-09 21:38:17 -07:00
EntireTwix
13d66b537c 🐎🚚 resp is faster when local 2021-07-09 21:35:01 -07:00
EntireTwix
074d024d77 🔥 removing static thread_local for temporary name/pass _val 2021-07-09 21:27:03 -07:00
EntireTwix
e0c79f980d 🐎 reverted changes after benchmarking 2021-07-09 21:19:34 -07:00
EntireTwix
6225083a06 🔥 removed legacy GEN_BODY 2021-07-09 21:06:27 -07:00
EntireTwix
408ea473d5 🐎 made each endpoint share the same name/pass intrusion strings 2021-07-09 21:04:01 -07:00
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