kc3-lang/libevent/listener.c

Branch :


Log

Author Commit Date CI Message
784b8773 2009-11-06 21:46:57 We do not work any more without an event-config.h; stop pretending that it is meaningful to check for HAVE_CONFIG_H svn:r1516
0aa6f513 2009-11-02 20:59:13 Fix remaining AcceptEx issues. svn:r1492
e794d716 2009-11-02 20:20:40 Clean up acceptex code some more: add locking, single-threading, enable/disable. svn:r1491
a84c87d7 2009-11-02 19:51:26 Refactor IOCP callback interface Chris Davis points out that GetQueuedCompletionStatus sometimes returns false not to report "No events for you!" but instead to report "An overlapped operation failed." Add a way to tell an event_overlapped that its operation failed. svn:r1490
9a772148 2009-11-02 19:31:29 Compilation and correctness fixes for IOCP listener code. svn:r1489
5d2c1650 2009-11-02 17:42:09 More refactoring for IOCP listener code svn:r1486
20f5bdfd 2009-10-29 19:25:33 Refactor evconnlistener to allow multiple implementations; add an (incomplete, not-yet-integrated) IOCP implementation. svn:r1480
75fe762e 2009-07-30 17:00:56 Accessor function to get a listener's associated fd svn:r1390
1ee65b7f 2009-05-21 20:59:17 Do not assume we know the value for FD_CLOEXEC. svn:r1301
7e3ea82e 2009-05-21 20:59:09 Disallow backlog==0 in evconnlistener_new_bind(). svn:r1300
ed1bbc7a 2009-05-18 16:15:56 Tweak the evconnlistener interface a little. svn:r1295
659d54d5 2009-05-05 02:59:26 Add new code to make and accept connections. This is stuff that it's easy to get wrong (as I noticed when writing bench_http), and that takes up a fair amount of space (see http.c). Also, it's something that we'll eventually want to abstract to use IOCP, where available. svn:r1272