Commit Graph

216 Commits

Author SHA1 Message Date
214734b627 Add error-check for yield-in-pcall to traceback_pcall 2022-04-25 17:21:54 -04:00
9aec7c5299 Overhaul of thread handling to support blocking functions other than wait 2022-04-25 17:17:41 -04:00
bd389c7815 Can now parse HTTP responses. 2022-04-25 13:43:11 -04:00
d2c81e640d Major string_view refactor. Added namespace sv 2022-04-16 02:26:32 -04:00
b6d603034e Code to implement HTTP requests done. Also, rewrote str_to_int64, str_to_double 2022-04-15 17:24:07 -04:00
453809b65c A small tweak to lua random 2022-04-06 15:09:28 -04:00
89365ea9ba Fix some comments for random generator 2022-03-31 17:16:17 -04:00
c48e02642a Check in code for new random number generator 2022-03-31 17:15:15 -04:00
7fc6263e37 Fix a bug in World::patch_visible 2022-03-29 18:06:24 -04:00
a2cf41ef9c Partially finished HTTP stuff 2022-03-29 16:50:26 -04:00
0de1754b21 Fix a stack overflow in pprint::findtables 2022-03-29 15:58:30 -04:00
945e5fc847 Fix bug introduced during drvssl refactor. 2022-03-29 15:39:08 -04:00
b42b70a64c Create empty http.hpp and http.cpp 2022-03-29 13:53:16 -04:00
2d6f9f7a45 Merge branch 'main' of https://github.com/jyelon/luprex into main 2022-03-29 13:50:48 -04:00
93e1ab63b9 changes 2022-03-23 17:03:07 -04:00
50155e9562 Minor change to cert loading 2022-03-22 16:55:20 -04:00
d2c7a5e5f2 Code to load SSL certs from dir, and ssl overhaul 2022-03-22 16:30:58 -04:00
0094b503f6 Fix warning about no such builtin 2022-03-22 13:22:42 -04:00
a7cdedf82b fix bug in use of PRId64 2022-03-22 12:24:02 -04:00
726b8bceb0 Merge 2022-03-18 18:17:45 -04:00
fa7296cde1 Certificate verification now works on windows using windows CA store 2022-03-18 21:52:45 -04:00
37ed57a178 SSL stuff working on windows again, excepting win CA registry 2022-03-18 21:14:07 -04:00
1e45aa425b fix accidental reformatting of driver-common.cpp 2022-03-18 18:16:21 -04:00
2e3bef79b3 Can now control SSL cert verfication from in-engine 2022-03-18 16:25:20 -04:00
c44fe12a95 A few fixes to make it compile under windows again 2022-03-17 23:28:25 -04:00
2e7b793110 A few missing constants in math module 2022-03-17 14:54:53 -04:00
c1ce1bfcc0 Change how builtin functions are loaded, better error checking 2022-03-16 17:05:20 -04:00
3b1c3e022a Some minor improvements to table code 2022-03-16 14:00:52 -04:00
56e0803cae Store SSL_CTX in UniqueSSLCTX 2022-03-12 14:56:33 -05:00
e4ebfcbdb1 Added vreplay with stdout 2022-03-11 19:11:09 -05:00
cfd299006f Replay logging almost done. Only thing missing is stdout. 2022-03-11 19:01:02 -05:00
377f913aa7 Code for logging and replay (doesn't work because of nondet in lua) 2022-03-11 18:35:51 -05:00
cfeeb2eaf3 Small overhaul using string_view 2022-03-04 16:45:47 -05:00
b17b34924e A little code cleanup 2022-03-04 14:05:24 -05:00
cf102a6250 Yet more work on eng::malloc 2022-03-02 14:52:51 -05:00
7cd8eb0a43 Lots more work on eng::malloc 2022-02-28 21:57:54 -05:00
ff932dba10 More work on moving engine into dlmalloc heap 2022-02-25 19:57:23 -05:00
08f6aa2092 Get rid of wrap-string-view 2022-02-24 13:50:43 -05:00
f467944095 Migrated engine to using dlmalloc through eng:: 2022-02-24 02:17:41 -05:00
acc00289fb Wrap all STL includes to support drv:: and eng:: 2022-02-23 23:08:28 -05:00
f2ab8d9e34 Getting ready to shift to dlmalloc 2022-02-23 17:29:49 -05:00
6a9bf4ca42 More work on removing old determinism-in-driver code 2022-02-21 20:23:01 -05:00
19b6951e0f Undo all the work on determinism in the driver. New plan soon. 2022-02-21 19:28:54 -05:00
ba1e923b5a lots of work on determinism in the linux driver. 2022-02-18 03:59:21 -05:00
467f25b927 Lots of work on removing malloc from driver 2022-02-17 20:02:08 -05:00
9d7bf8b0f9 Set ADDR_NO_RANDOMIZE on linux for determinism 2022-01-28 12:48:59 -05:00
301fe24617 Linux driver and windows driver now both working again. 2022-01-12 12:27:55 -05:00
fbe2120bb3 windows driver now operational, linux driver broken 2022-01-12 17:23:02 -05:00
20801395e6 windows version compiles, but won't link because of bad archive 2022-01-12 15:53:49 -05:00
2b59d8a4a3 refactor driver-linux to separate machine dependent and independent code. 2022-01-11 13:59:13 -05:00