Home | History | Annotate | Download | only in libevent

Lines Matching full:event_base

12  o core: Avoid crash when event_pending() called with no event_base set on event (e3cccf3)
141 o Add function to check referential integrity of an event_base (27737d5)
142 o Check event_base correctness at end of each unit test (3312b02)
152 o Don't try to make notifiable event_base when no threading fns are configured (e787413)
430 o Add evhttp_connection_get_base() to get the event_base from an http connection (cd00079)
564 o Remove event_base.evsigbase; nothing used it. (38d0960)
600 o Stop IOCP when freeing the event_base (d844242 Christopher Davis)
706 o Do not check that event_base is set in EVBASE_ACQUIRE_LOCK (218a3c3)
818 o Make http_base_test stop leaking an event_base. (96730d3)
1043 o Do not allocate the maximum event queue for the epoll backend at startup. Instead, start out accepting 32 events at a time, and double the queue's size when it seems that the OS is generating events faster than we're requesting them. Saves up to 374K per epoll-based event_base. Resolves bug 2839240.
1084 o Fix a possible free(NULL) when freeing an event_base with no signals.
1085 o Add a flag to disable checking environment varibles when making an event_base
1139 o provide event_reinit() to reintialize an event_base after fork
1189 o Provide OpenSSL style support for multiple threads accessing the same event_base