Home | History | Annotate | Download | only in libevent

Lines Matching full:backend

180  o In the kqueue backend, do not report EBADF as an EV_READ (5d7bfa1 Nicholas Marriott)
329 o Fix an assert-inducing fencepost bug in the select backend (d90149d)
370 o Handle resize failures in the select backend better. (83e805a)
598 O Make default signal backend fully threadsafe (95a7d41)
622 o Make debugging output for epoll backend more comprehensive (ec2b05e)
656 o Add a condition variable backend, with implementations for pthreads and win32 (d4977b5)
1107 o Do not allocate the maximum event queue for the epoll backend
1118 o Have the win32 select() backend label TCP-socket-connected events as EV_WRITE, not EV_READ. This should bring it in line with the other backends, and improve portability. Patch from Christopher Davis.
1137 o Finally expose the IOCP-based bufferevent backend. It passes its unit tests, but probably still has some bugs remaining. Code by Nick Mathewson and Christopher Davis.
1216 o Rewrite win32.c backend to be O(n lg n) rather than O(n^2).
1301 o support for selecting event backends by their features, and for querying the features of a backend.
1302 o change failing behavior of event_base_new_with_config: if a config is provided and no backend is selected, return NULL instead of aborting.
1313 o Fix a bug where deleting signals with the kqueue backend would cause subsequent adds to fail