Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 12 of 12) sorted by relevance

/libevent-2.1.12/test/
H A DMakefile.nmake28 print-winsock-errors.obj
33 print-winsock-errors.exe
59 print-winsock-errors.exe: print-winsock-errors.obj
60 $(CC) $(CFLAGS) $(LIBS) print-winsock-errors.obj
H A Dinclude.am15 test/print-winsock-errors.c \
/libevent-2.1.12/
H A Dbufferevent_openssl.c312 ev_uint32_t errors[NUM_ERRORS]; member
376 bev_ssl->errors[bev_ssl->n_errors++] = (ev_uint32_t) err; in put_error()
1520 err = bev_ssl->errors[--bev_ssl->n_errors]; in bufferevent_get_openssl_error()
H A DChangeLog64 o autoconf: fix getaddrinfo checking errors on mingw (b9bf7fa7 yuangongji)
198 o Add missing print-winsock-errors.c into dist archive (822d6462)
944 errors. (dd413bd Joakim Soderberg)
1117 reporting errors during a request, a new feature for allowing evdns to
1163 Bugfixes (resource leaks/lock errors on error, from 2.0)
1216 o Add new error_cb for actual reporting of HTTP request errors. (7b07719
1240 o a program to print out the error strings for winsock errors (7296512
1251 o better handling of OpenSSL errors (5754d96 Patrick Pelletier)
1403 BUGFIXES (resource leaks/lock errors on error)
2066 errors. (b4a29c0 Dave Hart)
[all …]
H A Dwhatsnew-2.0.txt95 prevent errors in your applications, and to be more threadsafe.
271 state. You can tell libevent to catch these and other common errors with
274 event-level errors in your code.
579 The evhttp query parsing and URI parsing logic can now detect errors
H A DChangeLog-2.0207 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)
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
[all …]
H A DDoxyfile160 # running if errors occur, instead of asking the user for help.
H A DChangeLog-1.4102 o Fix off-by-one errors in devpoll; from Ian Bell
210 …tion: port_disassociate called on unassociated events resulting in bogus errors; more efficient me…
H A Dwhatsnew-2.1.txt60 using that option now is to turn warnings into errors.
436 There's a new kind of request callback for errors; you can set it with
H A Dconfigure.ac928 dnl simple stdio read code checking for errors, expecting
H A DCMakeLists.txt269 option(EVENT__ENABLE_GCC_WARNINGS "Make all GCC warnings into errors" OFF)
/libevent-2.1.12/cmake/
H A DCodeCoverage.cmake90 # MUST return ZERO always, even on errors.