]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socketengines/socketengine_kqueue.cpp
Create StreamSocket for IO hooking implementation
[user/henk/code/inspircd.git] / src / socketengines / socketengine_kqueue.cpp
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-02-06 psychonSome fixes to the kqueue socket engine
2009-01-18 w00tMissed one, thx peavey!
2009-01-18 w00tFix what should have been the (real) problems with...
2009-01-18 w00tRevert "Revert some of w00ts kqueue massacre from septe...
2009-01-14 brainRevert some of w00ts kqueue massacre from september...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-23 w00tBackport from socket branch: allow read and write event...
2008-09-19 w00tFix my massacre of kqueue, filters may not be or'd.
2008-09-11 w00tThese socket engines may now recieve write and read...
2008-04-07 w00tPatch from Brain: set MAX_DESCRIPTORS for all socket...
2008-04-02 brainFix peavey and w00ts bug they found by removing the...
2008-04-02 brainDOH! Fix my muppetry of a segfault, and fix some warnings
2008-04-02 brainmake sure we include the right headers and fix a warnin...
2008-04-02 brainProper sysctl stuff to work with bsd. It seems that...
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-14 brainKeep count of the number of events in total, and sepera...
2008-02-06 w00tWon't somebody please think of the children.. kqueue...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-23 brainMove socketengines into their own dir. This was all...