Lines Matching refs:errors
207 o Propagate errors on the underlying bufferevent to the user. (4a34394 Joachim Bauch)
227 o Try to fix 'make distcheck' errors when building out-of-tree (04656ea Dave Hart)
264 o Fix a warn-and-fail bug in kqueue by providing kevent() room to report errors (28317a0)
691 o Have the unit tests report errors from test.sh (3689bd2)
792 o Avoid errors in evutil.c when building with _UNICODE defined (b677032 Brodie Thiesfield)
793 o Avoid errors in http.c when building with VC 2003 .NET (13e4f3b Brodie Thiesfield)
886 o Add support for a "debug mode" to try to catch common errors. (cd17c3a)
923 o Use evutil_socket_t, not int, when logging socket errors. (292467c)
1050 o Detect errors during bufferevent_connect(). Patch from Christopher Davis.
1077 o Remove most calls to event_err() in http and deal with memory errors instead
1252 o Fix off-by-one errors in devpoll; from Ian Bell
1256 o Add new utility functions to correctly observe and log winsock errors.