Age | Commit message (Expand) | Author |
2007-01-11 | pgsql should now work thx to added posibility to force a fd out of the socket... | peavey |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-10-30 | WARNING: This commit breaks kqueue and select -- work in progress! | 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-12 | So i wonder why we've not had this problem sooner | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-07-19 | Whoops, forgot SocketEngine::SocketEngine() gets called recursively from *Eng... | brain |
2006-07-19 | * Seperate out socket engines into derived classes of SocketEngine. | brain |
2006-06-29 | Change log() to a #define, the real symbol is now do_log(), the new macro aut... | om |
2006-05-16 | Check for failed epoll or kqueue | brain |
2006-03-11 | Added method to check if an fd is in the socketengine or not | brain |
2006-03-07 | Tweaks to socket engine, faster buffer flush and hopefully more stable | brain |
2006-02-26 | Valgrind fixes | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-12 | Test change to level-triggered epoll | brain |
2005-12-29 | Added output of error if file descriptor given to AddFd is > MAX_DESCRIPTORS | brain |
2005-12-29 | Changed to MAX_DESCRIPTORS | brain |
2005-12-29 | Added extra checking to socketengine to refuse connections after we reach the... | brain |
2005-12-29 | Added counters for MAX_DESCRIPTORS etc which allows the socket engine to refu... | brain |
2005-12-29 | Optimizing to not use so much cpu with high user loads | brain |
2005-12-14 | Changed a broken && to & which was preventing epoll from doing outbound conne... | brain |
2005-12-13 | Removed some logging that can cause excessively huge logs when select() is be... | brain |
2005-12-12 | Timing tweaks | brain |
2005-12-12 | Increased socketengine wait cycles | brain |
2005-12-12 | Added comments | brain |
2005-12-12 | select() debugging | brain |
2005-12-12 | Added checking to find out why select() splits | brain |
2005-12-12 | Fixed WRITEBIT support in select() engine | brain |
2005-12-12 | *EXPERIMENTAL* Tied DNS into new socket engine | brain |
2005-12-12 | More experimental gubbins | brain |
2005-12-12 | Added GetType | brain |
2005-12-12 | EXPERIMENTAL new socket engine code | brain |
2005-12-12 | Made compile on linux | brain |
2005-12-12 | Made compile on freebsd | brain |
2005-12-12 | Working on making this actually compile | brain |
2005-12-12 | Added preliminary socketengine stuff | brain |