summaryrefslogtreecommitdiff
path: root/src/socketengine_iocp.cpp
AgeCommit message (Expand)Author
2007-09-25Fix for bug #407, set ref[fd] AFTER some checks that may return false and lea...brain
2007-09-23Test from vista laptopbrain
2007-09-04* Fixed some incorrect declarations in IOCPEngineburlex
2007-08-23Move the close() wrapper out of the win32wrapper.h, and into its new proper p...brain
2007-08-23Craquity craq De-craq!brain
2007-08-23Move WSACleanup() into IOCPEngine destructor, eliminating an "#ifdef WIN32" f...brain
2007-08-15This is now correct.brain
2007-07-27Windows specific data types in EventHandler are now Extensible itemsbrain
2007-07-27Some smart tricks to eliminate win32 ifdefs that are creeping into portable f...brain
2007-07-25Un-static InspIRCd::Exit and use SignalHandler instead.peavey
2007-07-23A couple of tweaks that i did earlier as diffs. ISON didnt always respect inv...brain
2007-07-23* Sockets will now always be nonblocking on win32 version of InspIRCd. There ...burlex
2007-07-21I broke socketengine_iocp with some fixes. Fixed again.brain
2007-07-19Whoops, someone forgot to check the return value when initializing windows IOCPbrain
2007-07-17Validation checks that seem to have been omitted here.brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
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