index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dnsqueue.cpp
Age
Commit message (
Expand
)
Author
2005-12-22
Optimized out strcpys that copy empty strings (craq++)
brain
2005-12-15
Full removal of inspircd_util.h
brain
2005-12-14
Moved tons of stuff into class ServerConfig
brain
2005-12-14
Started moving of data into ServerConfig class
brain
2005-12-13
Optimized accept() stuff to eliminate loop, idea while talking to w00t
brain
2005-12-13
Got rid of the evil loopy horrid mess in dnsqueue.cpp (singlethreaded dns loo...
brain
2005-12-13
Made dnsqueue clean up its sockets from the socketengine properly
brain
2005-12-12
Attempts to make DNS nicer with new socket engine
brain
2005-12-12
*EXPERIMENTAL* Tied DNS into new socket engine
brain
2005-12-07
Changed behaviour of module API to pass Server* to the constructor, rather th...
brain
2005-12-07
Fixed to do forwards properly with uninitialized data
brain
2005-12-07
Tons of DNS debugging and stability fixes
brain
2005-12-07
DNS fixes
brain
2005-12-02
Added forward lookup sanity checks to single threaded dns
brain
2005-11-25
Removed references to deprecated files servers.* and connection.*
brain
2005-05-28
Fixed fd_Setsize in cygwin
brain
2005-05-16
Removed __single_client_alloc again because gcc devs were smoking crack and r...
brain
2005-05-15
Changed to use __single_client_alloc, supposedly faster in single-thread situ...
brain
2005-05-15
Moved StrHashComp and InAddr_HashComp into the irc:: namespace
brain
2005-05-15
sorted hashcomp etc
brain
2005-05-15
Moved a ton of functions into helperfuncs.h to speed up recompiles
brain
2005-05-12
Optimized some static structs
brain
2005-05-12
Changed the type of struct whowas records are stored in (no need to waste a b...
brain
2005-05-09
Hit dns with spork. Repeat until crispy.
brain
2005-05-09
Fixes to way allocations are handled
brain
2005-04-18
Fixed strhashcomp
brain
2005-04-11
Dns free() errors fixed
brain
2005-04-07
Fixed a double free in dnsqueue.cpp
brain
2005-04-05
Major optimizations!
brain
2005-04-03
Fixed a few small dns timeout bugs (allowing users on without nick or user)
brain
2005-04-03
Major optimizations! now uses under 1% cpu all the time whilst idle
brain
2005-04-02
Fixes for dns queueing, timeout functions etc moved to more sensible place
brain
2005-04-02
Fixes for dns queueing
brain
2005-04-02
Fixed dns queue stuff?
brain
2005-04-02
One final attempt at fixing some of craigs whinges -- poll routine auto clear...
brain
2005-04-01
Turned an unstable vector into an array
brain
2005-04-01
More dns fixes
brain
2005-04-01
Attempts to fix some random crashes
brain
2005-04-01
DNS timeout fixes!
brain
2005-04-01
Added nonblocking dns
brain