Age | Commit message (Expand) | Author |
2007-01-28 | Added errno to the epoll failure message for more detail | special |
2007-01-15 | Crusade to remove debug from stable and tested parts of the core and base mod... | brain |
2007-01-11 | pgsql should now work thx to added posibility to force a fd out of the socket... | peavey |
2006-12-30 | Change delays to 1 sec. | brain |
2006-12-30 | Tons of optimization of WriteChannel, WriteChannelWithServ, WriteCommon etc, ... | brain |
2006-12-23 | We can't log in SocketEngine::DelFd(), because the fd we're removing might ju... | brain |
2006-12-23 | Fix bug in m_dnsbl, a condition is always matched because someone was using u... | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-11 | Untested, new clever pointer voodoo class for binary-safe ziplinks output buf... | brain |
2006-11-14 | Another couple of 'forgot to memset's | brain |
2006-11-14 | Properly zero the epoll_event in epollengine WantWrite to stop a valgrind war... | brain |
2006-11-11 | A few lines here are loglevel DEFAULT and should be DEBUG. | brain |
2006-10-31 | We should be fine without oneshot, i'll test this. | brain |
2006-10-31 | Error set handlin g for select socketengine, tidyup epoll | brain |
2006-10-31 | Socket error state stuff | brain |
2006-10-30 | Remove very verbose debugging of event system | brain |
2006-10-30 | fix for (less severe) laggehness | brain |
2006-10-30 | WARNING: This commit breaks kqueue and select -- work in progress! | brain |
2006-10-26 | Fix this to display the channel name when overriding a ban, and to properly d... | brain |
2006-10-06 | Revert tweak | brain |
2006-10-06 | Make the socketengines always clear the slots on DelFd, even if the underlyin... | brain |
2006-10-06 | Add extra debugging for socketengines, will now report OS error string when f... | brain |
2006-10-02 | Better fix to crash jamie experienced. epoll was the only socket engine affec... | w00t |
2006-10-01 | Extra debugging | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-18 | Get rid of SocketEngine::Wait and array-copy, change to SocketEngine::Dispatc... | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-10 | Move tons more stuff into class InspIRCd*, make signal handler functions stat... | brain |
2006-08-07 | Bail if we couldn't bind any ports (when did this get broken?) | brain |
2006-07-19 | * Seperate out socket engines into derived classes of SocketEngine. | brain |