Commit Graph

23 Commits

Author SHA1 Message Date
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
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
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
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
c47e13691d openssl now working under linux 2022-01-10 14:39:19 -05:00
c733023823 DrivenEngine channels are now shared_ptr 2022-01-05 12:50:16 -05:00
147c7f2df4 Further progress toward working linux version 2021-12-07 17:28:53 -05:00
51a95cc964 More refactoring and cleanup 2021-11-16 13:14:59 -05:00
c1c0b02926 More work on client and server 2021-11-11 16:23:11 -05:00
caa5bab9d3 More work on client and server 2021-11-11 13:56:49 -05:00
e5a1f238ec Even more sophisticated readline functionality 2021-11-04 14:00:35 -04:00
deaf4e4873 Implement more sophisticated readline-mode 2021-11-04 13:40:42 -04:00
17a1155906 Fix bug in mingw driver, work on lpxclient 2021-11-03 11:11:31 -04:00
2e05df7ac5 Pass argc and argv through to DrivenEngine::event_init 2021-10-14 16:41:24 -04:00
bf3dd49cc8 Add support for clock ticks 2021-10-12 13:54:08 -04:00
995219d965 Move readline functionality into device-independent code 2021-10-12 12:46:11 -04:00
315bf6e3b1 Listening channels implemented 2021-10-08 21:03:52 -04:00
760bd22874 Outgoing connections now work in mingw driver. 2021-10-08 16:38:10 -04:00
e7f55a2411 Progress on mingw driver 2021-10-07 14:58:20 -04:00