diff options
author | root <root> | 2012-04-02 23:14:40 +0000 |
---|---|---|
committer | root <root> | 2012-04-02 23:14:40 +0000 |
commit | 37de1ba2225149cd64fdde06bd781b3ca3fc443a (patch) | |
tree | 1139858e92c19570bdfa9cb0d5f9ddf4dd88b130 /Changes | |
parent | ba6296fc5e0aa8a28e93ff877289dd1edb403cf2 (diff) |
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7,7 +7,11 @@ TODO: document WSA_EV_USE_SOCKET in win32 part TODO: ^ OR use WSASend/WSARecv on the handle, which always works TODO: use __OPTIMIZE__ or __OPTIMIZE_SIZE__? -TODO: Jeff Davey libev patch + - fix event_base_loop return code, add event_get_callback, event_base_new, + event_base_get_method calls to improve libevent 1.x emulation and add + some libevent 2.x funcitonality (based on a patch by Jeff Davey). + - ev_run now returns a boolean status (true meaning watchers are + still active). - ev_once: undef EV_ERROR in ev_kqueue.c, to avoid clashing with libev's EV_ERROR (reported by 191919). - (ecb) add memory fence support for xlC (Darin McBride). |