summaryrefslogtreecommitdiff
path: root/src/Socket.cc
AgeCommit message (Expand)Author
2011-11-15Balancing code a bit out of the constructor.Pixel
2011-11-15Actually, that's the proper fix for the Listener system, otherwise accept() w...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-14Funny this worked so far; fixing accept().Pixel
2011-11-14Making the ResolverThread exitting properly.Pixel
2011-11-13Securing double closes in Sockets.Pixel
2011-10-18Adding a few more asserts, and using the proper function calls (ntohs instead...Pixel
2011-10-18Why is Win32 so not Posix ... ?Pixel
2011-10-18Fixing Darwin compilation: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