]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengine_iocp.cpp
INFO now looks much prettier than it did 5 seconds ago :o
[user/henk/code/inspircd.git] / src / socketengine_iocp.cpp
2007-08-23 brainMove the close() wrapper out of the win32wrapper.h...
2007-08-23 brainCraquity craq De-craq!
2007-08-23 brainMove WSACleanup() into IOCPEngine destructor, eliminati...
2007-08-15 brainThis is now correct.
2007-07-27 brainWindows specific data types in EventHandler are now...
2007-07-27 brainSome smart tricks to eliminate win32 ifdefs that are...
2007-07-25 peaveyUn-static InspIRCd::Exit and use SignalHandler instead.
2007-07-23 brainA couple of tweaks that i did earlier as diffs. ISON...
2007-07-23 burlex* Sockets will now always be nonblocking on win32 versi...
2007-07-21 brainI broke socketengine_iocp with some fixes. Fixed again.
2007-07-19 brainWhoops, someone forgot to check the return value when...
2007-07-17 brainValidation checks that seem to have been omitted here.
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-14 brainWhack a ^M
2007-06-14 burlex- Made the recvfrom wrapper a bit neater.
2007-06-14 burlex- Fixed UDP Overlapped I/O under windows. (not the...
2007-06-13 burlex* Fixed IOCPEngine under x64 (because of incorrect...
2007-06-02 brainChange the behaviour of insp in windows to keep its...
2007-05-29 brainAll the other socketengines have a 1s wait on their...
2007-05-25 brainTidy up to coding style
2007-05-20 braintry...catch around the map::insert in AddFd, for some...
2007-05-20 brainRemove asserts and convert to unix line endings
2007-05-19 w00tHelps if I add the w32 specific code, too. :p