summaryrefslogtreecommitdiff
path: root/includes/Socket.h
AgeCommit message (Expand)Author
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