summaryrefslogtreecommitdiff
path: root/src/dns.cpp
AgeCommit message (Expand)Author
2006-08-02Pseudo-random id's again, combined with incrementing value, gettimeofday and ...brain
2006-08-02Add back stats counters for dns total, good and badbrain
2006-08-02Allocate request id's in sequence, which means we wont get a duplicate id unt...brain
2006-08-02Change more names and typesbrain
2006-08-02Absolutely everything is now part of class DNS, or class Resolver.brain
2006-08-02More tidyingbrain
2006-08-02Move more stuff into private members of class DNSbrain
2006-08-02Tidyups, rename some varsbrain
2006-08-02Made MasterSocket staticbrain
2006-08-02Move more stuff into class DNSbrain
2006-08-02Tweak case of all classes to match those in the rest of the corebrain
2006-08-02Change comment at start of the file, rename dns_connectionbrain
2006-08-02Change a messagebrain
2006-08-02More tidying. Add comments. More comments to do :pbrain
2006-08-02Add error messages to Resolver::OnError()brain
2006-08-02The great summer clean (better than a spring clean)brain
2006-08-02Tidyup var names. people who use 'l' to mean 'length' need to be shot with a ...brain
2006-08-02More tidyupsbrain
2006-08-02Tidyups (as usual)brain
2006-08-02More tidyupsbrain
2006-08-02Tidyup var names. If i ever meet this person who called all the firedns vars ...brain
2006-08-02Tidyup dns.cppbrain
2006-08-02InspSocket no longer resolves hosts.brain
2006-08-01Remove unused temp buffersbrain
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-01Still working under ipv4 nowbrain
2006-08-01Dns stuffbrain
2006-08-01This might well be the last commit to this dns resolver in its current form. ...brain
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-08-01Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ...brain
2006-07-20Add comments, remove debug, alter message in ./configurebrain
2006-07-20Fixed, no longer a memory leak (Thread leak)brain
2006-07-20Someone please take a look at this and tell me why a thread doesnt free itsel...brain
2006-07-20Make threaded dns stable by placing some mutexes around some stl stuff (this ...brain
2006-07-20Threaded dns stuff - im going to try and make this stable in 1.1brain
2006-07-19Removed all that lastcreate and wantclose craq from dns.cpp (WHAT THE FUCK WE...brain
2006-07-19* Seperate out socket engines into derived classes of SocketEngine.brain
2006-07-16Tweaks for nonblocking dnsbrain
2006-07-16Fix socket leak properly this timebrain
2006-07-14Rollback dns changebrain
2006-07-14Fix dns socket leak found in stablebrain
2006-07-12Removed debuggingbrain
2006-07-12All this works now (hopefully)brain
2006-07-12Throw moduleexception if you:brain
2006-07-12Typobrain
2006-07-12Make it work:brain
2006-07-12Added class Resolver (needs testing)brain