mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 12:28:19 -04:00
svn:r547
This commit is contained in:
parent
fa95fe469a
commit
d1ad9403cb
@ -5,6 +5,7 @@ Changes in current version:
|
||||
o bufferevent_write now uses a const source argument; report from Charles Kerr
|
||||
o improve documentation on event_base_loopexit; patch from Scott Lamb
|
||||
o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executing and return. Unlike event_loopexit, it keeps subsequent pending events from getting executed. Patch from Scott Lamb
|
||||
o Check return value of event_add in signal.c
|
||||
o provide event_reinit() to reintialize an event_base after fork
|
||||
o New function event_set_mem_functinons. It allows the user to give libevent replacement functions to use for memory management in place of malloc(), free(), etc. This should be generally useful for memory instrumentation, specialized allocators, and so on.
|
||||
o The kqueue implementation now catches signals that are raised after event_add() is called but before the event_loop() call. This makes it match the other implementations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user