summaryrefslogtreecommitdiff
path: root/src/inspsocket.cpp
AgeCommit message (Expand)Author
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