summaryrefslogtreecommitdiff
path: root/src/socket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidyup message.cpp, remove some really old craq.•••Improve tidiness of new common_channels function Add timeout value to blocking CleanAndResolve function git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4572 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-281-1/+1
* Change stats recv/send to double, so they can hold truly massive numbers of t...•••Fix some warnings git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4450 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-191-1/+1
* Move openSockfd[] into ServerConfig•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4322 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-111-9/+8
* Checks for negative fd's when adding them to the socketengine so we can gener...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3929 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-05-031-2/+5
* Someone didnt test their fixes in cygwin *gets tortoise torture kit*•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3874 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-04-121-2/+0
* Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3847 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-081-326/+152
* Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3838 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-04-061-6/+6
* Connection refused bug is FIXED!!!!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3835 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-04-041-0/+2
* Bad brain bad•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3832 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-04-041-2/+2
* Tweaks to hopefully prevent 100% cpu use issue•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3831 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-04-041-2/+4
* Fixes for stability of connects (these didnt make it into trunk!!!)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3795 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-04-011-1/+1
* Backport of 100% cpu on connection refused bug•••Technical details: Set this->ClosePending on connection refused error so that within one cycle it is removed from the list git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3787 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-281-0/+5
* Remove debugging•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3783 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-271-5/+0
* Regressed buffering code•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3759 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-261-8/+8
* Removal of ancient TRUE/FALSE #defines (C-ish stuff)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3700 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-131-1/+1
* Complete removal of all stl stuff here•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3686 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-10/+11
* Completely removed the deque•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3685 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-1/+0
* Put some error checking back in here•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3684 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-1/+3
* Temporarily removed output buffering as an experiment•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3683 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-6/+10
* Blah•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3682 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-1/+1
* Logging•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3681 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-0/+5
* Different way of using substr•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3679 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-3/+2
* Deque doing some reallllly odd stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3678 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-1/+2
* Cant do *ANYTHING* in the damn destructor?!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3675 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-2/+2
* Close-pending checks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3673 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-0/+5
* Checking that buffers are empty in destructor•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3672 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-1/+2
* Checks and stuff :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3671 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-0/+7
* Damnit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3670 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-1/+1
* Fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3669 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-3/+13
* Added method to check if an fd is in the socketengine or not•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3667 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-0/+6
* Re-enterant safety•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3666 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-2/+0
* Re-enterance safety•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3665 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-0/+8
* Convert more by-values to const references, optimise ConfigReader a bit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3606 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-03-091-5/+3
* Tweaks to socket engine, faster buffer flush and hopefully more stable•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3521 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-071-22/+13
* true and false transposed in new code•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3520 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-071-3/+3
* Exception to the rules for EAGAIN•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3519 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-071-1/+1
* Check for write errors in inspsocket (this is probably causing excessive cpu...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3518 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-071-7/+16
* That's enough tweaks for now•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3357 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-2/+2
* Tweaks for valgrind (again)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3356 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-14/+18
* Fixes for valgrind•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3355 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-4/+5
* Tweaks to closed socket detection•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3351 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-5/+1
* Another tweak for port•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3320 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-241-3/+3
* One character brain-wave fix (had idea at work)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3317 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-241-1/+1
* Wrong address being bound by InspSocket when binding to a specific ip•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3315 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-241-2/+3
* Extra checking and exception handling in InspSocket::Write•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3228 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-161-1/+11
* Test for bug reported by TDC•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3227 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-151-1/+7
* Extra error logging•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3225 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-151-1/+2
* Fix to compare against signed/unsigned warning•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3200 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-141-1/+1
* Force initialization of fd to -1•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3199 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-141-0/+2
* We're going for that commits per minute record again.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3198 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-141-1/+1