Age | Commit message (Collapse) | Author |
|
|
|
imported from the parent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
main module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
through invoke (for now), and have a global function table in the Runtime, which modules register their functions to
|
|
|
|
|
|
as shared libs
|
|
|
|
|
|
|
|
|
|
works in asm
|
|
|
|
|
|
|
|
|
|
|
|
misc stubs for in.h and sdl.h
|
|
Configure debug logging.
|
|
|
|
variable that controls whether external configure/build libraries are invoked with logging output to console.
|
|
|
|
|
|
accept fixes
|
|
we can be sure at compilation time that it is used in the way it is expected to be (that function has more than one possible signature in various unixes)
|
|
connections immediately upon connect. previously, this wasn't done until the server called accept, creating a small window of time for peer message events to be lost
- renamed send_queue to dgram_send_queue just so its purpose is more clear
|
|
- added debugging info to websocket backend
|
|
|
|
to succeed
|