Lines Matching refs:Fix
4 o Fix compilation on Android, which forgot to define fd_mask in its sys/select.h
8 o Fix a problem with excessive memory allocation when using multiple event priorities.
14 o Fix an obscure timing-dependent, allocator-dependent crash in the evdns code.
17 o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.]
23 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
25 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K…
45 o Fix a typo in setting the global event base; reported by lance.
46 o Fix a memory leak when reading multi-line headers
47 o Fix a memory leak by not running explicit close detection for server connections
51 o Fix a merge problem in which name_from_addr returned pointers to the stack; found by Jiang Hong.
55 …o Fix a bug where headers arriving in multiple packets were not parsed; fix from Jiang Hong; test …
64 o Fix a bug where deleting signals with the kqueue backend would cause subsequent adds to fail
67 o Fix a bug in which the DNS server would incorrectly set the type of a cname reply to a.
68 …o Fix a bug where setting the timeout on a bufferevent would take not effect if the event was alre…
69 o Fix a memory leak when using signals for some event bases; reported by Alexander Drozdov.
71 o Fix a problem with epoll() and reinit; problem report by Alexander Drozdov.
72 o Fix off-by-one errors in devpoll; from Ian Bell
77 o Fix connection keep-alive behavior for HTTP/1.0
78 o Fix use of freed memory in event_reinit; pointed out by Peter Postma
83 o Fix Windows build
84 o Fix a bug in event_rpcgen when generated fixed-sized entries
90 o Fix a potential stack corruption bug in tagging on 64-bit CPUs.
98 o Fix build under Visual C++ 2005.
101 o Fix autoconf script behavior on IRIX.
153 o Fix Solaris compilation; from Magne Mahre
156 o Fix a memory leak in which failed HTTP connections would not free the request object
158 o Fix a memory leak in the DNS server
159 o Fix compilation when DNS_USE_OPENSSL_FOR_ID is enabled
160 o Fix buffer size and string generation in evdns_resolve_reverse_ipv6().
163 o Fix http.c to compile properly with USE_DEBUG; from Christopher Layne
170 o Fix signals implementation on windows.
171 o Fix http module on windows to close sockets properly.
175 …o Fix win32 buffer.c behavior so that it is correct for sockets (which do not like ReadFile and Wr…
178 o Fix implementation of strsep on platforms that lack it
179 …o Fix implementation of getaddrinfo on platforms that lack it; mainly, this will make Windows http…
180 …o Fix evport implementation: port_disassociate called on unassociated events resulting in bogus er…
186 o Fix evhttp.h compilation when TAILQ_ENTRY is not defined.
191 …o Fix DNS unit tests so that having a DNS server with broken IPv6 support is no longer cause for a…
197 o Fix many build issues when using the Microsoft C compiler.