Lines Matching full:improve
234 o improve test to remove at least one buffer from src (7eb52eb Greg Hazel)
240 o Improve win32 behavior of dns-sample.c code (a3f320e Gisle Vanem)
674 o Improve testing of when thread-notification occurs (ce85280)
779 o Improve error message for failed epoll to make debugging easier. (9e725f7)
893 o Improve the speed of evbuffer_readln() (cc1600a)
900 o Improve robustness for refcounting (f1bc125)
923 o Improve the README with more information and links. (0b42726)
1056 o Improve readability of evutil_unparse_protoname() (5a43df8 Jardel Weyrich)
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.
1200 o improve documentation on event_base_loopexit; patch from Scott Lamb