From 5c782302835e19ac1373ccd574070b8ff9003517 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 26 Dec 2006 16:00:45 +0000 Subject: 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. --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') 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 $ -- cgit 1.4.1