• Home
  • Raw
  • Download

Lines Matching refs:when

3 …ead, start out accepting 32 events at a time, and double the queue's size when it seems that the O…
5 o Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec
8 o Fix a problem with excessive memory allocation when using multiple event priorities.
13 …o Try to contain degree of failure when running on a win32 version so heavily firewalled that we c…
15 o Use __VA_ARGS__ syntax for varargs macros in event_rpcgen when compiler is not GCC.
18 o Do not break evdns connections to nameservers when our IP changes.
23 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
33 o fix signal processing when a signal callback delivers a signal; from Alexander Drozdov
42 o Only bind the socket on connect when a local address has been provided; reported by Alejo Sanchez
44 o Clear the timer cache when leaving the event loop; reported by Robin Haberkorn
46 o Fix a memory leak when reading multi-line headers
69 o Fix a memory leak when using signals for some event bases; reported by Alexander Drozdov.
74 o Do not warn on accept when errno is either EAGAIN or EINTR
82 o Do not use SO_REUSEADDR when connecting
84 o Fix a bug in event_rpcgen when generated fixed-sized entries
125 …ure.in: now makefiles and configure should get re-generated automatically when Makefile.am or conf…
126 o do not insert event into list when evsel->add fails
134 …o Make kqueue have the same behavior as other backends when a signal is caught between event_add()…
135 o Make kqueue restore signal handlers correctly when event_del() is called.
159 o Fix compilation when DNS_USE_OPENSSL_FOR_ID is enabled
165 o Recalculate pending events properly when reallocating event array on Solaris; from Trond Norbye
185 …arantee binaries linked against old versions of libevent continue working when we make changes to …
186 o Fix evhttp.h compilation when TAILQ_ENTRY is not defined.
197 o Fix many build issues when using the Microsoft C compiler.