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
/
socketengine_select.cpp
Age
Commit message (
Expand
)
Author
2006-11-11
A few lines here are loglevel DEFAULT and should be DEBUG.
brain
2006-10-31
Fix a whoopsy
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
Select is now done, and some debug removed. Not that anyone really should be ...
brain
2006-09-24
Fix bug#152 reported by smartys
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-07
Bail if we couldn't bind any ports (when did this get broken?)
brain
2006-07-19
Add #include <sys/select.h> to select engine, we probably need it
brain
2006-07-19
* Seperate out socket engines into derived classes of SocketEngine.
brain