Commit graph

40 commits

Author SHA1 Message Date
EntireTwix
eea9c4b566 rest of log optimization 2023-01-12 12:26:42 -08:00
EntireTwix
cb5d12d4dc made GetLogsV2 newest to oldest transaction 2023-01-12 01:05:23 -08:00
EntireTwix
01aedef7a3 rest of log optimization 2023-01-12 00:55:08 -08:00
EntireTwix
4a41cb1ef4 🐛 how did this bug go unnoticed for so long 2023-01-12 00:31:03 -08:00
EntireTwix
dda98f346e GetLogsRange 2023-01-12 00:18:42 -08:00
William
b74510a113
🐛 invalid json after last commit 2022-12-24 00:55:21 -08:00
EntireTwix
70ac88e894 receiving does not have to be a json field 2022-12-23 19:03:08 -08:00
EntireTwix
95c2d47216 receiving output as "true" instead of "1" 2022-12-19 18:41:15 -08:00
EntireTwix
83455a0510 changed to per-method versioning 2022-12-19 15:45:05 -08:00
EntireTwix
37b110d36f 🐛 receiving field should not be in quotes 2022-12-17 12:25:47 -08:00
EntireTwix
a49a1730f7 🐛 fixed MIN_API_SUPPORT commit 2022-12-04 00:17:11 -08:00
EntireTwix
09422995e8 MIN_API_SUPPORT 2022-12-03 23:45:19 -08:00
EntireTwix
f1b03ecb41 🐛 GetLogsV2 also needs a log_flag 2022-11-30 19:17:19 -08:00
EntireTwix
94c2cb1f65 🐛 used old log_snapshot 2022-11-30 19:14:22 -08:00
EntireTwix
b584f5b4d5 improved Transaction structure 2022-11-28 17:06:13 -08:00
EntireTwix
b3cc2b2cb5 🐛 forgot to resize to 0 of string cache 2021-07-29 20:57:03 -07:00
EntireTwix
96d3c1de08 🐛 real max log size is 59 not 60 2021-07-29 20:53:53 -07:00
EntireTwix
be90601801 🐛 real max log size is 60 not 58 2021-07-29 20:46:34 -07:00
EntireTwix
dc9b2e70c2 🔥 removed legacy code 2021-07-19 23:35:04 -07:00
EntireTwix
5bc3511c43 🔥 removed MAX_LOG_SIZE == 1 specific case 2021-07-14 22:57:39 -07:00
EntireTwix
23da8c686f 🎨 simplified with .back() 2021-07-14 00:21:49 -07:00
EntireTwix
15ef40b143 💡🔥 removing legacy comments 2021-07-14 00:05:47 -07:00
EntireTwix
6c99d32a64 🐛 MAX_LOG_SIZE == 1 wasnt updated 2021-07-13 21:04:33 -07:00
EntireTwix
e112468395 🐎 changed log structure from vector to deque 2021-07-13 20:25:41 -07:00
EntireTwix
c94c19cbe1 🐎 made GetLogs() return move rather then const ref 2021-07-12 21:34:21 -07:00
William Katz
66b200be27
🐛 empty log responds with ']' 2021-07-12 17:22:41 -07:00
EntireTwix
f7dbd4c3e0 🐎 made logs copy construct from thread_local 2021-07-11 00:55:24 -07:00
EntireTwix
8063a344aa 🐎🔥 removed jsoncpp from GetLogs() solution 2021-07-10 21:23:28 -07:00
EntireTwix
50a4e49452 🚚 renamed GetLog to GetLogs 2021-07-09 16:42:16 -07:00
EntireTwix
6e57178dc8 🐛 add trans was skipping ChangeOn() when full 2021-07-08 20:42:26 -07:00
EntireTwix
e502f3ce1f 🔥🐎 made initial value compile time 2021-07-06 21:12:16 -07:00
EntireTwix
80cc3a99cf 🚧🐎 preparing to use FBE, in the meantime its 99% faster 2021-07-06 20:29:00 -07:00
EntireTwix
73ebb6e5bd 🔥 removed preallocting log functionality 2021-07-06 18:54:31 -07:00
EntireTwix
7abca3126b 🎨 for conformity, GetLogs always returns 64 bit time_t 2021-07-05 01:13:33 -07:00
EntireTwix
3edd25dbe8 🐎 optimized for when log == 1 2021-07-04 20:34:49 -07:00
EntireTwix
3e0efa780b 🐎 made noexcept 2021-07-01 23:29:57 -07:00
EntireTwix
766047dc07 🐎 slight simplification 2021-06-29 22:33:53 -07:00
EntireTwix
d5490ebc56 made log settings Macros 2021-06-27 21:44:40 -07:00
EntireTwix
1adb23f5b8 🐎 GetLog() snapshot 2021-06-27 21:08:10 -07:00
EntireTwix
84f934f39d Split .hpp into .h and .cpp 2021-06-10 01:57:18 -07:00