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