Age | Commit message (Collapse) | Author |
|
TaskScheduler.
The idea is that we need to support multiple task managers from multiple threads.
So that revamp means we now should be able to support that, except the TaskScheduler needs to implement a round robin system, to distribute tasks across multiple task managers. But at least, the fundamental redesign to permit this is here.
|
|
|
|
escaped characters.
|
|
|
|
being read, as it needs to go thru the BStream.
|
|
from Handle...
|
|
|
|
|
|
remaining. Multipart is going to be cumbersome.
|
|
|
|
|
|
|
|
|
|
will never stop, rendering the stop method of the Listener inneffective.
|
|
|
|
a file descriptor can do less than being asked.
|
|
exception from a .h file...
|
|
|
|
|
|
|
|
|
|
fleshed up, and writing the actual server should now be sort of straightforward.
|
|
|
|
|
|
contains a potential task switch.
|
|
|
|
|
|
come in handy.
|
|
still needs coding, and won't work as it. And it needs a unit test.
|
|
|
|
|
|
tests....
|
|
|
|
|
|
|
|
unit test.
|
|
instead of a dummy one...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
at least the Input class.
|
|
method to Handles. Also preparing the inclusion of Lua by adding LuaJIT.
|
|
turn that off.
|
|
functions.
Switching out libcoro for the native Fibers interface for Win32.
Switching out the asm version for the ucontext version for Linux.
|
|
instead of htons - which should be fundamentally the same, but, *shrug*)
|
|
|
|
-) Using clang instead of gcc for the native target (*sigh*)
-) Fixing libeio (*sigh*)
-) "Fixing" the connect() call in Sockets because Darwin is stupid (*SIIIIIIIGH*)
Although the Threads unit test isn't working properly.
|