summaryrefslogtreecommitdiff
path: root/src/socketengine_iocp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Header update: 2007 -> 2008•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8695 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-101-1/+1
* Roll back to 1.1.12 socket engine as a test•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8274 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-4/+5
* Change how the socket engines work when you addfd on an fd that already exists.•••the only SANE outcome is that youve forgotten to DelFd, so it does this for you. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8270 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-1/+1
* Whoops, error from an svnmerge•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8095 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.13Gravatar brain2007-09-291-1/+1
* Backport fix for bug #407•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8078 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-09-251-4/+3
* A couple of tweaks that i did earlier as diffs. ISON didnt always respect inv...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7502 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-231-0/+3
* * Sockets will now always be nonblocking on win32 version of InspIRCd. There ...•••* configure will now compile under VC7 again. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7500 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-07-231-0/+12
* I broke socketengine_iocp with some fixes. Fixed again.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7488 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.10Gravatar brain2007-07-211-3/+4
* Whoops, someone forgot to check the return value when initializing windows IOCP•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7476 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-191-0/+9
* Validation checks that seem to have been omitted here.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7469 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-171-6/+34
* OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-1/+376
* 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7454 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-376/+1
* Whack a ^M•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7319 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-141-1/+1
* - Made the recvfrom wrapper a bit neater.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7314 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-141-0/+7
* - Fixed UDP Overlapped I/O under windows. (not the best way this could be don...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7313 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-141-9/+34
* * Fixed IOCPEngine under x64 (because of incorrect pointer sizes)•••- Fixed configure / VC8 projects for x64 compiling. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7293 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-131-5/+8
* Change the behaviour of insp in windows to keep its window open, with some st...•••Also, add somewhat of a hack to cut down on allocation time taken to map windows fd to a posix style fd in iocp engine. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7217 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-021-1/+1
* All the other socketengines have a 1s wait on their 'poll' equivalent. GetQue...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7185 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-291-1/+1
* Tidy up to coding style•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7139 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-251-46/+55
* try...catch around the map::insert in AddFd, for some reason it throws someti...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7065 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-201-1/+10
* Remove asserts and convert to unix line endings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7064 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-201-271/+271
* Helps if I add the w32 specific code, too. :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7044 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-191-0/+323