index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
socketengine_iocp.cpp
Age
Commit message (
Expand
)
Author
2007-08-23
Move the close() wrapper out of the win32wrapper.h, and into its new proper p...
brain
2007-08-23
Craquity craq De-craq!
brain
2007-08-23
Move WSACleanup() into IOCPEngine destructor, eliminating an "#ifdef WIN32" f...
brain
2007-08-15
This is now correct.
brain
2007-07-27
Windows specific data types in EventHandler are now Extensible items
brain
2007-07-27
Some smart tricks to eliminate win32 ifdefs that are creeping into portable f...
brain
2007-07-25
Un-static InspIRCd::Exit and use SignalHandler instead.
peavey
2007-07-23
A 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-21
I broke socketengine_iocp with some fixes. Fixed again.
brain
2007-07-19
Whoops, someone forgot to check the return value when initializing windows IOCP
brain
2007-07-17
Validation checks that seem to have been omitted here.
brain
2007-07-16
OOPS! 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-14
Whack a ^M
brain
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-02
Change the behaviour of insp in windows to keep its window open, with some st...
brain
2007-05-29
All the other socketengines have a 1s wait on their 'poll' equivalent. GetQue...
brain
2007-05-25
Tidy up to coding style
brain
2007-05-20
try...catch around the map::insert in AddFd, for some reason it throws someti...
brain
2007-05-20
Remove asserts and convert to unix line endings
brain
2007-05-19
Helps if I add the w32 specific code, too. :p
w00t