summaryrefslogtreecommitdiff
path: root/src/inspsocket.cpp
AgeCommit message (Expand)Author
2006-08-08Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot...brain
2006-08-04Fixes for ::0 ip's, disable autobind when using ::ffff: etcbrain
2006-08-02(1) remove CleanAndResolve.brain
2006-08-02InspSocket no longer resolves hosts.brain
2006-08-01Removed threaded dns (it might make a comeback some day, but as it stands its...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-12Typo #2brain
2006-07-12Make it work:brain
2006-07-10Move logging further up in inspsocket so we get the right error for bind failurebrain
2006-07-07Added InspSocket::WantWrite(), InspSocket::OnWriteReady() and private data me...brain
2006-06-29Convert char* to const char* in InspSocket constructor prototype. Shouldn't b...om
2006-06-28Allow binding to hosts again in <bind> and <link>brain
2006-06-27Commentingbrain
2006-06-27Added auto-binding, picks the first ip in the <bind> tags that isnt localhost...brain
2006-05-03Checks for negative fd's when adding them to the socketengine so we can gener...brain
2006-04-08Remove uneccessary socket includes now included in socket.hom
2006-04-08Helps to svn add these too :Pom