]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/dnsqueue.cpp
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / src / dnsqueue.cpp
2006-02-22 brainOh yae, Oh Yae, back in old days of yore, Ye Brain...
2006-02-21 brainFixed
2006-02-21 brainFix for ambiguity in function name here
2006-02-06 brainForce initialize host to "" just in case it isnt (it...
2006-02-06 brainDisabled ip->hostname cache, seems a bit fubar
2006-02-03 brainAdded extra 'looking up your hostname lollerskates...
2006-02-03 brainTypoes
2006-02-03 brainAdded back ip->host caching now we can make it not...
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-29 brainChanged to MAX_DESCRIPTORS
2005-12-29 brainChanged some little bits and bobs here
2005-12-29 brainFixed an extremely n00bish mistake involving referencin...
2005-12-29 brainOptimizing to not use so much cpu with high user loads
2005-12-22 brainOptimized out strcpys that copy empty strings (craq++)
2005-12-15 brainFull removal of inspircd_util.h
2005-12-14 brainMoved tons of stuff into class ServerConfig
2005-12-14 brainStarted moving of data into ServerConfig class
2005-12-13 brainOptimized accept() stuff to eliminate loop, idea while...
2005-12-13 brainGot rid of the evil loopy horrid mess in dnsqueue.cpp...
2005-12-13 brainMade dnsqueue clean up its sockets from the socketengin...
2005-12-12 brainAttempts to make DNS nicer with new socket engine
2005-12-12 brain*EXPERIMENTAL* Tied DNS into new socket engine
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-12-07 brainFixed to do forwards properly with uninitialized data
2005-12-07 brainTons of DNS debugging and stability fixes
2005-12-07 brainDNS fixes
2005-12-02 brainAdded forward lookup sanity checks to single threaded dns
2005-11-25 brainRemoved references to deprecated files servers.* and...
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, supposedly faster...
2005-05-15 brainMoved StrHashComp and InAddr_HashComp into the irc...
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-12 brainOptimized some static structs
2005-05-12 brainChanged the type of struct whowas records are stored...
2005-05-09 brainHit dns with spork. Repeat until crispy.
2005-05-09 brainFixes to way allocations are handled
2005-04-18 brainFixed strhashcomp
2005-04-11 brainDns free() errors fixed
2005-04-07 brainFixed a double free in dnsqueue.cpp
2005-04-05 brainMajor optimizations!
2005-04-03 brainFixed a few small dns timeout bugs (allowing users...
2005-04-03 brainMajor optimizations! now uses under 1% cpu all the...
2005-04-02 brainFixes for dns queueing, timeout functions etc moved...
2005-04-02 brainFixes for dns queueing
2005-04-02 brainFixed dns queue stuff?
2005-04-02 brainOne final attempt at fixing some of craigs whinges...
2005-04-01 brainTurned an unstable vector into an array
2005-04-01 brainMore dns fixes
2005-04-01 brainAttempts to fix some random crashes
2005-04-01 brainDNS timeout fixes!
2005-04-01 brainAdded nonblocking dns