summaryrefslogtreecommitdiff
path: root/src/socketengine_iocp.cpp
AgeCommit message (Expand)Author
2007-06-14Whack a ^Mbrain
2007-06-14- Made the recvfrom wrapper a bit neater.burlex
2007-06-14- Fixed UDP Overlapped I/O under windows. (not the best way this could be don...burlex
2007-06-13* Fixed IOCPEngine under x64 (because of incorrect pointer sizes)burlex
2007-06-02Change the behaviour of insp in windows to keep its window open, with some st...brain
2007-05-29All the other socketengines have a 1s wait on their 'poll' equivalent. GetQue...brain
2007-05-25Tidy up to coding stylebrain
2007-05-20try...catch around the map::insert in AddFd, for some reason it throws someti...brain
2007-05-20Remove asserts and convert to unix line endingsbrain
2007-05-19Helps if I add the w32 specific code, too. :pw00t