Commit Graph

22 Commits

Author SHA1 Message Date
ca271b8db1 HTTP server functionality is in there. 2022-05-20 17:12:58 -04:00
cd3064eb05 HTTP server networking side, also, fix the releasing of channels in driver 2022-05-17 15:00:20 -04:00
1ac1ab9420 Some refactoring on the HTTP codebase 2022-05-16 17:16:42 -04:00
9cf04a7741 Did a lot of work on the HTTP server side 2022-05-12 13:48:42 -04:00
0ee4167772 http.get is now operational 2022-05-06 13:16:27 -04:00
c41d0522df Machinery for blocking http requests in place, except actual networking 2022-05-03 00:36:11 -04:00
9aec7c5299 Overhaul of thread handling to support blocking functions other than wait 2022-04-25 17:17:41 -04: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
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
c733023823 DrivenEngine channels are now shared_ptr 2022-01-05 12:50:16 -05:00
e0001127c7 Can now use /CPL to reload lua source 2021-12-15 14:18:19 -05:00
742209988b added /tick command 2021-11-26 15:45:36 -05:00
1e93533246 Implement probe_lua and add it to lpxclient/lpxserver 2021-11-26 13:56:24 -05:00
b19825aaca Lots of work on debugging diff xmit 2021-11-21 13:35:39 -05:00
077b2fc23b Overhaul of command parsing 2021-11-16 12:20:11 -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
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