Age | Commit message (Expand) | Author |
2006-08-03 | AAAA lookup fixed. Theyre returned as string, without need for inet_pton with... | brain |
2006-08-03 | Fixed resolver, forward lookup of ipv6 doesnt work right yet | brain |
2006-08-03 | Support CNAME, AAAA | brain |
2006-08-03 | Fix sockaddr structs for ipv6 | brain |
2006-08-03 | Fix bindsocket to work in ipv6 mode | brain |
2006-08-03 | Add some commenting | brain |
2006-08-03 | add erroring if there are already 65536 id's in transit | brain |
2006-08-03 | Check for spoofed DNS replies where the source-port is invalid, or the ip is ... | brain |
2006-08-03 | Properly check for duplicate dns id's from the PRNG | brain |
2006-08-03 | Improve PRNG | brain |
2006-08-03 | Dynamically generate 004 numeric from the modehandler list | brain |
2006-08-02 | Added comments to class DNS and typedefs | brain |
2006-08-02 | Pseudo-random id's again, combined with incrementing value, gettimeofday and ... | brain |
2006-08-02 | Add back stats counters for dns total, good and bad | brain |
2006-08-02 | Allocate request id's in sequence, which means we wont get a duplicate id unt... | brain |
2006-08-02 | Change to a const | brain |
2006-08-02 | Change more names and types | brain |
2006-08-02 | Absolutely everything is now part of class DNS, or class Resolver. | brain |
2006-08-02 | More tidying | brain |
2006-08-02 | Move more stuff into private members of class DNS | brain |
2006-08-02 | Tidyups, rename some vars | brain |
2006-08-02 | Made MasterSocket static | brain |
2006-08-02 | Move more stuff into class DNS | brain |
2006-08-02 | Tweak case of all classes to match those in the rest of the core | brain |
2006-08-02 | Change comment at start of the file, rename dns_connection | brain |
2006-08-02 | Change a message | brain |
2006-08-02 | More tidying. Add comments. More comments to do :p | brain |
2006-08-02 | Add error messages to Resolver::OnError() | brain |
2006-08-02 | The great summer clean (better than a spring clean) | brain |
2006-08-02 | Tidyup var names. people who use 'l' to mean 'length' need to be shot with a ... | brain |
2006-08-02 | More tidyups | brain |
2006-08-02 | Tidyups (as usual) | brain |
2006-08-02 | More tidyups | brain |
2006-08-02 | Tidyup var names. If i ever meet this person who called all the firedns vars ... | brain |
2006-08-02 | Tidyup dns.cpp | brain |
2006-08-02 | Check for invalid ip's being bound to | brain |
2006-08-02 | (1) remove CleanAndResolve. | brain |
2006-08-02 | Check for duplicate servers in OnLookupComplete | brain |
2006-08-02 | Comment ServernameResolver class | brain |
2006-08-02 | InspSocket no longer resolves hosts. | brain |
2006-08-02 | Change comment which referred to an fd, is now an id | brain |
2006-08-02 | Fixes | brain |
2006-08-01 | Remove dnsqueue | brain |
2006-08-01 | Remove dnsqueue | brain |
2006-08-01 | Comments, add more detail, remove dnsqueue.h include from tons of places | brain |
2006-08-01 | Fixes | brain |
2006-08-01 | Fixes | brain |
2006-08-01 | Stuff to make user host resolving use class Resolver - not tested yet | brain |
2006-08-01 | Remove X_ESTAB_CLASSDNS, X_ESTAB_DNS now does the job of this (i TOLD w00t an... | brain |
2006-08-01 | Remove unused vars from class DNS | brain |