kc3-lang/libevent/util-internal.h

Branch :


Log

Author Commit Date CI Message
8cbe65d5 2016-03-21 17:08:34 evdns: export cancel via callbacks in util (like async lib core/extra issues)
04fc82f7 2016-03-11 01:27:52 test: use EVUTIL_SHUT_WR
79b69d8b 2016-02-24 14:10:21 util: fix "%zu" format on TDM-gcc/MinGW-w64 From: @gvanem Fixes: #326
a8d32c23 2014-12-02 15:05:36 util: make @sa const for evutil_socket_connect_()
f691389e 2014-08-29 14:28:09 Change return type of evutil_load_windows_system_library_ to HMODULE Noted by Miles Chan as issue #146
4545fa9b 2014-02-19 06:31:27 Add option to build shared library
3807a30b 2013-08-19 10:05:14 Merge remote-tracking branch 'origin/patches-2.0' Conflicts: util-internal.h
f5ced88c 2013-08-19 09:52:29 Really remove RNG seeds from the stack
42aaf4dc 2013-01-23 16:55:09 Implement EVUTIL_ERR_IS_EAGAIN on windows.
bf7a0ff2 2013-01-11 16:37:34 When EWOULDBLOCK is not EAGAIN, treat it as equivalent to it Acording to http://stackoverflow.com/questions/7003234/which-systems-define-eagain-and-ewouldblock-as-different-values there are some older unixes that distinguish these error.s