Age | Commit message (Expand) | Author |
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 | InspSocket no longer resolves hosts. | brain |
2006-08-01 | Remove unused temp buffers | brain |
2006-08-01 | Removed threaded dns (it might make a comeback some day, but as it stands its... | brain |
2006-08-01 | Fix broken inet_pton call | brain |
2006-08-01 | Fixes for inspsocket in ipv6 environment | brain |
2006-08-01 | Still working under ipv4 now | brain |
2006-08-01 | Dns stuff | brain |
2006-08-01 | This might well be the last commit to this dns resolver in its current form. ... | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-08-01 | AF_INET -> define to AF_FAMILY, will be either AF_INET or AF_INET6 | brain |
2006-08-01 | Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ... | brain |
2006-07-20 | Add comments, remove debug, alter message in ./configure | brain |
2006-07-20 | Fixed, no longer a memory leak (Thread leak) | brain |
2006-07-20 | Someone please take a look at this and tell me why a thread doesnt free itsel... | brain |
2006-07-20 | Make threaded dns stable by placing some mutexes around some stl stuff (this ... | brain |
2006-07-20 | Threaded dns stuff - im going to try and make this stable in 1.1 | brain |
2006-07-19 | Removed 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-16 | Tweaks for nonblocking dns | brain |
2006-07-16 | Fix socket leak properly this time | brain |
2006-07-14 | Rollback dns change | brain |
2006-07-14 | Fix dns socket leak found in stable | brain |
2006-07-12 | Removed debugging | brain |
2006-07-12 | All this works now (hopefully) | brain |
2006-07-12 | Throw moduleexception if you: | brain |
2006-07-12 | Typo | brain |
2006-07-12 | Make it work: | brain |
2006-07-12 | Added class Resolver (needs testing) | brain |
2006-05-03 | Return false was missing | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-12 | Const refs (this is about the last of them in the core api) | brain |
2006-03-10 | Support for hostnames in <bind> tag (so long as the hostname resolves to a lo... | brain |
2006-02-09 | Typo in some code that should usually be #ifdef'ed out anyway, but we still w... | brain |
2006-02-02 | *UNTESTED DO NOT USE YET* - async dns for InspSocket as test - removing requi... | brain |