summaryrefslogtreecommitdiff
path: root/src/Selectable.cc
AgeCommit message (Collapse)Author
2013-12-23Fixing Linux build.Nicolas "Pixel" Noble
2013-12-21Preliminary WebSocket protocol support.Nicolas "Pixel" Noble
2013-12-20Sockets are now working properly under MSVC. I guess I broke mingw32 though, ↵Nicolas "Pixel" Noble
but we'll fix this later.
2013-12-20A few more Win32 / VisualStudio fixes.Nicolas "Pixel" Noble
2013-12-18Removing Atomic.h and all volatiles.Nicolas Noble
2013-07-16Split the Socket class into Selectable, in order to let it work with other ↵Nicolas Noble
non-socket file descriptors.