Age | Commit message (Expand) | Author |
2011-12-11 | Introducing EAssert for 'Execution Assert', which won't stop the application,... | Pixel |
2011-12-04 | Refactored the Thread code a bit, and created the GlobalThread class, for thr... | Pixel |
2011-12-04 | Reworked some things in the architecture, mainly exceptions and asserts. | Pixel |
2011-11-29 | The TaskManager no longer waits on the pop(); instead it waits in the libev l... | Pixel |
2011-11-29 | Adding the memory fence across the resolver thread, and actually using getsoc... | Pixel |
2011-11-17 | Look at that. It seems that, indeed, IPv6 CAN get very retarded. | Pixel |
2011-11-15 | Balancing code a bit out of the constructor. | Pixel |
2011-11-15 | Actually, that's the proper fix for the Listener system, otherwise accept() w... | Pixel |
2011-11-15 | Moving code around for the Listener, in order to avoid too much template code. | Pixel |
2011-11-15 | Fixing the Socket code a bit, effectively making the listener system working. | Pixel |
2011-11-14 | Funny this worked so far; fixing accept(). | Pixel |
2011-11-14 | Making the ResolverThread exitting properly. | Pixel |
2011-11-13 | Securing double closes in Sockets. | Pixel |
2011-10-18 | Adding a few more asserts, and using the proper function calls (ntohs instead... | Pixel |
2011-10-18 | Why is Win32 so not Posix ... ? | Pixel |
2011-10-18 | Fixing Darwin compilation: | Pixel |
2011-10-17 | Making some adjustments to get the Socket code compiling under mingw32. Doesn... | Pixel |
2011-10-17 | Adding the Socket class, and a few tools that comes with it. | Pixel |