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
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
2e6f924737 Partway through the SSL refactor, code is operational again (in plaintext) 2022-01-09 21:41:28 -05:00
dc2237e5c1 Make it so that drivenengine never changes (only appends) output bytes. 2022-01-06 17:24:32 -05:00
c733023823 DrivenEngine channels are now shared_ptr 2022-01-05 12:50:16 -05:00
6172fb983c Minor bugfix to drivenengine readline mode 2021-11-09 12:46:24 -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
7cbf40e3d6 Add 'ostream' method to class StreamBuffer, and use it. 2021-11-03 12:31:13 -04:00
b7b4ad8577 A little cleanup, and some work on LpxClient 2021-10-15 13:51:32 -04:00
2e05df7ac5 Pass argc and argv through to DrivenEngine::event_init 2021-10-14 16:41:24 -04:00
a9afbebbc3 Add LpxClient/LpxServer stubs, add dispatcher to main 2021-10-14 15:51:38 -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
bce756d1fd Event driven engine, further work. 2021-10-05 12:54:37 -04:00
bc22dc89af Inverted control flow, engine as library 2021-10-04 17:45:18 -04:00
e0fdb2d42f Minor tweak for DrivenEngine 2021-09-30 13:45:37 -04:00
73f6e8692a Added class DrivenEngine (no implementation yet) 2021-09-30 13:37:50 -04:00