summaryrefslogtreecommitdiff
path: root/src/socket.cpp
AgeCommit message (Expand)Author
2006-04-04Connection refused bug is FIXED!!!!brain
2006-04-04Bad brain badbrain
2006-04-04Tweaks to hopefully prevent 100% cpu use issuebrain
2006-04-01Fixes for stability of connects (these didnt make it into trunk!!!)brain
2006-03-28Backport of 100% cpu on connection refused bugbrain
2006-03-27Remove debuggingbrain
2006-03-26Regressed buffering codebrain
2006-03-13Removal of ancient TRUE/FALSE #defines (C-ish stuff)brain
2006-03-11Complete removal of all stl stuff herebrain
2006-03-11Completely removed the dequebrain
2006-03-11Put some error checking back in herebrain
2006-03-11Temporarily removed output buffering as an experimentbrain
2006-03-11Blahbrain
2006-03-11Loggingbrain
2006-03-11Different way of using substrbrain
2006-03-11Deque doing some reallllly odd stuffbrain
2006-03-11Cant do *ANYTHING* in the damn destructor?!brain
2006-03-11Close-pending checksbrain
2006-03-11Checking that buffers are empty in destructorbrain
2006-03-11Checks and stuff :pbrain
2006-03-11Damnitbrain
2006-03-11Fixesbrain
2006-03-11Added method to check if an fd is in the socketengine or notbrain
2006-03-11Re-enterant safetybrain
2006-03-11Re-enterance safetybrain
2006-03-09Convert more by-values to const references, optimise ConfigReader a bitom
2006-03-07Tweaks to socket engine, faster buffer flush and hopefully more stablebrain
2006-03-07true and false transposed in new codebrain
2006-03-07Exception to the rules for EAGAINbrain
2006-03-07Check for write errors in inspsocket (this is probably causing excessive cpu...brain
2006-02-26That's enough tweaks for nowbrain
2006-02-26Tweaks for valgrind (again)brain
2006-02-26Fixes for valgrindbrain
2006-02-26Tweaks to closed socket detectionbrain
2006-02-24Another tweak for portbrain
2006-02-24One character brain-wave fix (had idea at work)brain
2006-02-24Wrong address being bound by InspSocket when binding to a specific ipbrain
2006-02-16Extra checking and exception handling in InspSocket::Writebrain
2006-02-15Test for bug reported by TDCbrain
2006-02-15Extra error loggingbrain
2006-02-14Fix to compare against signed/unsigned warningbrain
2006-02-14Force initialization of fd to -1brain
2006-02-14We're going for that commits per minute record again.brain
2006-02-14Helps to get the var names right too..brain
2006-02-14Error checking for out of range buffer reads (this shouldnt happen, read is b...brain
2006-02-07Uses less write() callsbrain
2006-02-07Slightly more efficient write buffersbrain
2006-02-02More nonblocking dns stuffsbrain
2006-02-02Fixes to set correct resolver address before looking up hostbrain
2006-02-02Nonblocking dns for InspSocket class (used by server to server)brain