Lines Matching refs:bufferevent

8  o Avoid racy bufferevent activation (5eb1788 Nate Rosenblum)
38 o Fix bufferevent setwatermark suspend_read (b34e4ac ufo2243)
91 …o bufferevent_ssl: Correctly invoke callbacks when a SSL bufferevent reads some and then blocks. (…
133 o Fix a typo in the bufferevent documentation (98e9119)
271 o Propagate errors on the underlying bufferevent to the user. (4a34394 Joachim Bauch)
276 …o clear read watermark on underlying bufferevent when creating filtering bev to fix potentially fa…
283 o Correctly terminate IO on an async bufferevent on bufferevent_free (e6af35d)
310 o Revise the event/evbuffer/bufferevent doxygen for clarity and accuracy (2888fac)
455 o bufferevent-internal.h: Use the new event2/util.h header, not evutil.h (ef5e65a Evan Jones)
484 o When closing a filtering bufferevent, clear callbacks on the underlying bufferevent (fc7b1b0)
530 o Fix bug in bufferevent_connect on an openssl bufferevent that already had an fd (4f228a1)
543 o Possible crash fix when freeing an underlying bufferevent of an openssl bufferevent (29f7623)
567 o Document that two bufferevent functions only work on socket bufferevents (70e1b60)
610 o Fix serious bugs in per-bufferevent rate-limiting code (34d64f8)
612 o Fix a case where an ssl bufferevent with CLOSE_ON_FREE didn't close its fd (93bb7d8)
613 o The corrected bufferevent filter semantics let us fix our openssl tests (34331e4)
642 o Correctly detect failure to delete bufferevent read-timeout event (da6e7cd)
665 o Some IOCP bufferevent tweaks (76f7e7a Christopher Davis)
706 o Add a function to retrieve the other side of a bufferevent pair (17a8e2d)
816 o Do not close(-1) when freeing an uninitialized socket bufferevent (b34abf3)
819 o Set mem_offset for every bufferevent type (657d1b6)
935 o Testing code for bufferevent rate-limiting. (f0c0124)
963 o Provide consistent, tested semantics for bufferevent timeouts (d328829)
996 o Fix crash bugs when a bufferevent's eventcb is not set. (2e8eeea)
1032 o Use new timeval diff comparison function in bufferevent test (f3dfe46)
1097 o Add a bufferevent_get_enabled() to tell what a bufferevent has been configured to do.
1101 o Have bufferevent_socket_connect() with no arguments put a bufferevent into connecting mode.
1137 …o Finally expose the IOCP-based bufferevent backend. It passes its unit tests, but probably still…
1163 o New function to automate connecting on a socket-based bufferevent.
1167 …o Rename the EVBUFFER_* codes used by bufferevent event callbacks to BEV_EVENT_*, to avoid namespa…
1177 …o Fix a deadlock when suspending reads in a bufferevent due to a full buffer. (Spotted by Joachim …