Lines Matching refs:callback
213 o Return from event_del() after the last event callback termination (876c7ac7)
227 o Fix crashing http server when callback do not reply in place (5b40744d, b2581380)
240 o bufferevent_socket_connect{,_hostname}() missing event callback and use ret code (1dde74ef)
548 …o test/regress: main/fork: rewrite assertions by just removing event in callback (088d8b3 Azat Khu…
770 o Fix use-after-free error in EV_CLOSURE_EVENT callback (3cc0eac John Ohl)
899 o Add a variant of evhttp_send_reply_chunk() with a callback on
901 o Allow registering callback for parsing HTTP headers (b0bd7fe Balint Reczey)
902 o Provide on request complete callback facility (b083ca0 Andrew Sweeney)
905 o Update unit test to make sure that the callback happens after the
1116 up the code in a couple of places. It has a new callback in evhttp for
1164 o Avoid leaking fds on evconnlistener with no callback set (69db261)
1288 o Add a new callback to get called on evbuffer_file_segment free
1334 If a callback added by event_base_once() is never invoked, Libevent no
1365 As a simplification and optimization to Libevent's "deferred callback"
1366 logic (introduced in 2.0 to avoid callback recursion), Libevent now
1367 treats all of its deferrable callback types using the same logic it uses
1371 o Refactor the callback part of an event into its own event_callback
1404 o Avoid leaking fds on evconnlistener with no callback set (69db261)
1619 …o When a signal callback is activated to run multiple times, allow event_base_loopbreak to work ev…
1851 callback (36d0ee5 Patrick Pelletier)
2016 o Add evhttp callback for bufferevent creation; this lets evhttp