Lines Matching +full:message +full:- +full:handling +full:- +full:unit

1 Changes in 1.4.14b-stable
4 Changes in 1.4.14-stable
10 o Fix memory-leak of signal handler array with kqueue. [backport] (01f3775)
11 o Update sample/signal-test.c to use newer APIs and not leak. (891765c Evan Jones)
15 o Correct a debug message in evhttp_parse_request_line (35df59e)
16 o Merge branch 'readln-backport' into patches-1.4 (8771d5b)
18 o Re-add event_siglcb; some old code _was_ still using it. :( (bd03d06)
31 Changes in 1.4.13-stable:
33 …rating events faster than we're requesting them. Saves up to 512K per epoll-based event_base. Re…
42 Changes in 1.4.12-stable:
44 o Fix an obscure timing-dependent, allocator-dependent crash in the evdns code.
46 … backends, so that we don't systematically favor low fds (select) or earlier-added fds (poll, win3…
52 Changes in 1.4.11-stable:
56 o Distribute Win32-Code/event-config.h, not ./event-config.h
58 Changes in 1.4.10-stable:
60 o bug fix and potential race condition in signal handling; from Alexander Drozdov
64 o const-ify some arguments to evdns functions.
65 o off-by-one error in epoll_recalc; reported by Victor Goya
69 Changes in 1.4.9-stable:
76 o Fix a memory leak when reading multi-line headers
79 Changes in 1.4.8-stable:
82 o Do not remove Accept-Encoding header
84 Changes in 1.4.7-stable:
87 Changes in 1.4.6-stable:
90 o Correct handling of trailing headers in chunked replies; from Scott Lamb.
91 o Support multi-line HTTP headers; based on a patch from Moshe Litvin
92 o Reject negative Content-Length headers; anonymous bug report
96 o Deal with evbuffer_read() returning -1 on EINTR|EAGAIN; from Adam Langley.
102 o Fix off-by-one errors in devpoll; from Ian Bell
106 Changes in 1.4.5-stable:
107 o Fix connection keep-alive behavior for HTTP/1.0
111 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
114 o Fix a bug in event_rpcgen when generated fixed-sized entries
116 Changes in 1.4.4-stable:
120 o Fix a potential stack corruption bug in tagging on 64-bit CPUs.
134 Changes in 1.4.3-stable:
135 o include Content-Length in reply for HTTP/1.0 requests with keep-alive
138 o make event_rpcgen.py generate code include event-config.h; reported by Sam Banks.
140 o make RPC replies use application/octet-stream as mime type
143 Changes in 1.4.2-rc:
149 …o Add a int64_t parsing function, with unit tests, so we can apply Scott Lamb's fix to allow large…
150 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
155 …MODE" declaration in configure.in: now makefiles and configure should get re-generated automatical…
156 o do not insert event into list when evsel->add fails
158 Changes in 1.4.1-beta:
168 o always generate Date and Content-Length headers for HTTP/1.1 replies
174 o move EV_PERSIST handling out of the event backends
175 …o support for 32-bit tag numbers in rpc structures; this is wire compatible, but changes the API s…
178 …o The configure script now takes an --enable-gcc-warnings option that turns on many optional gcc w…
179 … with GCC, use the "format" attribute to verify type correctness of calls to printf-like functions.
199 …o Add an evutil module (with header evutil.h) to implement our standard cross-platform hacks, on t…
206 o Make the test.sh script run unit tests for the evpoll method.
212 …o use a min heap instead of a red-black tree for timeouts; as a result finding the min is a O(1) o…
221 …o Fix DNS unit tests so that having a DNS server with broken IPv6 support is no longer cause for a…
222 …o Make event_base_free() succeed even if there are pending non-internal events on a base. This ma…
223 …o Post-process the config.h file into a new, installed event-config.h file that we can install, an…
224 o Remove the long-deprecated acconfig.h file.
228 o Remove a bash-ism in autogen.sh