summaryrefslogtreecommitdiff
path: root/src/dnsqueue.cpp
AgeCommit message (Expand)Author
2005-12-22Optimized out strcpys that copy empty strings (craq++)brain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-14Moved tons of stuff into class ServerConfigbrain
2005-12-14Started moving of data into ServerConfig classbrain
2005-12-13Optimized accept() stuff to eliminate loop, idea while talking to w00tbrain
2005-12-13Got rid of the evil loopy horrid mess in dnsqueue.cpp (singlethreaded dns loo...brain
2005-12-13Made dnsqueue clean up its sockets from the socketengine properlybrain
2005-12-12Attempts to make DNS nicer with new socket enginebrain
2005-12-12*EXPERIMENTAL* Tied DNS into new socket enginebrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-12-07Fixed to do forwards properly with uninitialized databrain
2005-12-07Tons of DNS debugging and stability fixesbrain
2005-12-07DNS fixesbrain
2005-12-02Added forward lookup sanity checks to single threaded dnsbrain
2005-11-25Removed references to deprecated files servers.* and connection.*brain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, supposedly faster in single-thread situ...brain
2005-05-15Moved StrHashComp and InAddr_HashComp into the irc:: namespacebrain
2005-05-15sorted hashcomp etcbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-12Optimized some static structsbrain
2005-05-12Changed the type of struct whowas records are stored in (no need to waste a b...brain
2005-05-09Hit dns with spork. Repeat until crispy.brain
2005-05-09Fixes to way allocations are handledbrain
2005-04-18Fixed strhashcompbrain
2005-04-11Dns free() errors fixedbrain
2005-04-07Fixed a double free in dnsqueue.cppbrain
2005-04-05Major optimizations!brain
2005-04-03Fixed a few small dns timeout bugs (allowing users on without nick or user)brain
2005-04-03Major optimizations! now uses under 1% cpu all the time whilst idlebrain
2005-04-02Fixes for dns queueing, timeout functions etc moved to more sensible placebrain
2005-04-02Fixes for dns queueingbrain
2005-04-02Fixed dns queue stuff?brain
2005-04-02One final attempt at fixing some of craigs whinges -- poll routine auto clear...brain
2005-04-01Turned an unstable vector into an arraybrain
2005-04-01More dns fixesbrain
2005-04-01Attempts to fix some random crashesbrain
2005-04-01DNS timeout fixes!brain
2005-04-01Added nonblocking dnsbrain