Age | Commit message (Expand) | Author |
2013-12-20 | A few more Win32 / VisualStudio fixes. | Nicolas "Pixel" Noble |
2013-07-16 | Split the Socket class into Selectable, in order to let it work with other no... | Nicolas Noble |
2013-01-22 | Removing some more cruft. | Pixel |
2013-01-17 | The Listener factory is now a StacklessTask. | Nicolas 'Pixel' Noble |
2013-01-17 | Making name resolution in setLocal() and connect() interruptible... | Nicolas 'Pixel' Noble |
2012-09-01 | Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d' | Nicolas "Pixel" Noble |
2012-08-29 | Using true C++11 initializers in classes. | Nicolas "Pixel" Noble |
2012-04-06 | Making it simplier to register a task and wait for it. Also renamed createTas... | Pixel |
2012-04-03 | Reworking a bit the way the queues are working, and thus, the way the LuaTMai... | Pixel |
2012-04-01 | More code cleanup. | Pixel |
2011-12-04 | Reworked some things in the architecture, mainly exceptions and asserts. | Pixel |
2011-11-16 | Kind of a big revamp of the TaskMan / Task model, in order to introduce a Tas... | 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 | As always, doing stuff during a constructor is a bad idea, especially if it c... | Pixel |
2011-11-14 | If I'm having a wrapper class around Handles, it's for a reason... | Pixel |
2011-11-13 | Adding an opaque pointer to the generic Socket listener. | Pixel |
2011-10-18 | Adding a few more asserts, and using the proper function calls (ntohs instead... | 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 |