Commit Graph

21 Commits

Author SHA1 Message Date
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
f5b7712c64 Fix bug in modified drivenengine 2022-01-06 17:59:59 -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
b55040665c Work on linux version 2021-12-08 13:28:09 -05:00
c75ba3b3a8 fix minor bugs 2021-11-23 14:38:08 -05:00
6172fb983c Minor bugfix to drivenengine readline mode 2021-11-09 12:46:24 -05:00
0a00ecaaa8 Change default prompt for readline to empty string 2021-11-04 14:03:05 -04: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
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
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
73f6e8692a Added class DrivenEngine (no implementation yet) 2021-09-30 13:37:50 -04:00