Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
compile under MSVC.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
non-socket file descriptors.
|
|
|
|
|
|
clang if gcc is detected to be too old.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file. Also making it complete.
|
|
|
|
|
|
step in the proper direction.)
|
|
debugging purposes.
|
|
|
|
I'm not really sure I fully like the way I'm designing this, but I guess it could be solved with an HTTP/HTML helper class around the Action class.
However, the HTTP server awfully need reference counting, so it doesn't go away before all of the workers disappear, which means a bit of a redesign of the Listener template.
|
|
|
|
still needs coding, and won't work as it. And it needs a unit test.
|
|
|
|
unit test.
|
|
|
|
|
|
|
|
|
|
functions.
Switching out libcoro for the native Fibers interface for Win32.
Switching out the asm version for the ucontext version for Linux.
|
|
-) 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.
|