diff options
| author | Alexander Barton <alex@barton.de> | 2006-12-26 16:00:45 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2006-12-26 16:00:45 +0000 |
| commit | 5c782302835e19ac1373ccd574070b8ff9003517 (patch) | |
| tree | d5adac313cca63b41b275f0548c13425264ea52a /ChangeLog | |
| parent | ee568cc4440015b45d7fd12b00974c4d1fba658c (diff) | |
| download | ngircd-5c782302835e19ac1373ccd574070b8ff9003517.tar.gz ngircd-5c782302835e19ac1373ccd574070b8ff9003517.zip | |
New configure option "--without-select"; when usin epoll() IO API include
support for select() as well by default and fall back on runtime when needed.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e16e2484..f723e2bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,10 @@ ngIRCd HEAD + - When using epoll() IO interface, compile in the select() interface as + well and fall back to it when epoll() isn't available on runtime. + - New configure option "--without-select" to disable select() IO API + (even when using epoll(), see above). - Added support for IO APIs "poll()" and "/dev/poll". - Reorganized internal handling of invite and ban lists. @@ -678,4 +682,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.311 2006/12/17 21:00:30 alex Exp $ +$Id: ChangeLog,v 1.312 2006/12/26 16:00:45 alex Exp $ |