summaryrefslogtreecommitdiff
path: root/src/socket.cpp
AgeCommit message (Expand)Author
2006-08-02(1) remove CleanAndResolve.brain
2006-08-01Fix broken inet_pton callbrain
2006-08-01Fixes for inspsocket in ipv6 environmentbrain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-08-01AF_INET -> define to AF_FAMILY, will be either AF_INET or AF_INET6brain
2006-07-28Tidyup message.cpp, remove some really old craq.brain
2006-07-19Change stats recv/send to double, so they can hold truly massive numbers of t...brain
2006-07-11Move openSockfd[] into ServerConfigbrain
2006-05-03Checks for negative fd's when adding them to the socketengine so we can gener...brain
2006-04-12Someone didnt test their fixes in cygwin *gets tortoise torture kit*brain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
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