]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/dnsqueue.cpp
Moved tons of stuff into class ServerConfig
[user/henk/code/inspircd.git] / src / dnsqueue.cpp
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