1282408ScyChanges in version 2.1.5-beta (5 January 2015)
2275970Scy
3282408Scy Security Fixes (evbuffers)
4282408Scy   o Avoid integer overflow bugs in evbuffer_add() and related functions.  See CVE-2014-6272 advisory for more information. (d49bc0e88b81a5812116074dc007f1db0ca1eecd)
5275970Scy
6282408Scy New APIs (evconnlistener)
7282408Scy   o Provide support for SO_REUSEPORT through LEV_OPT_REUSABLE_PORT (b625361 Maciej Soltysiak)
8275970Scy
9282408Scy Bugfixes (core)
10282408Scy    o Fix use-after-free error in EV_CLOSURE_EVENT callback (3cc0eac John Ohl)
11282408Scy    o Fix race caused by event_active (3c7d6fc vjpai)
12282408Scy
13282408Scy Bugfixes (evbuffer)
14282408Scy   o Fix evbuffer_peek() with len==-1 and start_at non-NULL. (ba59923)
15282408Scy   o Consistently check for failure from evbuffer_pullup() (60f8f72)
16282408Scy   o Fix evbuffer_peek() with len==-1 and start_at non-NULL. (fb7e76a)
17282408Scy
18282408Scy Bugfixes (windows, IOCP)
19282408Scy   o be async: avoid double close() (f133b86 Azat Khuzhin)
20282408Scy
21282408Scy Bugfixes (bufferevents)
22282408Scy   o Fix issue #127, double free for filterevents that use BEV_OPT_CLOSE_ON_FREE (2c82aa0 John Ohl)
23282408Scy   o make bufferevent_getwatermark api more robust (a21e510 ufo2243)
24282408Scy   o [Bugfix] fix bufferevent setwatermark suspend_read (b34e4ac ufo2243)
25282408Scy   o bufferevent_openssl: reset fd_is_set when setfd with -1 is called (3da84c2 Azat Khuzhin)
26282408Scy   o Fix compilation for older OpenSSL versions. (5c7282f Joakim Soderberg)
27282408Scy
28282408Scy New APIs (evhttp)
29282408Scy   o Add evhttp_connection_set_family() to set addrinfo->family for DNS requests (12c29b0 Azat Khuzhin)
30282408Scy   o Implement interface that provides the ability to have an outbound evhttp_connection free itself once all requests have completed (2b9ec4c,10fe4f John Ohl)
31282408Scy
32282408Scy New APIs (core)
33282408Scy   o Implement new/free for struct evutil_monotonic_timer and export monotonic time functions (f2645f8 Andrea Shepard)
34282408Scy
35275970Scy Bugfixes (evdns)
36282408Scy   o Load hosts file on Windows. (a0b247c Vilmos Nebehaj)
37282408Scy   o Don't truncate hosts file path on Windows. (d0dc861 Vilmos Nebehaj)
38282408Scy   o Fix a crash in evdns related to shutting down evdns (9f39c88,e8fe749)
39282408Scy   o evdns: avoid read-after-free in evdns_request_timeout_callback() (61262a0 Azat Khuzhin)
40282408Scy   o Correctly handle allocation failures in evdns_getaddrinfo (6a53d15)
41282408Scy   o evdns: fix EVDNS_BASE_DISABLE_WHEN_INACTIVE in case retransmit/retry (74d0eee Azat Khuzhin)
42282408Scy   o evdns: add retry/reissue tests for EVDNS_BASE_DISABLE_WHEN_INACTIVE (3ca9d43 Azat Khuzhin)
43282408Scy   o evdns: fail ns after we are failing/retrasmitting request (97c750d Azat Khuzhin)
44282408Scy
45282408Scy Bugfixes (evhttp)
46282408Scy   o http: reset connection before installing retry timer (fix http retries handling) (bc79cc5 Azat Khuzhin)
47282408Scy
48282408Scy
49282408Scy Testing
50282408Scy   o regress_dns: fix leaks in getaddrinfo_async{,_cancel_stress} tests (2fdc5f2 Azat Khuzhin)
51282408Scy   o test: add family argument for http_connection_test_() (177b8a7 Azat Khuzhin)
52282408Scy   o test: add regress for evhttp_connection_set_family() with AF_INET and AF_UNSPEC (42aefeb Azat Khuzhin)
53282408Scy   o test/http: add regress test for set family to AF_INET6 (3fbf3cc Azat Khuzhin)
54282408Scy   o Update to a more recent tinytest_macros. (8da5a18)
55282408Scy   o test/regress: add simplestsignal: to track reorder bugs separately (b897bef Azat Khuzhin)
56282408Scy   o test/evbuffer_peek: add regress in case we have first buffer greater (e2d139d Azat Khuzhin)
57282408Scy   o More evbuffer_peek() test cases (154006a)
58282408Scy   o use correct tt macro for pointer compare (08c88ea)
59282408Scy   o regress_buffer: fix 'memcmp' compare size (79800df Maks Naumov)
60282408Scy   o Fix a use-after-free in unit tests. CID 752027 (3739057)
61282408Scy   o Fix a dead-code warning in unit tests. CID 1193548 (c119f24)
62282408Scy   o Use evutil_weakrand() in unit tests. (a677b72, 364c110)
63282408Scy   o Use a more precise calculation for max in time-ratelim.c (ca5b5c7)
64282408Scy   o Make a buffer larger in the tests to avoid a scary evbuffer_copyout_from() (fb57b8b)
65282408Scy   o Fix several memory leaks in the unit tests. (89c1a3b)
66282408Scy   o Add test for evhttp_connection_free_on_completion (b0e9924 John Ohl)
67282408Scy   o Fix annoying heisenbug in test-time.c (cb73704)
68282408Scy
69282408Scy Sample code
70282408Scy   o Make http-server.c output into good html5 (6d72bdc)
71282408Scy   o Use FindClose for handle from FindFirstFile in http-server.c (6466e88)
72282408Scy   o https-client: add -retries argument, for connection retries (d9da844 Azat Khuzhin)
73282408Scy
74282408Scy Bugfixes (build)
75282408Scy   o Add missing headerfile for cmake (15d90cc Trond Norbye)
76282408Scy   o ignore one more test binary (b6593aa Michael Richardson)
77282408Scy   o ignore config.cache/test-driver files (c83f333 Mike Frysinger)
78282408Scy   o add a --disable-samples configure flag (0c492b3 Mike Frysinger)
79282408Scy   o Add a few files created by "make verify" to .gitignore. (1a8295a Pierre Phaneuf)
80282408Scy   o updates in cmake build (27bd9fa Sergey Nikulov)
81282408Scy   o Fix cmake error when the Module path has more than one entry. (befbd13 Acer Yang)
82282408Scy   o Fix CMake shared library build (e69d910 Nobuaki Sukegawa)
83282408Scy   o Fix warnings when compiling with clang 3.5 (f5b4765 John Ohl)
84282408Scy   o Fix mixed declarations and code (forbidden by ISO C90) (8afbdbc Thomas Bernard)
85282408Scy
86282408Scy Bugfixes (miscellaneous)
87282408Scy   o tree.h: drop duplicated content of tree.h (6193187 Azat Khuzhin)
88282408Scy   o evdns: disable probing with EVDNS_BASE_DISABLE_WHEN_INACTIVE (610410b,ad0493e,fea86a6,d83b337,5ca9e97 Azat Khuzhin)
89282408Scy   o [Bugfix] fix grammer error (3a4d249 ufo2243)
90282408Scy   o Change return type of evutil_load_windows_system_library_ to HMODULE (f691389)
91282408Scy   o Fix a c90 warning (76643dd)
92282408Scy   o Fix a typo in a doxygen comment. Reported by ������. (be1aeff)
93282408Scy   o remove trailing comma from enum (b361b8a Jean-Philippe Ouellet)
94282408Scy
95282408Scy Bugfixes (FreeBSD)
96282408Scy   o Handle ENOTCAPABLE from FreeBSD - this is returned if an event in the changelist is for an FD that has been closed. (6fd7394 Adrian Chadd)
97282408Scy
98282408Scy
99282408Scy
100282408ScyChanges in version 2.1.4-alpha (21 Mar 2014)
101282408Scy
102282408Scy Libevent 2.1.4-alpha adds a number of new miscellaneous APIs to make
103282408Scy Libevent more useful, including support for early close detection with
104282408Scy epoll via EPOLLRDHUP, triggering bufferevent callbacks, adding more
105282408Scy evhttp callbacks, and more. There are also numerous bugfixes, including
106282408Scy a number for finalize-related issues from 2.1.3-alpha; and an
107282408Scy alternative (non-primary!) cmake-based build mechanism.
108282408Scy
109282408Scy New APIs (core)
110282408Scy   o Added event_base_get_num_events() (0fa107d Mobai Zhang)
111282408Scy   o New event_base_active_by_fd API (865a142 Greg Hazel, 5c9da9a, 87fa2b0)
112282408Scy   o Add event_base_active_by_signal by analogy (4865943)
113282408Scy   o Add access to max event count stats (5173bef, efbd3dc, 26230a2
114282408Scy     Andrew Sweeney)
115282408Scy   o Implemented EV_CLOSED event for epoll backend
116282408Scy     (EPOLLRDHUP). (b1b69ac Diego Giagio, 53d2793, 43ffcf6, dfe1e52
117282408Scy     Marcin Juszkiewicz, ff26633 Joakim Soderberg, 3908a5e)
118282408Scy
119282408Scy New APIs (evutil_secure_rng)
120282408Scy   o Add evutil_secure_rng_set_urandom_device_file (2bbb5d7)
121282408Scy
122282408Scy New APIs (bufferevents)
123282408Scy   o Add function to fetch underlying ratelimit cfg (4b3d5af Mark Ellzey)
124282408Scy   o Pass and return const for bufferevent_get_token_bucket_cfg (1c77fbb
125282408Scy     Mark Ellzey)
126282408Scy   o Add watermark introspection (4ce242b Ond��ej Kuzn��k)
127282408Scy   o Add an option to trigger bufferevent I/O callbacks (61ee18b Ond��ej Kuzn��k)
128282408Scy   o Add an option to trigger bufferevent event callbacks (a7384c7
129282408Scy     Ond��ej Kuzn��k)
130282408Scy   o Clarifications in response to merge req. comments (bd41947 Ond��ej
131282408Scy     Kuzn��k)
132282408Scy   o Minor optimizations on bufferevent_trigger options (a3172a4)
133282408Scy
134282408Scy New APIs (evhttp)
135282408Scy   o Add evhttp_connection_get_server(). (a7f82a3 Maxime Henrion)
136282408Scy   o add a http default content type option (5a5acd9 Nicolas Martyanoff)
137282408Scy   o http: implement new evhttp_connection_get_addr() api. (0c7f040 Azat
138282408Scy     Khuzhin)
139282408Scy   o Add a variant of evhttp_send_reply_chunk() with a callback on
140282408Scy     evhttp_write_buffer() (8d8decf Julien BLACHE)
141282408Scy   o Allow registering callback for parsing HTTP headers (b0bd7fe Balint Reczey)
142282408Scy   o Provide on request complete callback facility (b083ca0 Andrew Sweeney)
143282408Scy   o evhttp_request_set_on_complete_cb to be more specific about what
144282408Scy     the function actually does and usage (da86dda Andrew Sweeney)
145282408Scy   o Update unit test to make sure that the callback happens after the
146282408Scy     output data is written (b85f398 Andrew Sweeney)
147282408Scy
148282408Scy Features (evdns)
149282408Scy   o bug fix for issues #293 evdns_base_load_hosts doesn't remove
150282408Scy     outdated addresses (954d2f9, f03d353, 45eba6f Kuldeep Gupta)
151282408Scy
152282408Scy Features: (cmake build support)
153282408Scy   o Initial CMake commit. (e415196 Joakim Soderberg)
154282408Scy   o Add all tests and benchmarks to CMake project. (e9fc014 Joakim Soderberg)
155282408Scy   o More work on adding tests to CMake project (99c1dc3 Joakim Soderberg)
156282408Scy   o Generate a dummy evconfig-private.h so things build
157282408Scy     properly. (ce14def Joakim Soderberg)
158282408Scy   o Link libm on unix platforms. (58fcd42 Joakim Soderberg)
159282408Scy   o Added some GCC specific options. (19222e5 Joakim Soderberg)
160282408Scy   o Use evutil_closesocket instead. (dbf2b51 Joakim Soderberg)
161282408Scy   o Add copyright and licensing files for CMake modules. (c259d53
162282408Scy     Joakim Soderberg)
163282408Scy   o Only include WIN32 getopt where it is used. (9bbce0b Joakim Soderberg)
164282408Scy   o Fix bench_cascade program on Windows. (78da644 Joakim Soderberg)
165282408Scy   o Don't segfault on no found event backend. (8f2af50 Joakim Soderberg)
166282408Scy   o Only test the event backends available on the system. (7ea4159
167282408Scy     Joakim Soderberg)
168282408Scy   o Added a "make verify" target. (e053c4f Joakim Soderberg)
169282408Scy   o Fix the make "verify" target on Windows. (67e5d74 Joakim Soderberg)
170282408Scy   o Get rid of deprecation warnings for OpenSSL on OSX 10.7+ (69c3516
171282408Scy     Joakim S��derberg)
172282408Scy   o Fix kqueue support. (a831f2f Joakim S��derberg)
173282408Scy   o Added a test for testing if kqueue works with pipes. (2799b35
174282408Scy     Joakim S��derberg)
175282408Scy   o Change the BSD license from 4 to 3-clause. (86df3ed Joakim Soderberg)
176282408Scy   o Minimum required python version is 2.4. (968e97b Joakim Soderberg)
177282408Scy   o Get rid of unknown pragma warnings. (0ef1d04 Joakim Soderberg)
178282408Scy   o Add a "make verify_coverage" target generation coverage
179282408Scy     info. (f2483f8 Joakim Soderberg)
180282408Scy   o Fix the "make verify" target on NetBSD (4ac086a Joakim Soderberg)
181282408Scy   o Only look for ZLib when it is used (if tests are
182282408Scy     included). (f780593 Joakim Soderberg)
183282408Scy   o Added EVENT__ENABLE_GCC_WARNINGS, turns all warnings into
184282408Scy     errors. (dd413bd Joakim Soderberg)
185282408Scy   o Add CMake config and install targets. (f3446ed Joakim Soderberg)
186282408Scy   o Fix typo (4b754df Joakim Soderberg)
187282408Scy   o Some work on making it possible to simply do add_subdirectory() on
188282408Scy     the project. (49ab363 Joakim Soderberg)
189282408Scy   o Set USE_DEBUG=1 on EVENT__ENABLE_VERBOSE_DEBUG (fd42e70 Joakim Soderberg)
190282408Scy   o Fix so that old nmake project still builds. (24d6466 Joakim
191282408Scy     Soderberg)
192282408Scy   o Rename README to README.md and use markdown to format. (d2bc39a
193282408Scy     Joakim Soderberg)
194282408Scy   o Update README with CMake build instructions. (604b8cc Joakim Soderberg)
195282408Scy   o Clean up the README some. (8d4cb35 JoakimSoderberg)
196282408Scy   o Forgotten headers for old nmake project compatability. (8697b99
197282408Scy     Joakim Soderberg)
198282408Scy   o Change all uses of WIN32 to _WIN32 (4e14395 Joakim So��derberg)
199282408Scy   o Fix include bug. (2024467 Joakim So��derberg)
200282408Scy   o Check if we're on OSX before disabling deprecation in le-proxy
201282408Scy     (8b40a5b Joakim So��derberg)
202282408Scy   o Fix broken autotools build. (ae1bd82 Joakim So��derberg)
203282408Scy   o Disclaimerize cmake a little in the README (d03b5bf)
204282408Scy   o Fix CMake compile when OpenSSL is disabled. (e423d42 Joakim
205282408Scy     So��derberg)
206282408Scy   o CMake: Get rid of python not found warning when regress tests
207282408Scy     turned off. (d38d798 Joakim So��derberg)
208282408Scy   o Fix https-client compilation on Windows. (d7be788 Joakim Soderberg)
209282408Scy   o Guard against EVENT_NOWIN32 being set during testing. (f1715b4
210282408Scy     Joakim Soderberg)
211282408Scy   o Check for OSX when checking for clang. (e212c54 Joakim Soderberg)
212282408Scy   o Added a Travis-CI configuration file. (8c0f0a9 Joakim Soderberg)
213282408Scy   o Added -Qunused-arguments for clang on macosx (ed99d92 Trond Norbye)
214282408Scy   o Rename event_extras to event_extra (a0dd5df Trond Norbye)
215282408Scy   o Add option to build shared library (4545fa9 Trond Norbye)
216282408Scy   o Add -Qunused-arguments for clang on macos (b56611d Trond Norbye)
217282408Scy   o Add cmake-related files to .gitignore (e061321 Trond Norbye)
218282408Scy   o Export event_extra not event_extras. (2b41bcf Joakim So��derberg)
219282408Scy
220282408Scy Bugfixes (core)
221282408Scy   o If evsel->del() fails, don't leave the evmap in an inconsistent
222282408Scy     state (9b5a527 Maxime Henrion)
223282408Scy   o Move event_debug_note_teardown_ before mm_free. (69b5c64)
224282408Scy   o Check CLOCK_MONOTONIC_* at runtime if needed. (911abf3)
225282408Scy   o Fix reinit of fds with EV_WRITE but not EV_READ. (ebfd8a8 maksqwe)
226282408Scy   o Tweaked callbacks to prevent race condition
227282408Scy     (https://github.com/libevent/libevent/issues/104) (40830f1, 2ea15ed
228282408Scy     John Ohl)
229282408Scy   o Move assert(ev) to before we use ev in EV_CLOSURE_EVENT_FINALIZE
230282408Scy     case (9805972)
231282408Scy
232282408Scy Bugfixes (evhttp)
233282408Scy   o Fix a double close() bug in evhttp when the underlying bufferevent uses
234282408Scy     BEV_OPT_CLOSE_ON_FREE. (31db8a0 Maxime Henrion)
235282408Scy   o Fix an unlikely but possible error case for http connections (f22049e)
236282408Scy   o Avoid racy bufferevent activation (5eb1788 Nate Rosenblum)
237282408Scy
238282408Scy Bugfixes on 2.0 (Windows)
239282408Scy   o Use windows vsnprintf fixup logic on all windows environments (e826f19)
240282408Scy   o libevent/win32_dealloc() : fix sizeof(pointer) vs sizeof(*pointer)
241282408Scy    (b8f5980 Frank Denis)
242282408Scy
243282408Scy Bugfixes (evutil_secure_rng)
244282408Scy   o When we seed from /proc/sys/kernel/random/uuid, count it as success
245282408Scy     (e35b540)
246282408Scy   o We should return after arc4random_buf() (1ea1f26 Makoto Kato)
247282408Scy   o Avoid other RNG initialization FS reads when urandom file is
248282408Scy     specified (9695e9c)
249282408Scy   o Really remove RNG seeds from the stack (f5ced88)
250282408Scy   o Fix another arc4random_buf-related warning (e64a2b0)
251282408Scy
252282408Scy Bugfixes (bufferevents)
253282408Scy   o Initialize async bufferevent timeout CBs unconditionally (af9b2a7)
254282408Scy
255282408Scy Bugfixes (evdns)
256275970Scy   o Checking request nameserver for NULL, before using it. (5c710c0
257275970Scy     Belobrov Andrey)
258282408Scy   o Fix SEGFAULT after evdns_base_resume if no nameservers
259282408Scy     installed. (14971a8 Azat Khuzhin)
260275970Scy   o Actually use the log facility for reporting evdns problems. (e1766a1)
261282408Scy   o Fix SEGFAULT after evdns_base_resume if no nameservers
262282408Scy     installed. (f8d7df8 Azat Khuzhin)
263282408Scy   o fix for ServFail from RIPE Atlas release (62f596b Antony Antony)
264275970Scy
265282408Scy Bugfixes (compilation)
266275970Scy   o Fix test compilation with nmake: add the gdi.lib dependency (5ba8ab7)
267275970Scy   o Whoops. It is gdi.lib, not gdi32.lib. (github issue #61) (8ab612e)
268282408Scy   o Don't use return since return type is void and build error occurs
269282408Scy     using clang (838161d Makoto Kato)
270275970Scy   o Use void casts to suppress some "unchecked return value" warns (7080d55)
271282408Scy   o rpcgen: Generate regress.gen.[c,h] in build rather than src dir
272282408Scy     (243386c Ross Lagerwall)
273282408Scy   o Fix a compiler warning when checking for arc4random_buf linker
274282408Scy     breakage. (5cb3865)
275282408Scy   o Fix 'make distcheck' by adding regress.gen.[ch] to DISTCLEANFILES
276282408Scy    (239d834)
277275970Scy
278282408Scy   o Fix a c90 warning (c207682)
279282408Scy   o Fix consts in WIN32-Code/getopt*.[ch] (57abb35)
280282408Scy
281275970Scy Bugfixes (locks, synchronization)
282275970Scy   o Missed lock acquire/release in event_base_cancel_single_callback_()
283275970Scy     (d3d999a Azat Khuzhin)
284275970Scy   o Fix locking in bufferevent_get_options_(). (dbc9cd4 Maxime Henrion)
285275970Scy
286275970Scy Bugfixes (leaks)
287275970Scy   o Avoid leaking segment mappings when offset is not a page multiple (d409514)
288275970Scy
289275970Scy Testing
290275970Scy   o Add tests for evdns_base_resume(). (1cd9ff5 Azat Khuzhin)
291275970Scy   o Fix dns/leak_resume_send_err test. (7e876df Azat Khuzhin)
292282408Scy   o Add checks for evhttp_connection_get_server() in unit
293282408Scy     tests. (fbc323b Maxime Henrion)
294275970Scy   o Fix a (failure-only) null dereference in the unit tests (1104d0b)
295275970Scy   o Fix a logic error in test_evbuffer_freeze (7765884)
296275970Scy   o Add missing check to test_evbuffer_file_segment_add_cleanup_cb (eba4506)
297275970Scy   o Fix some crash-on-fail cases in DNS regression tests (87cd6f0)
298275970Scy   o DNS tests: add a missing check (f314900)
299275970Scy   o Finalize tests: add a missing check (82b6956)
300275970Scy   o test_evutil_rtrim: add another missing check. (e193c95)
301282408Scy   o regress_main: logging all if env EVENT_DEBUG_LOGGING_ALL isset
302282408Scy     (611e28b Azat Khuzhin)
303282408Scy   o regress_http: add tests for evhttp_connection_get_addr() (4dd500c
304282408Scy     Azat Khuzhin)
305282408Scy   o Update to the latest version of tinytest (7a80476)
306282408Scy   o Heap-allocate zlib data structure in regress_zlib tests (4947c18)
307275970Scy
308275970Scy Performance tweaks (core)
309275970Scy   o Avoid redundant syscall to make a nonblocking socket nonblocking
310275970Scy     (42c03da Maxime Henrion)
311275970Scy   o Avoid redundant syscall if making a socket cloexec twice (1f29b18)
312275970Scy   o Avoid redundant invocations of init_extension_functions for IOCP (3b77d62)
313275970Scy
314275970Scy Documentation
315275970Scy   o Document that arc4random is not a great cryptographic PRNG. (6e49696)
316275970Scy   o Small doxygen tweaks (6e67b51)
317275970Scy   o Try another doxygen tweak (ccf432b)
318282408Scy   o Clarify event_base_loop exit conditions (031a803)
319282408Scy   o Fix a typo (be7bf2c Ond��ej Kuzn��k)
320282408Scy   o Document deferred eventcb behaviour (13a9a02 Ond��ej Kuzn��k)
321282408Scy   o Typo fixes from Linus Nordberg (cec62cb, 8cd695b)
322282408Scy   o Fix duplicate paragraph in evbuffer_ptr documentation (58408ee)
323275970Scy
324282408Scy Code Improvements (coverity)
325282408Scy   o Fix a pile of coverity warnings in the unit tests (867f401)
326282408Scy   o Fix coverity warnings in benchmark tools. (ff7f739)
327282408Scy   o Whoops; fix compilation in bench.c (544cf88)
328282408Scy   o Remove spurious checks in evrpc.c error cases (coverity) (991b362)
329282408Scy   o Fix a couple of compilation warnings in regress_http.c (860767e)
330282408Scy   o Fix even more coverity warnings. (d240328)
331282408Scy   o Stop checking for inet_aton; we don't use it. (f665d5c)
332282408Scy   o Add an include to evrpc-internal to fix openbsd compilation warning
333282408Scy     (5e161c6)
334275970Scy
335275970Scy Cleanups
336275970Scy   o Remove an unreachable return statement in minheap-internal.h (e639a9e)
337282408Scy   o Refactor evmap_{io,signal}_active_() to tolerate bad inputs (974c60e)
338282408Scy   o Fix needless bufferevent includes in evdns.c (254c04e)
339282408Scy   o Fix a couple of "#ifdef WIN32" instances (88ecda3)
340282408Scy   o Remove unneeded declaration in bufferevent-internal.h (4c8ebcd)
341275970Scy
342275970Scy Sample code
343282408Scy   o le-proxy: Fail more gracefully if opening listener fails (44b2491)
344282408Scy   o http-server: drop uri_root from base_url in http-server. (6171e1c Azat Khuzhin)
345282408Scy   o https-client: POST supported, args supported (c5887f7 Alexey Ozeritsky)
346282408Scy   o https-client: code cleanup (29af65e Alexey Ozeritsky)
347282408Scy   o https-client: Small tweaks to https-client.c (90786eb)
348282408Scy   o https-client: Set hostname for SNI extension (by f69m) (d1976f8)
349282408Scy   o https-client: add a cast to https-client.c (462e6b6)
350275970Scy
351275970Scy
352275970Scy
353275970ScyChanges in version 2.1.3-alpha (1 May 2013)
354275970Scy
355275970Scy Libevent 2.1.3-alpha fixes various bugs, adds new unit tests, and cleans
356275970Scy up the code in a couple of places. It has a new callback in evhttp for
357275970Scy reporting errors during a request, a new feature for allowing evdns to
358275970Scy not keep the event_base looping when there are no requests inflight, and
359275970Scy example code for writing an https client.
360275970Scy
361275970Scy Libevent 2.1.3-alpha also has an important new (experimental) event
362275970Scy finalization feature to allow safe event teardown in multithreaded
363275970Scy programs. This ought to fix the longstanding bug with deadlocks in
364275970Scy multithreaded use of SSL-based bufferevents that some people have been
365275970Scy experiencing since Libevent 2.0.
366275970Scy
367275970Scy
368275970Scy Core (event finalization)
369275970Scy   o Implement event_finalize() and related functions to avoid certain
370275970Scy     deadlocks (8eedeab)
371275970Scy   o Use finalization feature so bufferevents can avoid deadlocks (02fbf68)
372275970Scy   o Always run pending finalizers when event_base_free() is called (e9ebef8)
373275970Scy   o Remove bufferevent_del_generic_timeout_cbs as now unused (4ea4c6a)
374275970Scy   o More documentation for finalization feature (a800b91)
375275970Scy   o Make the event_finalize* functions return an error code (5d11f4f)
376275970Scy   o Mark the finalize stuff as experiemental in case it needs to
377275970Scy     change (23e2e29)
378275970Scy
379275970Scy Evdns
380275970Scy   o evdns: New flag to make evdns not prevent the event loop from
381275970Scy     exiting (6b7fa62 Azat Khuzhin)
382275970Scy
383275970Scy Bugfixes (Core)
384275970Scy   o Make event_remove_timer behave correctly with persistent timers (5623e80)
385275970Scy   o Unit test for event_remove_timer with EV_PERSIST. (96150dd)
386275970Scy   o Double-check next timeout when adding events (9443868 Nate Rosenblum)
387275970Scy   o event_base_update_cache_time should be a no-op if the loop isn't
388275970Scy     running (5e6fa2a)
389275970Scy
390275970Scy Bugfixes (evhttp, crash fix, from 2.0)
391275970Scy   o fix #73 and fix http_connection_fail_test to catch it (b618204 Greg Hazel)
392275970Scy
393275970Scy Bugfixes (compilation and portability, from 2.0)
394275970Scy   o Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabled (7e45739)
395275970Scy   o Fix missing AC_PROG_SED on older Autoconfs (9ab2b3f Tay Ray Chuan)
396275970Scy   o Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5)
397275970Scy     (74d4c44 Kevin Bowling)
398275970Scy   o Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake
399275970Scy     1.13 compat (817ea36)
400275970Scy   o Rename configure.in to configure.ac to appease newer autoconfs (0c79787)
401275970Scy   o Avoid using top_srcdir in TESTS: new automakes do not like this (a55514e)
402275970Scy
403275970Scy Bugfixes (resource leaks/lock errors on error, from 2.0)
404275970Scy   o Avoid leaking fds on evconnlistener with no callback set (69db261)
405275970Scy   o Avoid double-close on getsockname error in evutil_ersatz_socketpair
406275970Scy     (0a822a6)
407275970Scy   o Fix a locking error in bufferevent_socket_get_dns_error. (0a5eb2e)
408275970Scy
409275970Scy Documentation Fixes (from 2.0)
410275970Scy   o Fix a mistake in evbuffer_remove() arguments in example http server code
411275970Scy     (c322c20 Gyepi Sam)
412275970Scy   o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5)
413275970Scy
414275970Scy Documentation Fixes
415275970Scy   o minor documentation typos (809586a Patrick Pelletier)
416275970Scy   o Fix cut-and-paste err in whatsnew-2.1 (49905ac)
417275970Scy   o Fix comment to refer to sample/include.am correctly (9e8cdf3 Sebastian
418275970Scy     Hahn)
419275970Scy   o Fix typo : Dispatching instead of Dispaching (0c2bacc Volker Lendecke)
420275970Scy   o fix some hinky indentation in evhttp_make_request (80e220e Patrick
421275970Scy     Pelletier)
422275970Scy   o "buffer" spelling (a452811 Patrick Pelletier)
423275970Scy   o Specify return behavior in header for evbuffer_pullup() in corner case
424275970Scy     (cf8d1cd Dan Petro)
425275970Scy   o Clarify an important point about event_base_foreach_event() (920a5e6)
426275970Scy
427275970Scy Compilation Fixes/Tool Support
428275970Scy   o avoid valgrind false positive by zeroing epoll_event (1258614 Patrick
429275970Scy     Pelletier)
430275970Scy   o Fix harmless clang enum warning (b452a43 Sebastian Hahn)
431275970Scy   o remove all exes on "make clean", not just regress.exe (974bfa0 Patrick
432275970Scy     Pelletier)
433275970Scy   o Make --disable-libevent-regress work again (787fd74)
434275970Scy   o Do not build strlcpy.c when it will have no code. (4914620)
435275970Scy
436275970Scy Portability Fixes
437275970Scy   o When EWOULDBLOCK is not EAGAIN, treat it as equivalent to it (bf7a0ff)
438275970Scy   o Preliminary changes for Minix3. (0dda56a Nicholas Heath)
439275970Scy   o Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13
440275970Scy     compat (bf278b)
441275970Scy   o Avoid using $(top_srcdir) in TESTS. (2863c83)
442275970Scy   o build test/test-script.sh on systems with a less-featureful $< (f935e21)
443275970Scy   o Implement EVUTIL_ERR_IS_EAGAIN on windows. (42aaf4d)
444275970Scy
445275970Scy Evhttp changes:
446275970Scy   o Fix ipv6 support for http. When URL contain domain, not IP
447275970Scy     address. (71e709c Azat Khuzhin)
448275970Scy   o uri decode: fix for warning "use of uninitialised value" (64b6ece Azat
449275970Scy     Khuzhin)
450275970Scy   o uri decode: changed the test for the existence of the next character
451275970Scy     (e1903e3 Azat Khuzhin)
452275970Scy   o Move prototype of evhttp_decode_uri_internal() to http-internal.h
453275970Scy     (de8101a Azat Khuzhin)
454275970Scy   o Test: decoding just part of string with evhttp_decode_uri_internal()
455275970Scy     (1367653 Azat Khuzhin)
456275970Scy   o Add new error_cb for actual reporting of HTTP request errors. (7b07719
457275970Scy     Azat Khuzhin)
458275970Scy   o Add test for EVREQ_HTTP_REQUEST_CANCEL into http_cancel_test() (862c217
459275970Scy     Azat Khuzhin)
460275970Scy   o Drop extra header http_struct.h from regress_http.c (54cc800 Azat Khuzhin)
461275970Scy
462275970Scy Testing
463275970Scy   o Add regress test ipv6_for_domain. (9ec88bd Azat Khuzhin)
464275970Scy   o Add an environment variable (EVENT_DEBUG_MODE) to run unit tests in debug
465275970Scy     mode (2fad0f3)
466275970Scy   o Add a test with an active_later event at event_base_free time. (1c3147f)
467275970Scy   o Make all tests pass under EVENT_DEBUG_MODE=1 (b1b054f)
468275970Scy   o Add some verbose notes to bufferevent unit tests (9d893c9)
469275970Scy   o New test for active_later->active transition on event_active (a153874)
470275970Scy   o New tests for event_base_foreach_event() (0b096ef)
471275970Scy   o Unit tests for event_base_gettimeofday_cached() and
472275970Scy     event_base_update_cache_time() (30ea291)
473275970Scy   o A test for event_get_assignment() (f09629e)
474275970Scy   o More unit tests for initializing common timeouts. (d596739)
475275970Scy   o Fix a bug in the new main/event_foreach test (702c9aa)
476275970Scy
477275970Scy Windows:
478275970Scy   o use FormatMessage for winsock errors (0c6ec5d, 2078e9b, 4ccdd53, c9ad3af
479275970Scy     Patrick Pelletier)
480275970Scy   o a program to print out the error strings for winsock errors (7296512
481275970Scy     Patrick Pelletier)
482275970Scy   o Fix a warning introduced in 0c6ec5d8 (eeb700c)
483275970Scy   o Fix another warning introduced in 0c6ec5d8 (ed26561)
484275970Scy
485275970Scy Examples (http)
486275970Scy   o Add sample/https-client.c, an example of stacking evhttp as a client on
487275970Scy     top of bufferevent_ssl. (be46c99 Catalin Patulea)
488275970Scy   o use ${OPENSSL_LIBS} instead of -lssl -lcrypto (bf31fa5 Patrick Pelletier)
489275970Scy   o https-client was putting newlines at 256-byte boundaries (42d7441 Patrick
490275970Scy     Pelletier)
491275970Scy   o better handling of OpenSSL errors (5754d96 Patrick Pelletier)
492275970Scy   o use Debian's default root certificate location (aacd674 Patrick Pelletier)
493275970Scy   o use iSECPartners code to validate hostname in certificate (64d9f16
494275970Scy     Patrick Pelletier)
495275970Scy   o avoid sign mismatch warning in openssl_hostname_validation.c (6021cb5
496275970Scy     Patrick Pelletier)
497275970Scy   o pull in wildcard matching code from cURL (4db9da6 Patrick Pelletier)
498275970Scy   o Another tweak to https-client.c (95acdaa)
499275970Scy   o Remove http_struct.h usage in sample/https-client.c (8a90a85)
500275970Scy
501275970Scy
502275970Scy
503275970ScyChanges in version 2.1.2-alpha (18 Nov 2012)
504275970Scy
505275970Scy Libevent 2.1.2-alpha includes more portable for monotonic timers,
506275970Scy refactors much of Libevent's internal and external infrastructure,
507275970Scy closes some longstanding gaps in the interface, makde other
508275970Scy improvements.  Ths log below tries to organize features by rough area of
509275970Scy effect.  It omits a few commits which were pure bugfixes on other commits
510275970Scy listed below.  For more detail, see the git changelogs.  For more
511275970Scy insight, see the "whatsnew-2.1.txt" document included in the Libevent
512275970Scy 2.1.2-alpha distribution.
513275970Scy
514275970Scy Libevent 2.1.2-alpha also includes all changes made in 2.0.19-stable
515275970Scy through 2.0.21-stable inclusive.
516275970Scy
517275970Scy Performance (core):
518275970Scy   o Replace pipe-based notification with EVFILT_USER where possible. This
519275970Scy     should make multithreaded programs on OSX and *BSD alert the main thread a
520275970Scy     little faster. (53a07fe)
521275970Scy   o Make th_base_lock nonrecursive. (9cd5acb)
522275970Scy
523275970Scy New/Changed API Functions:
524275970Scy   o New event_get_priority() function to return an event's priority (f90e255)
525275970Scy   o Add a bufferevent_get_priority() function (bd39554)
526275970Scy   o Add an event_base_loopcontinue() to tell Libevent to rescan for more
527275970Scy     events right away (7d6aa5e)
528275970Scy   o Add a new callback to get called on evbuffer_file_segment free
529275970Scy     (e9f8feb yangacer, 64051b9)
530275970Scy   o Expose event_base_foreach_event() as a public API. (84fd6d7 Roman
531275970Scy      Puls, 232055e, ffe1643)
532275970Scy   o Add an event_remove_timer() to remove timer on an event without
533275970Scy     deleting it (e3b2e08)
534275970Scy   o Make bufferevent_set_timeouts(bev, NULL, NULL) have plausible
535275970Scy     semantics (9dee36b)
536275970Scy   o Rename event_enable_lock_debuging() to ..._debugging(). (The old name
537275970Scy     should still work.) (07e132e)
538275970Scy   o Add missing implementation for event_enable_debug_logging (3b3e21d)
539275970Scy
540275970Scy PORTABLE MONOTONIC TIMERS:
541275970Scy
542275970Scy   Libevent 2.1.2 includes internal support for monotonic timers on
543275970Scy   (nearly) all supported platforms, including Windows, and OSX.  Libevent
544275970Scy   applications should now be more resilient to jumps forwards or backwards
545275970Scy   in the system clock.  Also, on Linux systems with epoll, we now
546275970Scy   optionally support microsecond-level timeouts (whereas epoll only
547275970Scy   supports millisecond-precision timeouts).
548275970Scy
549275970Scy   o Use mach_absolute_time() for monotonic clock support on OSX. (b8fd6f9)
550275970Scy   o Do not track use_monotonic field when is no monotonic clock (cb653a0)
551275970Scy   o EVENT_BASE_FLAG_PRECISE_TIMER indicates we want fine timer precision
552275970Scy     (ddd69d3)
553275970Scy   o On Linux, use CLOCK_MONOTONIC_COARSE by default (55780a7)
554275970Scy   o Implement a GetTickCount-based monotonic timer for Windows (d5e1d5a)
555275970Scy   o Refactor monotonic timer handling into a new type and set of
556275970Scy     functions; add a gettimeofday-based ratcheting implementation (f5e4eb0)
557275970Scy   o Add EVENT_PRECISE_TIMER environment var for selecting precise-but-slow
558275970Scy     timer (a2598ec)
559275970Scy   o Implement fast/precise monotonic clocks on Windows (2c47045)
560275970Scy   o Simple unit tests for monotonic timers (630f077)
561275970Scy   o Improve the monotonic-time unit test: make it check the step size (7428c78)
562275970Scy   o When PRECISE_TIMERS is set with epoll, use timerfd for microsecond
563275970Scy     precision (26c7582)
564275970Scy   o Split out time-related evutil functions into a new evutil_time.c (c419485)
565275970Scy   o Split out time-related prototypes into time-internal.h (71bca50)
566275970Scy   o Add evutil_time.obj to Makefile.nmake (0ba0683)
567275970Scy   o Avoid giving a spurious warning when timerfd support is unavailable
568275970Scy     (1aaf9f0 Dave Hart)
569275970Scy   o Make test_evutil_monotonic a little more tolerant (def3b83)
570275970Scy   o Avoid unused-var warning on systems with clock_gettime but without
571275970Scy     CLOCK_MONOTONIC_COARSE (9be5468)
572275970Scy
573275970ScyEVENT_BASE_ONCE LEAKS:
574275970Scy   If a callback added by event_base_once() is never invoked, Libevent no
575275970Scy   longer leaks internal memory.
576275970Scy
577275970Scy   o Free dangling event_once objects on event_base_free() (c17dd59)
578275970Scy   o Add a unit test in which an event is created with event_base_once()
579275970Scy     but never fires (4343edf)
580275970Scy
581275970ScyTESTING SUPPORT, FIXES AND IMPROVEMENTS:
582275970Scy
583275970Scy   Libevent now disables by default its unit tests that would touch the
584275970Scy   network, or that tend to fail on heavily-loaded systems.  To re-enable
585275970Scy   them, invoke the ./test/regress program with the @all alias.
586275970Scy
587275970Scy   o Simplify test.sh code significantly. (9b856fd Ross Lagerwall)
588275970Scy   o Make all tests that hit the network disabled by default (f2cea87)
589275970Scy   o Avoid a resource leak on error in http client benchmark (ea92fba)
590275970Scy   o Update to latest tinytest (911b4f0349377) (ef7c4f7)
591275970Scy   o Avoid (unlikely) overflow in bench_httpclient.c (5671033)
592275970Scy   o Shave 700 msec off the persistent_timeout_jump test (21205b8)
593275970Scy   o Check return value of write() in regress.c (c8009d2)
594275970Scy   o Make load-dependent monotonic timer tests off-by-default (2b6fe8b)
595275970Scy   o Add deferred_cb_skew to list of timing-dependent tests (34c8f31)
596275970Scy   o Avoid test -e; older shs don't have one. (f1bd938)
597275970Scy   o Fix renegotiation test to work around openssl 1.0.1 bug (c2f3086)
598275970Scy   o Fix a couple of compile warnings in the unit tests (5a9a014)
599275970Scy
600275970ScyMISC:
601275970Scy   o Change evutil_weakrand_() to avoid platform random() (e86af4b Nicholas
602275970Scy     Marriott, 3aa4415)
603275970Scy
604275970ScyINFRASTRUCTURE (Active-later events):
605275970Scy   As a simplification and optimization to Libevent's "deferred callback"
606275970Scy   logic (introduced in 2.0 to avoid callback recursion), Libevent now
607275970Scy   treats all of its deferrable callback types using the same logic it uses
608275970Scy   for active events.  Now deferred events no longer cause priority
609275970Scy   inversion, no longer require special code to cancel them, and so on.
610275970Scy
611275970Scy   o Refactor the callback part of an event into its own event_callback
612275970Scy     type (cba59e5)
613275970Scy   o Add "active later" event_callbacks to supersede deferred (745a63d)
614275970Scy   o event_base_assert_ok: check value of event_active_count for
615275970Scy     correctness (fec8bae)
616275970Scy   o Replace deferred_cbs with event_callback-based implementation. (ae2b84b)
617275970Scy   o Replace more deferred_cb names with event_callback (a4079aa)
618275970Scy   o Give event_base_process_active a single exit path (581b5be)
619275970Scy   o Restore our priority-inversion-prevention code with deferreds (c0e425a)
620275970Scy   o Refactor event_persist_closure: raise and extract some common logic
621275970Scy     (bec22b4)
622275970Scy   o Remove the unused bits from EVLIST_ALL (9889a3d)
623282408Scy||||||| merged common ancestors
624282408ScyChanges in version 2.0.22-stable (?? Dec 2013)
625275970Scy
626282408Scy (As of 3b77d62829c4393bda6f9105a5d3b73b48a64b71.)
627282408Scy
628282408ScyBUGFIXES (evhttp)
629282408Scy o fix #73 and fix http_connection_fail_test to catch it (crash fix) (b618204 Greg Hazel)
630282408Scy o Avoid racy bufferevent activation (5eb1788 Nate Rosenblum)
631282408Scy
632282408ScyBUGFIXES (compilation and portability)
633282408Scy o Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabled (7e45739)
634282408Scy o Fix missing AC_PROG_SED on older Autoconfs (9ab2b3f Tay Ray Chuan)
635282408Scy o Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5) (74d4c44 Kevin Bowling)
636282408Scy o Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compat (817ea36)
637282408Scy o Rename configure.in to configure.ac to appease newer autoconfs (0c79787)
638282408Scy o Avoid using top_srcdir in TESTS: new automakes do not like this (a55514e)
639282408Scy o Use windows vsnprintf fixup logic on all windows environments (e826f19)
640282408Scy o Fix a compiler warning when checking for arc4random_buf linker breakage. (5cb3865)
641282408Scy o Fix another arc4random_buf-related warning (e64a2b0)
642282408Scy
643282408ScyBUGFIXES (resource leaks/lock errors on error)
644282408Scy o Avoid leaking fds on evconnlistener with no callback set (69db261)
645282408Scy o Avoid double-close on getsockname error in evutil_ersatz_socketpair (0a822a6)
646282408Scy o Fix a locking error in bufferevent_socket_get_dns_error. (0a5eb2e)
647282408Scy o libevent/win32_dealloc() : fix sizeof(pointer) vs sizeof(*pointer) (b8f5980 Frank Denis)
648282408Scy
649282408ScyBUGFIXES (miscellaneous)
650282408Scy o Avoid other RNG initialization FS reads when urandom file is specified (9695e9c, bb52471)
651282408Scy o Avoid redundant invocations of init_extension_functions for IOCP (3b77d62)
652282408Scy
653282408ScyBUFGIXES (evdns)
654282408Scy o Checking request nameserver for NULL, before using it. (5c710c0 Belobrov Andrey)
655282408Scy o Fix SEGFAULT after evdns_base_resume if no nameservers installed. (f8d7df8 Azat Khuzhin)
656282408Scy
657282408ScyBUGFIXES (evutil_secure_random)
658282408Scy o When we seed from /proc/sys/kernel/random/uuid, count it as success (e35b540)
659282408Scy o Document that arc4random is not a great cryptographic PRNG. (6e49696)
660282408Scy o Add evutil_secure_rng_set_urandom_device_file (2bbb5d7)
661282408Scy o Really remove RNG seeds from the stack (f5ced88)
662282408Scy
663282408Scy
664282408ScyDOCUMENTATION FIXES
665282408Scy o Fix a mistake in evbuffer_remove() arguments in example http server code (c322c20 Gyepi Sam)
666282408Scy o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5)
667282408Scy
668282408Scy
669282408Scy
670282408ScyChanges in version 2.0.21-stable (18 Nov 2012)
671282408ScyBUGFIXES:
672282408Scy o ssl: Don't discard SSL read event when timeout and read come close together (576b29f)
673282408Scy o ssl: Stop looping in "consider_reading" if reading is suspended. (f719b8a Joachim Bauch)
674282408Scy o ssl: No need to reserve space if reading is suspended. (1acf2eb Joachim Bauch)
675282408Scy o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
676282408Scy o build: Use python2 rather than python (0eb0109 Ross Lagerwall)
677282408Scy o build: Compile without warnings on mingw64 (94866c2)
678282408Scy o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
679282408Scy o build: Make rpcgen_wrapper.sh work on systems without a "python2" binary (f3009e4)
680282408Scy o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo Fernandez)
681282408Scy o core: Avoid crash when event_pending() called with no event_base set on event (e3cccf3)
682282408Scy o misc: remove stray 'x' so print_err will compile when uncommented (ac35650 Patrick Pelletier)
683282408Scy o tests: Fix renegotiation test to work around openssl 1.0.1 bug (c2f3086)
684282408Scy o tests: Warn when openssl version in unit test mismatches compiled version. (ac009f9)
685282408Scy
686282408Scy
687282408ScyChanges in version 2.0.20-stable (23 Aug 2012)
688282408ScyBUGFIXES:
689282408Scy o core: Make event_pending() threadsafe. (be7a95c Simon Liu)
690282408Scy o win32: avoid crash when waiting forever on zero fds. (160e58b)
691282408Scy o evhttp: Fix a memory leak on error in evhttp_uriencode (11c8b31)
692282408Scy o evbuffer: Avoid possible needless call to writev. Found by coverity. (6a4ec5c)
693282408Scy o evdns: memset sockaddr_in before using it. Found by coverity. (a1a0e67)
694282408Scy o evhttp: Check more setsockopt return values when binding sockets. Found by coverity (a0912e3)
695282408Scy o evdns: Avoid segfault on weird timeout during name lookup. (dc32077 Greg Hazel)
696282408Scy o bufferevent_ssl: Correctly invoke callbacks when a SSL bufferevent reads some and then blocks. (606ac43)
697282408Scy
698282408Scy
699282408ScyPORTABILITY FIXES:
700282408Scy o check for arc4random_buf at runtime, on OS X (bff5f94 Greg Hazel)
701282408Scy o Correctly check for arc4random_buf (fcec3e8 Sebastian Hahn)
702282408Scy o Add explicit AC_PROG_SED to configure.in so all autoconfs will expose $(SED) (ca80ea6)
703282408Scy
704282408ScyBUILD FIXES:
705282408Scy o Add GCC annotations so that the vsprintf functions get checked properly (117e327)
706282408Scy o Fix an unused variable warning on *BSD. (c0720c1)
707282408Scy
708282408ScyUNIT TEST FIXES:
709282408Scy o Fix a couple of memory leaks (found with Valgrind). (3b2529a Ross Lagerwall)
710282408Scy o Remove deadcode in http regression tests. Found by coverity. (5553346)
711282408Scy o Fix possible uninitialized read in dns regression tests. Found by coverity. (2259777)
712282408Scy o Set umask before calling mkstemp in unit tests. Found by coverity (f1ce15d)
713282408Scy o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d)
714282408Scy o Fix resource leaks in the unit tests; found by coverity (270f279)
715282408Scy o Add some missing null checks to unit tests; found by coverity (f021c3d)
716282408Scy o Avoid more crashes/bad calls in unit tests; found by coverity (3cde5bf)
717282408Scy o Remove unused variable; spotted by coverity (6355b2a)
718282408Scy o Add checks to various return values in unit tests. Found by coverity (b9e7329)
719282408Scy o Move assignment outside tt_assert in ssl unit tests. Appeases coverity. (a2006c0)
720282408Scy
721282408Scy
722282408Scy
723282408ScyChanges in version 2.0.19-stable (3 May 2012)
724282408ScyBUGFIXES (CORE):
725282408Scy o Refactor event_persist_closure: raise and extract some common logic (bec22b4)
726282408Scy o If time has jumped so we'd reschedule a periodic event in the past, schedule it for the future instead (dfd808c)
727282408Scy o If a higher-priority event becomes active, don't continue running events of the current priority. (2bfda40)
728282408Scy
729282408ScyBUGFIXES (SSL):
730282408Scy o Fixed potential double-readcb execution with openssl bufferevents. (4e62cd1 Mark Ellzey)
731282408Scy
732282408ScyBUGFIXES (DNS):
733282408Scy o Cancel a probe request when the server is freed, and ignore cancelled probe callbacks (94d2336 Greg Hazel)
734282408Scy o Remove redundant DNS_ERR_CANCEL check, move comment (46b8060 Greg Hazel)
735282408Scy o When retransmitting a timed-out DNS request, pick a fresh nameserver. (3d9e52a)
736282408Scy
737282408ScyDOCUMENTATION FIXES:
738282408Scy o Fix a typo in the bufferevent documentation (98e9119)
739282408Scy o Add missing ) to changelog; spotted by rransom (4c7ee6b)
740282408Scy o Fix the website URL in the readme (f775521)
741282408Scy
742282408ScyCOMPILATION FIXES:
743282408Scy o Fix a compilation error with MSVC 2005 due to use of mode_t (336dcae)
744282408Scy o Configure with gcc older than 2.95 (4a6fd43 Sebastian Hahn)
745282408Scy o Generate event-config.h with a single sed script (30b6f88 Zack Weinberg)
746282408Scy
747282408ScyFORWARD-COMPATIBILITY:
748282408Scy o Backport: provide EVENT_LOG_* names, and deprecate _EVENT_LOG_* (d1a03b2)
749282408Scy
750282408ScyTESTING/DEBUGGING SUPPORT:
751282408Scy o dns-example.c can now take a resolv.conf file on the commandline (6610fa5)
752282408Scy o Make some evdns.c debug logs more verbose (d873d67)
753282408Scy o Work-around a stupid gcov-breaking bug in OSX 10.6 (b3887cd)
754282408Scy
755282408Scy
756282408Scy
757282408ScyChanges in version 2.0.18-stable (22 Mar 2012)
758282408ScyBUGFIXES (core):
759282408Scy o Make uses of open() close-on-exec safe by introducing an internal evutil_open_closeonexec. (d2b5f72 Ross Lagerwall, 03dce42)
760282408Scy
761282408ScyBUGFIXES (kqueue):
762282408Scy o Properly zero the kevent in kq_setup_kevent() (c2c7b39 Sebastian Hahn)
763282408Scy
764282408ScyBUILD FIXES:
765282408Scy o Added OPENSSL_LDFLAGS env variable which is appended to SSL checks. (9278196 Mark Ellzey)
766282408Scy o Changed OPENSSL_LDFLAGS to OPENSSL_LIBADD (2d67b63 Mark Ellzey)
767282408Scy o Don't do clang version detection when disabling some flags (083296b Sebastian Hahn)
768282408Scy
769282408ScyBUGFIXES (dns):
770282408Scy o Stop crashing in evdns when nameserver probes give a weird error (bec5068)
771282408Scy
772282408Scy
773282408ScyChanges in version 2.0.17-stable (10 Feb 2012)
774282408Scy
775282408ScyBUGFIXES (core):
776282408Scy o Be absolutely sure to clear pncalls before leaving event_signal_closure (11f36a5)
777282408Scy o check for sysctl before we use it (358c745 Mike Frysinger)
778282408Scy o Remove bogus casts of socket to int before calling ev_callback (f032516)
779282408Scy o Make evconnlistener work around bug in older Linux when getting nmapped (ecfc720)
780282408Scy o Fix a list corruption bug when using event_reinit() with signals present (6e41cdc)
781282408Scy o Fix a fd leak in event_reinit() (3f18ad1)
782282408Scy o Do a memberwise comparison of threading function tables (c94a5f2 Nate R)
783282408Scy o Use C-style comments in C source files (for compatibility with compilers such as xlc on AIX). (d84d917 Greg Hewgill)
784282408Scy o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6)
785282408Scy o In the kqueue backend, do not report EBADF as an EV_READ (5d7bfa1 Nicholas Marriott)
786282408Scy
787282408ScyBUGFIXES (evbuffer and bufferevents):
788282408Scy o Fix behavior of evbuffer_peek(buf,-1,NULL,NULL,0) (c986f23 Zack Weinberg)
789282408Scy o Loop on filtering SSL reads until we are blocked or exhausted. (5b4b812)
790282408Scy
791282408ScyBUGFIXES (evhttp):
792282408Scy o Force strict validation of HTTP version in response. (790f6b3 Catalin Patulea)
793282408Scy
794282408ScyBUGFIXES (evdns):
795282408Scy o evdns: fix a bug in circular-queue implementation (d6094b1)
796282408Scy
797282408ScyBUILD FIXES:
798282408Scy o Fix a silly compilation error with the sun compiler (1927776 Colin Watt)
799282408Scy o Suppress a gcc warning from ignoring fwrite return in http-sample.c (7206e8c)
800282408Scy
801282408ScyDOCUMENTATION FIXES:
802282408Scy o Slightly clarify evbuffer_peek documentation (7bbf6ca)
803282408Scy o Update copyright notices to 2012 (e49e289)
804282408Scy
805282408ScyNEW APIS:
806282408Scy o Backport evhttp_connection_get_bufferevent to Libevent 2.0 (da70fa7 Arno Bakker)
807282408Scy
808282408ScyTESTS AND TEST FIXES:
809282408Scy o Fix a race condition in the dns/bufferevent_connect_hostname test. (cba48c7)
810282408Scy o Add function to check referential integrity of an event_base (27737d5)
811282408Scy o Check event_base correctness at end of each unit test (3312b02)
812282408Scy o Workaround in the unit tests for an apparent epoll bug in Linux 3.2 (dab9187)
813282408Scy o Better workaround for Linux 3.2 edge-triggered epoll bug (9f9e259)
814282408Scy
815282408ScyChanges in version 2.0.16-stable (18 Nov 2011)
816282408ScyBUGFIXES (core):
817282408Scy o More detailed message in case of libevent self-debugging failure. (9e6a4ef Leonid Evdokimov)
818282408Scy o epoll: close fd on alloc fail at initialization (1aee718 Jamie Iles)
819282408Scy o Fix compile warning from saying event2/*.h inside a comment (447b0ba)
820282408Scy o Warn when unable to construct base because of failing make_base_notifiable (4e797f3)
821282408Scy o Don't try to make notifiable event_base when no threading fns are configured (e787413)
822282408Scy
823282408ScyBUGFIXES (evbuffer):
824282408Scy o unit test for remove_buffer bug (90bd620 Greg Hazel)
825282408Scy o Fix an evbuffer crash in evbuffer_remove_buffer() (c37069c)
826282408Scy
827282408ScyBUGFIXES (bufferevent_openssl):
828282408Scy o Refactor amount-to-read calculations in buffervent_ssl consider_reading() (a186e73 Mark Ellzey)
829282408Scy o Move SSL rate-limit enforcement into bytes_to_read() (96c562f)
830282408Scy o Avoid spinning on OpenSSL reads (2aa036f Mark Ellzey)
831282408Scy
832282408ScyBUGFIXES (dns)
833282408Scy o Empty DNS reply with OK status is another way to say NODATA. (21a08d6 Leonid Evdokimov)
834282408Scy
835282408ScyTESTING:
836282408Scy o Tests for 94fba5b and f72e8f6 (d58c15e Leonid Evdokimov)
837282408Scy o Test for commit aff6ba1 (f7841bf Leonid Evdokimov)
838282408Scy o Style and comment tweaks for dns/leak* tests (5e42202)
839282408Scy o improve test to remove at least one buffer from src (7eb52eb Greg Hazel)
840282408Scy
841282408ScyDOCUMENTATION:
842282408Scy o Add note about evhttp_send_reply_end to its doxygen (724bfb5)
843282408Scy o Update copyright dates to 2011. (3c824bd)
844282408Scy o Fix typo in whatsnew-2.0.txt (674bc6a Mansour Moufid)
845282408Scy o Improve win32 behavior of dns-sample.c code (a3f320e Gisle Vanem)
846282408Scy
847282408Scy
848282408Scy
849282408ScyChanges in version 2.0.15-stable (12 Oct 2011)
850282408ScyBUGFIXES (DNS):
851282408Scy o DNS: add ttl for negative answers using RFC 2308 idea. (f72e8f6 Leonid Evdokimov)
852282408Scy o Add DNS_ERR_NODATA error code to handle empty replies. (94fba5b Leonid Evdokimov)
853282408Scy
854282408ScyBUFGIXES (bufferevents and evbuffers):
855282408Scy o Make evbuffer callbacks get the right n_added value after evbuffer_add (1ef1f68 Alex)
856282408Scy o Prefer mmap to sendfile unless a DRAINS_TO_FD flag is set. Allows add_file to work with SSL. (0ba0af9)
857282408Scy
858282408ScyBUGFIXES (event loop):
859282408Scy o When a signal callback is activated to run multiple times, allow event_base_loopbreak to work even before they all have run. (4e8eb6a)
860282408Scy
861282408ScyDOCUMENTATION FIXES:
862282408Scy o Fix docstring in dns.h (2b6eae5 Leonid Evdokimov)
863282408Scy o refer to non-deprecated evdns functions in comments (ba5c27d Greg Hazel)
864282408Scy
865282408ScyBUILD AND TESTING FIXES:
866282408Scy o le-proxy and regress depend on openssl directly (9ae061a Sergey Avseyev)
867282408Scy o Use _SOURCES, not _sources, in sample/Makefile.am (7f82382)
868282408Scy o Fixed compiler warnings for unchecked read/write calls. (c3b62fd Mark Ellzey)
869282408Scy o Make write-checking fixes use tt_fail_perror (2b76847)
870282408Scy o Fix some "value never used" warnings with gcc 4.6.1 (39c0cf7)
871282408Scy
872282408Scy
873282408Scy
874282408ScyChanges in version 2.0.14-stable (31 Aug 2011)
875282408ScyBUGFIXES (bufferevents and evbuffers):
876282408Scy o Propagate errors on the underlying bufferevent to the user. (4a34394 Joachim Bauch)
877282408Scy o Ignore OpenSSL deprecation warnings on OS X (5d1b255 Sebastian Hahn)
878282408Scy o Fix handling of group rate limits under 64 bytes of burst (6d5440e)
879282408Scy o Solaris sendfile: correctly detect amount of data sent (643922e Michael Herf)
880282408Scy o Make rate limiting work with common_timeout logic (5b18f13)
881282408Scy o clear read watermark on underlying bufferevent when creating filtering bev to fix potentially failing fragmented ssl handshakes (54f7e61 Joachim Bauch)
882282408Scy
883282408ScyBUGFIXES (IOCP):
884282408Scy o IOCP: don't launch reads or writes on an unconnected socket (495c227)
885282408Scy o Make IOCP rate-limiting group support stricter and less surprising. (a98da7b)
886282408Scy o Have test-ratelim.c support IOCP (0ff2c5a)
887282408Scy o Make overlapped reads result in evbuffer callbacks getting invoked (6acfbdd)
888282408Scy o Correctly terminate IO on an async bufferevent on bufferevent_free (e6af35d)
889282408Scy
890282408ScyBUGFIXES (other):
891282408Scy o Fix evsig_dealloc memory leak with debugging turned on. (9b724b2 Leonid Evdokimov)
892282408Scy o Fix request_finished memory leak with debugging turned on. (aff6ba1 Leonid Evdokimov)
893282408Scy
894282408ScyBUILD AND TESTING FIXES:
895282408Scy o Allow OS-neutral builds for platforms where some versions have arc4random_buf (b442302 Mitchell Livingston)
896282408Scy o Try to fix 'make distcheck' errors when building out-of-tree (04656ea Dave Hart)
897282408Scy o Clean up some problems identified by Coverity. (7c11e51 Harlan Stenn)
898282408Scy
899282408Scy
900282408ScyChanges in version 2.0.13-stable (18 Jul 2011)
901282408ScyBUGFIXES
902282408Scy o Avoid race-condition when initializing global locks (b683cae)
903282408Scy o Fix bug in SSL bufferevents backed by a bev with a write high-watermarks (e050703 Joachim Bauch)
904282408Scy o Speed up invoke_callbacks on evbuffers when there are no callbacks (f87f568 Mark Ellzey)
905282408Scy o Avoid a segfault when all methods are disabled or broken (27ce38b)
906282408Scy o Fix incorrect results from evbuffer_search_eol(EOL_LF) (4461f1a)
907282408Scy o Add some missing checks for mm_calloc failures (89d5e09)
908282408Scy o Replace an assertion for event_base_free(NULL) with a check-and-warn (09fe97d)
909282408Scy o Report kqueue ebadf, epipe, and eperm as EV_READ events (1fd34ab)
910282408Scy o Check if the `evhttp_new_object' function in `http.c' returns NULL. (446cc7a Mansour Moufid)
911282408Scy o Use the correct printf args when formatting size_t (3203f88)
912282408Scy o Complain if the caller tries to change threading cbs after setting them (cb6ecee)
913282408Scy
914282408ScyDOCUMENTATION FIXES AND IMPROVEMENTS
915282408Scy o Revise the event/evbuffer/bufferevent doxygen for clarity and accuracy (2888fac)
916282408Scy o Update Doxyfile to produce more useful output (aea0555)
917282408Scy
918282408ScyTEST FIXES
919282408Scy o Fix up test_evutil_snprintf (caf695a)
920282408Scy o Fix tinytest invocation from windows shell (57def34 Ed Day)
921282408Scy
922282408ScyBUILD FIXES
923282408Scy o Use AM_CPPFLAGS in sample/Makefile.am, not AM_CFLAGS (4a5c82d)
924282408Scy o Fix select.c compilation on systems with no NFDBITS (49d1136)
925282408Scy o Fix a few warnings on OpenBSD (8ee9f9c Nicholas Marriott)
926282408Scy o Don't break when building tests from git without python installed (b031adf)
927282408Scy o Don't install event_rpcgen.py when --disable-libevent-install is used (e23cda3 Harlan Stenn)
928282408Scy o Fix AIX build issue with TAILQ_FOREACH definition (e934096)
929282408Scy
930282408Scy
931282408ScyChanges in version 2.0.12-stable (4 Jun 2011)
932282408ScyBUGFIXES
933282408Scy o Fix a warn-and-fail bug in kqueue by providing kevent() room to report errors (28317a0)
934282408Scy o Fix an assert-inducing fencepost bug in the select backend (d90149d)
935282408Scy o Fix failing http assertion introducd in commit 0d6622e (0848814 Kevin Ko)
936282408Scy o Fix a bug that prevented us from configuring IPv6 nameservers. (74760f1)
937282408Scy o Prevent size_t overflow in evhttp_htmlescape. (06c51cd Mansour Moufid)
938282408Scy o Added several checks for under/overflow conditions in evhttp_handle_chunked_read (a279272 Mark Ellzey)
939282408Scy o Added overflow checks in evhttp_read_body and evhttp_get_body (84560fc Mark Ellzey)
940282408Scy
941282408ScyDOCUMENTATION:
942282408Scy o Add missing words to EVLOOP_NONBLOCK documentation (9556a7d)
943282408Scy
944282408ScyBUILD FIXES
945282408Scy o libssl depends on libcrypto, not the other way around. (274dd03 Peter Rosin)
946282408Scy o Libtool brings in the dependencies of libevent_openssl.la automatically (7b819f2 Peter Rosin)
947282408Scy o Use OPENSSL_LIBS in Makefile.am (292092e Sebastian Hahn)
948282408Scy o Move the win32 detection in configure.in (ceb03b9 Sebastian Hahn)
949282408Scy o Correctly detect openssl on windows (6619385 Sebastian Hahn)
950282408Scy o Fix a compile warning with zlib 1.2.4 and 1.2.5 (5786b91 Sebastian Hahn)
951282408Scy o Fix compilation with GCC 2, which had no __builtin_expect (09d39a1 Dave Hart)
952282408Scy o Fix new warnings from GCC 4.6 (06a714f)
953282408Scy o Link with -lshell32 and -ladvapi32 on Win32. (86090ee Peter Rosin)
954282408Scy o Make the tests build when OpenSSL is not available. (07c41be Peter Rosin)
955282408Scy o Bring in the compile script from automake, if needed. (f3c7a4c Peter Rosin)
956282408Scy o MSVC does not provide S_ISDIR, so provide it manually. (70be7d1 Peter Rosin)
957282408Scy o unistd.h and sys/time.h might not exist. (fe93022 Peter Rosin)
958282408Scy o Make sure TINYTEST_LOCAL is defined when building tinytest.c (8fa030c Peter Rosin)
959282408Scy o Fix winsock2.h #include issues with MSVC (3d768dc Peter Rosin)
960282408Scy o Use evutil_gettimeofday instead of relying on the system gettimeofday. (0de87fe Peter Rosin)
961282408Scy o Always use evutil_snprintf, even if OS provides it (d1b2d11 Sebastian Hahn)
962282408Scy o InitializeCriticalSectionAndSpinCount requires _WIN32_WINNT >= 0x0403. (816115a Peter Rosin)
963282408Scy o cygwin: make it possible to build DLLs (d54d3fc)
964282408Scy
965282408Scy
966282408Scy
967282408ScyChanges in version 2.0.11-stable (27 Apr 2011)
968282408Scy  [Autogenerated from the Git log, sorted and cleaned by hand.]
969282408ScyBUGFIXES:
970282408Scy o Fix evport handling of POLLHUP and POLLERR (b42ce4b)
971282408Scy o Fix compilation on Windows with NDEBUG (cb8059d)
972282408Scy o Check for POLLERR, POLLHUP and POLLNVAL for Solaris event ports (0144886 Trond Norbye)
973282408Scy o Detect and handle more allocation failures. (666b096 Jardel Weyrich)
974282408Scy o Use event_err() only if the failure is truly unrecoverable. (3f8d22a Jardel Weyrich)
975282408Scy o Handle resize failures in the select backend better. (83e805a)
976282408Scy o Correctly free selectop fields when select_resize fails in select_init (0c0ec0b)
977282408Scy o Make --enable-gcc-warnings a no-op if not using gcc (3267703)
978282408Scy o Fix a type error in our (unused) arc4random_stir() (f736198)
979282408Scy o Correctly detect and stop non-chunked http requests when the body is too long (63a715e)
980282408Scy o Have event_base_gettimeofday_cached() always return wall-clock time (a459ef7)
981282408Scy o Workaround for http crash bug 3078187 (5dc5662 Tomash Brechko)
982282408Scy o Fix incorrect assertions and possible use-after-free in evrpc_free() (4b8f02f Christophe Fillot)
983282408Scy o Reset outgoing http connection when read data in idle state. (272823f Tomash Brechko)
984282408Scy o Fix subtle recursion in evhttp_connection_cb_cleanup(). (218cf19 Tomash Brechko)
985282408Scy o Fix the case when failed evhttp_make_request() leaved request in the queue. (0d6622e Tomash Brechko)
986282408Scy o Fix a crash bug in evdns server circular list code (00e91b3)
987282408Scy o Handle calloc failure in evdns. (Found by Dave Hart) (364291e)
988282408Scy o Fix a memory leak on win32 socket->event map. (b4f89f0)
989282408Scy o Add a forgotten NULL check to evhttp_parse_headers (12311ff Sebastian Hahn)
990282408Scy o Fix possible NULL-deref in evdns_cancel_request (5208544 Sebastian Hahn)
991282408Scy
992282408ScyPORTABILITY:
993282408Scy o Fall back to sscanf if we have no other way to implement strtoll (453317b)
994282408Scy o Build correctly on platforms without sockaddr_storage (9184563)
995282408Scy o Try to build correctly on platforms with no IPv6 support (713c254)
996282408Scy o Build on systems without AI_PASSIVE (cb92113)
997282408Scy o Fix http unit test on non-windows platforms without getaddrinfo (6092f12)
998282408Scy o Do not check for gethostbyname_r versions if we have getaddrinfo (c1260b0)
999282408Scy o Include arpa/inet.h as needed on HPUX (10c834c Harlan Stenn)
1000282408Scy o Include util-internal.h as needed to build on platforms with no sockaddr_storage (bbf5515 Harlan Stenn)
1001282408Scy o Check for getservbyname even if not on win32. (af08a94 Harlan Stenn)
1002282408Scy o Add -D_OSF_SOURCE to fix hpux builds (0b33479 Harlan Stenn)
1003282408Scy o Check for allocation failures in apply_socktype_protocol_hack (637d17a)
1004282408Scy o Fix the check for multicast or broadcast addresses in evutil_check_interfaces (1a21d7b)
1005282408Scy o Avoid a free(NULL) if out-of-memory in evdns_getaddrinfo. Found by Dave Hart (3417f68)
1006282408Scy
1007282408ScyDEFENSIVE PROGRAMMING:
1008282408Scy o Add compile-time check for AF_UNSPEC==PF_UNSPEC (3c8f4e7)
1009282408Scy
1010282408ScyBUGS IN TESTS:
1011282408Scy o Fix test.sh output on solaris (b4f89b6 Dave Hart)
1012282408Scy o Make test-eof fail with a timeout if we never get an eof. (05a2c22 Harlan Stenn)
1013282408Scy o Use %s with printf in test.sh (039b9bd)
1014282408Scy o Add an assert to appease clang's static analyzer (b0ff7eb Sebastian Hahn)
1015282408Scy o Add a forgotten return value check in the unit tests (3819b62 Sebastian Hahn)
1016282408Scy o Actually send NULL request in http_bad_request_test (b693c32 Sebastian Hahn)
1017282408Scy o add some (void) casts for unused variables (65707d7 Sebastian Hahn)
1018282408Scy o Refactor test_getaddrinfo_async_cancel_stress() (48c44a6 Sebastian Hahn)
1019282408Scy o Be nice and "handle" error return values in sample code (4bac793 Sebastian Hahn)
1020282408Scy o Check return value of evbuffer_add_cb in tests (93a1abb Sebastian Hahn)
1021282408Scy o Remote some dead code from dns-example.c (744c745 Sebastian Hahn)
1022282408Scy o Zero a struct sockaddr_in before using it (646f9fe Sebastian Hahn)
1023282408Scy
1024282408ScyBUILD FIXES:
1025282408Scy o Fix warnings about AC_LANG_PROGRAM usage (f663112 Sebastian Hahn)
1026282408Scy o Skip check for zlib if we have no zlib.h (a317c06 Harlan Stenn)
1027282408Scy o Fix autoconf bracket issues; make check for getaddrinfo include netdb.h (833e5e9 Harlan Stenn)
1028282408Scy o Correct an AM_CFLAGS to an AM_CPPFLAGS in test/Makefile.am (9c469db Dave Hart)
1029282408Scy o Fix make distcheck & installation of libevent 1 headers (b5a1f9f Dave Hart)
1030282408Scy o Fix compilation under LLVM/clang with --enable-gcc-warnings (ad9ff58 Sebastian Hahn)
1031282408Scy
1032282408ScyFEATURES:
1033282408Scy o Make URI parser able to tolerate nonconformant URIs. (95060b5)
1034282408Scy
1035282408ScyDOCUMENTATION:
1036282408Scy o Clarify event_set_mem_functions doc (926f816)
1037282408Scy o Correct evhttp_del_accept_socket documentation on whether socket is closed (f665924)
1038282408Scy o fix spelling mistake in whatsnew-2.0.txt (deb2f73)
1039282408Scy o Fix sample/http-server ipv6 fixes (eb692be)
1040282408Scy o Comment internal headers used in sample code. (4eb281c)
1041282408Scy o Be explicit about how long event loops run in event.h documentation (f95bafb)
1042282408Scy o Add comment to configure.in to explain gc-sections test logic (c621359)
1043282408Scy o Fix a couple of memory leaks in samples/http-server.c. Found by Dave Hart. (2e9f665)
1044282408Scy
1045282408Scy
1046282408Scy
1047275970ScyBUILD IMPROVEMENTS:
1048275970Scy Libevent 2.1.2-alpha modernizes Libevent's use of autotools, and makes
1049275970Scy numerous other build system. Parallel builds should be faster, and all
1050275970Scy builds should be quieter.
1051275970Scy
1052275970Scy   o Split long lists in Makefile.am into one-item-per-line (2711cda)
1053275970Scy   o Remove unnecessary code in configure.in. (e65914f Ross Lagerwall)
1054275970Scy   o attempt to support OpenSSL in Makefile.nmake (eba0eb2 Patrick Pelletier)
1055275970Scy   o Use newer syntax for autoconf/automake init (7d60ba8)
1056275970Scy   o Enable silent build rules by default. Override with V=1 (7b18e5c)
1057275970Scy   o Switch to non-recursive makefiles (7092f3b)
1058275970Scy   o Rename subordinate Makefile.ams to include.am (6cdfeeb)
1059275970Scy   o Make quiet build even quieter (371a123)
1060275970Scy   o New --quiet option for event_rpcgen.py (aa59c1e)
1061275970Scy   o Be quiet when making regress.gen.[ch] (607a8ff)
1062275970Scy   o Fix handling of no-python case for nonrecursive make (1e3123d)
1063275970Scy   o We now require automake 1.9 or later. Modernize! (b7f6e89)
1064275970Scy   o Rename configure.in to configure.ac. (b3fea67 Ross Lagerwall)
1065275970Scy   o Use correct openssl libs and includes in pkgconfig file (d70af27)
1066275970Scy   o Use the same CFLAGS for openssl when building unit tests as with
1067275970Scy     libevent (1d9d511)
1068275970Scy
1069275970ScyDOCUMENTATION
1070275970Scy   o Note that make_base_notifiable should not be necessary (26ee5f9)
1071275970Scy   o Be more clear that LEV_OPT_DEFERRED_ACCEPT has tricky prereqs (371efeb)
1072275970Scy   o Add caveat to docs about bufferevent_free() with data in outbuf (6fab9ee)
1073275970Scy   o Make it more clear that NOLOCK means "I promise, no multithreading"
1074275970Scy    (9444524)
1075275970Scy   o Fix a comment in test-fdleak after 077c7e949. (3881d8f Ross Lagerwall)
1076275970Scy   o Make the Makefile.nmake warning slightly less dire (e7bf4c8)
1077275970Scy   o Fix typo : events instead of evets (05f1aca Azat Khuzhin)
1078275970Scy   o Additional comments about OPENSSL_DIR variable, prompted by Dave Hart
1079275970Scy     (6bde2ef Patrick Pelletier)
1080275970Scy
1081275970ScyEVHTTP:
1082275970Scy   o ignore LWS after field-content in headers (370a2c0 Artem Germanov)
1083275970Scy   o Clean up rtrim implementation (aa59d80)
1084275970Scy   o Remove trailing tabs in HTTP headers as well. (ac42519)
1085275970Scy   o Remove internal ws from multiline http headers correctly (c6ff381)
1086275970Scy   o Move evutil_rtrim_lws_ to evutil.c where it belongs (61b93af)
1087275970Scy   o add evhttp_request_get_response_code_line (4f4d0c9 Jay R. Wren)
1088275970Scy   o Use EVUTIL_SOCKET_ERROR() wrapper to save/restore errno in
1089275970Scy     evhttp_connection_fail_ (7afbd60)
1090275970Scy   o preserve errno in evhttp_connection_fail_ for inspection by the
1091275970Scy     callback (36d0ee5 Patrick Pelletier)
1092275970Scy
1093275970ScyBUGFIXES:
1094275970Scy   o Correctly handle running on a system where accept4 doesn't work. (9fbfe9b)
1095275970Scy   o Avoid double-free on error in evbuffer_add_file. Found by
1096275970Scy     coverity. (6a81b1f)
1097275970Scy   o Fix another possible uninitialized read in dns regression tests. Found
1098275970Scy     by coverity. (13525c5)
1099275970Scy   o Add checks for functions in test-ratelim.c; found by Coverity (aa501e1)
1100275970Scy   o Avoid memory leak in test_event_calloc unit test; found by coverity
1101275970Scy     (92817a1)
1102275970Scy   o Fix a shadowed variable in addfile_test_readcb; found by coverity
1103275970Scy     (225344c)
1104275970Scy   o Check return value when using LEV_OPT_DEFERRED_ACCEPT. Found by
1105275970Scy     coverity (6487f63)
1106275970Scy   o Prevent reference leak of bufferevent if getaddrinfo fails. (b757786
1107275970Scy     Joachim Bauch)
1108275970Scy   o Make event_base_getnpriorities work with old "implicit base" code
1109275970Scy     (c46cb9c)
1110275970Scy   o Simplify and correct evutil_open_closeonexec_ (0de587f)
1111275970Scy   o Fix event_dlist definition when sys/queue not included (81b6209
1112275970Scy     Derrick Pallas)
1113275970Scy
1114275970Scy
1115275970Scy
1116275970ScyChanges in version 2.1.1-alpha (4 Apr 2012)
1117275970Scy
1118275970Scy Libevent 2.1.1-alpha includes a number of new features and performance
1119275970Scy improvements.  The log below tries to organize them by rough area of
1120275970Scy effect.  It omits some commits which were pure bugfixes on other commits
1121275970Scy listed below.  For more detail, see the git changelogs.  For more
1122275970Scy insight, see the "whatsnew-2.1.txt" document included in the Libevent
1123275970Scy 2.1.1-alpha distribution.
1124275970Scy
1125275970Scy Performance: Core
1126275970Scy   o Replace several TAILQ users with LIST. LIST can be a little faster than
1127275970Scy     TAILQ for cases where we don't need queue-like behavior. (f9db33d,
1128275970Scy     6494772, d313c29, 974d004)
1129275970Scy   o Disabled code to optimize the case where we reinsert an existing
1130275970Scy     timeout (e47042f, 09cbc3d)
1131275970Scy   o Remove a needless base-notify when rescheduling the first timeout (77a96fd)
1132275970Scy   o Save a needless comparison when removing/adjusting timeouts (dd5189b)
1133275970Scy   o Possible optimization: split event_queue_insert/remove into
1134275970Scy     separate functions. needs testing (efc4dc5)
1135275970Scy   o Make event_count maintenance branchless at the expense of an
1136275970Scy     extra shift. Needs benchmarking (d1cee3b)
1137275970Scy   o In the 2.1 branch, let's try out lazy gettimeofday/clock_gettime
1138275970Scy     comparison (2a83ecc)
1139275970Scy   o Optimization in event_process_active(): ignore maxcb & endtime
1140275970Scy     for highest priority events. (a9866aa Alexander Drozdov)
1141275970Scy   o Bypass event_add when using event_base_once() for a 0-sec timeout (35c5c95)
1142275970Scy   o Remove the eventqueue list and the ev_next pointers. (604569b 066775e)
1143275970Scy
1144275970Scy Performance: Evbuffers
1145275970Scy   o Roughly 20% speed increase when line-draining a buffer using
1146275970Scy     EVBUFFER_EOL_CRLF (5dde0f0 Mina Naguib)
1147275970Scy   o Try to squeeze a little more speed out of EVBUFFER_EOL_CRLF (7b9d139)
1148275970Scy   o Fix a bug in the improved EOL_CRLF code (d927965)
1149275970Scy   o Remove a needless branch in evbuffer_drain() (d19a326)
1150275970Scy
1151275970Scy Performance: Linux
1152275970Scy   o Infrastructure for using faster/fewer syscalls when creating
1153275970Scy     sockets (a1c042b)
1154275970Scy   o Minimize syscalls during socket creation in listener.c (7e9e289)
1155275970Scy   o Use a wrapper function to create the notification
1156275970Scy     pipe/socketpair/eventfd (ca76cd9)
1157275970Scy   o Use pipes for telling signals to main thread when possible (a35f396)
1158275970Scy   o Save syscalls when constructing listener sockets for evhttp (af6c9d8)
1159275970Scy   o Save some syscalls when creating evdns sockets (713e570)
1160275970Scy   o Save some syscalls when constructing a socket for a bufferevent (33fca62)
1161275970Scy   o Prefer epoll_create1 on Linuxen that have it (bac906c)
1162275970Scy
1163275970Scy Performance: Epoll backend
1164275970Scy   o Use current event set rather than current pending change when
1165275970Scy     deciding whether to no-op a del (04ba27e Mike Smellie)
1166275970Scy   o Replace big chain of if/thens in epoll.c with a table lookup (8c83eb6)
1167275970Scy   o Clean up error handling in epoll_apply_one_change() a little (2d55a19)
1168275970Scy
1169275970Scy Performance: Evport backend
1170275970Scy   o evport: use evmap_io to track fdinfo status. Should save time and
1171275970Scy     RAM. (4687ce4)
1172275970Scy   o evport: Remove a linear search over recent events when
1173275970Scy     reactivating them (0f77efe)
1174275970Scy   o evport: Use portev_user to remember fdinfo struct (276ec0e)
1175275970Scy   o evport: don't scan more events in ed_pending than needed (849a5cf)
1176275970Scy   o evport: Remove artificial low limit on max events per getn call (c04d927)
1177275970Scy   o Reenable main/many_events_slow_add for evport in 2.1 (e903db3)
1178275970Scy
1179275970Scy Performance: Windows
1180275970Scy   o Use GetSystemTimeAsFileTime to implement gettimeofday on
1181275970Scy     win32. It's faster and more accurate than our old
1182275970Scy     approach. (b8b8aa5)
1183275970Scy
1184275970Scy New functions and features: debugging
1185275970Scy   o Add event_enable_debug_logging() to control use of debug logs (e30a82f)
1186275970Scy
1187275970Scy New functions and features: core
1188275970Scy   o Add event_config function to limit time/callbacks between calls
1189275970Scy     to dispatch (fd4de1e, 9fa56bd, a37a0c0, 3c63edd)
1190275970Scy   o New EVLOOP_NO_EXIT_ON_EMPTY option to keep looping even when no
1191275970Scy     events are pending (084e68f)
1192275970Scy   o Add event_base_get_npriorities() function. (ee3a4ee Alexander Drozdov)
1193275970Scy   o Make evbase_priority_init() and evbase_get_npriorities()
1194275970Scy     threadsafe (3c55b5e)
1195275970Scy   o New event_base_update_cache_time() to set cached_tv to current
1196275970Scy     time (212533e Abel Mathew)
1197275970Scy   o Add event_self_cbarg() to be used in conjunction with
1198275970Scy     event_new(). (ed36e6a Ross Lagerwall, fa931bb, 09a1906, 1338e6c,
1199275970Scy     33e43ef)
1200275970Scy   o Add a new libevent_global_shutdown() to free all globals before
1201275970Scy     exiting. (041ca00 Mark Ellzey, f98c158, 15296d0, 55e991b)
1202275970Scy   o Use getifaddrs to detect our interfaces if possible (7085a45)
1203275970Scy   o Add event_base_get_running_event() to get the event* whose cb we
1204275970Scy     are in (c5732fd, 13dad99)
1205275970Scy
1206275970Scy New functions and features: building
1207275970Scy   o Implement --enable-gcc-hardening configure option (7550267 Sebastian Hahn)
1208275970Scy
1209275970Scy New functions and features: evbuffers
1210275970Scy   o Add evbuffer_add_file_segment() so one fd can be used efficiently
1211275970Scy     in more than one evbuffer_add_file at a time (e72afae, c2d9884,
1212275970Scy     3f405d2, 0aad014)
1213275970Scy   o Fix windows file segment mappings (8254de7)
1214275970Scy   o Allow evbuffer_ptr_set to yield a point just after the end of the
1215275970Scy     buffer. (e6fe1da)
1216275970Scy   o Allow evbuffer_ptr to point to position 0 in an empty evbuffer
1217275970Scy     (7aeb2fd Nir Soffer)
1218275970Scy   o Set the special "not found" evbuffer_ptr consistently. (e3e97ae Nir Soffer)
1219275970Scy   o support adding buffers to other buffers non-destructively
1220275970Scy     (9d7368a Joachim Bauch)
1221275970Scy   o prevent nested multicast references, reworked locking (26041a8
1222275970Scy     Joachim Bauch)
1223275970Scy   o New EVBUFFER_EOL_NUL to read NUL-terminated strings from an
1224275970Scy     evbuffer (d7a8b36 Andrea Montefusco, 54142c9)
1225275970Scy   o Make evbuffer_file_segment_types adaptable (c6bbbf1)
1226275970Scy   o Added evbuffer_add_iovec and unit tests. (aaec5ac Mark Ellzey, 27b5398)
1227275970Scy   o Add evbuffer_copyout_from to copy data from the middle of a
1228275970Scy     buffer (27e2225)
1229275970Scy
1230275970Scy New functions and features: bufferevents
1231275970Scy   o Allow users to set allow_dirty_shutdown (099d27d Catalin Patulea)
1232275970Scy   o Tweak allow_dirty_shutdown documentation (a44cd2b)
1233275970Scy   o Fix two issues in the allow_dirty_shutdown code. (f3b89de)
1234275970Scy   o Add a bufferevent_getcb() to find a bufferevent's current
1235275970Scy     callbacks (a650394)
1236275970Scy   o bufferevent: Add functions to set/get max_single_read/write
1237275970Scy     values. (998c813 Alexander Drozdov)
1238275970Scy   o bev_ssl: Be more specific in event callbacks. evhttp in particular gets
1239275970Scy     confused without at least one of BEV_EVENT_{READING|WRITING}. (f7eb69a
1240275970Scy     Catalin Patulea)
1241275970Scy
1242275970Scy New functions and features: evconnlisteners
1243275970Scy   o Support TCP_DEFER_ACCEPT sockopts for listeners (5880e4a Mark Ellzey,
1244275970Scy     a270728)
1245275970Scy   o Add another caveat to the TCP_DEFER_ACCEPT documentation (a270728)
1246275970Scy   o Allow evconnlistener to be created in disabled state. (9593a33
1247275970Scy     Alexander Drozdov)
1248275970Scy   o The LEV_OPT_CLOSE_ON_EXEC flag now applies to accepted listener
1249275970Scy     sockets too (4970329)
1250275970Scy
1251275970Scy Evhttp:
1252275970Scy   o Add new evhttp_{connection_}set_timeout_tv() functions to set
1253275970Scy     finger-grained http timeouts (6350e6c Constantine Verutin)
1254275970Scy   o Performance tweak to evhttp_parse_request_line. (aee1a97 Mark Ellzey)
1255275970Scy   o Add missing break to evhttp_parse_request_line (0fcc536)
1256275970Scy   o Add evhttp callback for bufferevent creation; this lets evhttp
1257275970Scy     support SSL. (8d3a850)
1258275970Scy   o Remove calls to deprecated bufferevent functions from evhttp.c (4d63758)
1259275970Scy   o evhttp: Add evhttp_foreach_bound_socket. (a2c48e3 Samy Al Bahra)
1260275970Scy
1261275970Scy Build improvements:
1262275970Scy   o Add AC_USE_SYSTEM_EXTENSIONS to configure.in. Requires follow on
1263275970Scy     patches for correctness and robustness. (1fa7dbe Kevin Bowling)
1264275970Scy   o Filter '# define' statements from autoconf and generate
1265275970Scy     event-private.h (321b558 Kevin Bowling)
1266275970Scy   o Remove internal usage of _GNU_SOURCE (3b26541 Kevin Bowling)
1267275970Scy   o Eliminate a couple more manual internal _GNU_SOURCE defines (c51ef93
1268275970Scy     Kevin Bowling)
1269275970Scy   o Add AC_GNU_SOURCE to the fallback case. (ea8fa4c Kevin Bowling)
1270275970Scy   o Use a Configuration Header Template for evconfig-private.h (868f888
1271275970Scy     Kevin Bowling)
1272275970Scy   o Fix a comment warning and add evconfig-private.h to .gitignore
1273275970Scy     (f6d66bc Kevin Bowling)
1274275970Scy   o Include evconfig-private.h in internal files for great good. (0915ca0
1275275970Scy     Kevin Bowling)
1276275970Scy   o Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5)
1277275970Scy     (ad03952 Kevin Bowling)
1278275970Scy   o Prefer the ./configure evconfig-private.h in MinGW, just in
1279275970Scy     case. (f964b72 Kevin Bowling)
1280275970Scy   o Shell hack for weird mkdir -p commands (fd7b5a8 Kevin Bowling)
1281275970Scy   o Add evconfig-private to remaining files (ded0a09 Kevin Bowling)
1282275970Scy   o Allow use of --enable-silent-rules for quieter compilation with
1283275970Scy     automake 1.11 (f1f8514 Dave Hart)
1284275970Scy   o Use "_WIN32", not WIN32: it's standard and we don't need to fake it
1285275970Scy     (9f560b)
1286275970Scy   o In configure, test for _WIN32 not WIN32. (85078b1 Peter Rosin)
1287275970Scy   o Do not define WIN32 in Makefile.nmake (d41f3ea Peter Rosin)
1288275970Scy   o Provide the autoconf m4 macros for the new OpenSSL via pkg-config
1289275970Scy     stuff. (674dc3d Harlan Stenn)
1290275970Scy   o Use pkg-config (if available) to handle OpenSSL. (1c63860 Harlan Stenn)
1291275970Scy   o We need AM_CPPFLAGS when compiling bufferevent_openssl.c (6d2613b
1292275970Scy     Harlan Stenn)
1293275970Scy   o Fix OSX build: $(OPENSSL_INCS) needs to be after
1294275970Scy     $(AM_CPPFLAGS). (46f1769 Zack Weinberg)
1295275970Scy   o Make gcc warnings on by default, and --enable-gcc-warnings only add
1296275970Scy     -Werror (d46517e Sebastian Hahn)
1297275970Scy   o Split up extra-long AC_CHECK_FUNCS/HEADERS lines in configure.in (88a30ad)
1298275970Scy   o Move libevent 1.x headers to include/, to put all public headers in
1299275970Scy     one place. (bbea8d6)
1300275970Scy   o Put #ifdef around some files to support alternate build
1301275970Scy     systems. (76d4c92 Ross Lagerwall)
1302275970Scy   o Also make win32select.c conditional for IDE users (bf2c5a7)
1303275970Scy
1304275970Scy Debugging:
1305275970Scy   o Add a magic number to debug_locks to better catch lock-coding
1306275970Scy     errors. (b4a29c0 Dave Hart)
1307275970Scy   o munge the debug_lock signature before freeing it: it might help us
1308275970Scy     catch use-after-free (f28084d)
1309275970Scy   o Added --enable-event-debugging in configure (bc7b4e4, a9c2c9a Mark Ellzey)
1310275970Scy   o Debug addition for printing usec on TIMEOUT debugging. (ac43ce0 Mark Ellzey)
1311275970Scy   o Added usec debug in another area for debug (3baab0d Mark Ellzey)
1312275970Scy   o added timeout debug logs to include event ptr. (4b7d298 Mark Ellzey)
1313275970Scy   o more event dbg updates (6727543 Mark Ellzey)
1314275970Scy   o Clarify event_enable_debug_logging a little (6207826)
1315275970Scy   o Make --enable-verbose-debug option match its help text (10c3450)
1316275970Scy   o Add argument checks to some memory functions in `event.c'. (c8953d1
1317275970Scy     Mansour Moufid)
1318275970Scy
1319275970Scy Testing:
1320275970Scy   o More abstraction in test.sh (cd74c4e)
1321275970Scy   o Add failing test for evbuffer_search_range. (8e26154 Nir Soffer)
1322275970Scy   o Tweaks to return types with end-of-buf ptrs (9ab8ab8)
1323275970Scy   o Add an (internal) usleep function for use by unit tests (f25d9d3)
1324275970Scy   o Synchronize with upstream tinytest (6c81be7)
1325275970Scy   o Make test-changelist faster (7622d26)
1326275970Scy   o Reduce the timeout in the main/fork test. (ab14f7c)
1327275970Scy   o New evhttp function to adjust initial retry timeout (350a3c4)
1328275970Scy   o Make regression tests run over 3x faster. (67a1763)
1329275970Scy   o Use test_timeval_diff_eq more consistently (b77b43f)
1330275970Scy   o Allow more slop in deferred_cb_skew test; freebsd needs it (b9f7e5f)
1331275970Scy   o When including an -internal.h header outside the main tree, do so
1332275970Scy     early (95e2455)
1333275970Scy   o Add a new test: test-fdleak which tests for fd leaks by creating many
1334275970Scy     sockets. (2ef9278 Ross Lagerwall, f7af194, 1c4288f, etc)
1335275970Scy   o Add a unit test for event_base_dump_events() (7afe48a, 8d08cce)
1336275970Scy   o Test more bufferevent_ratelim features (c24f91a)
1337275970Scy
1338275970Scy Documentation:
1339275970Scy   o Improve evbuffer_ptr documentation (261ba63)
1340275970Scy   o added comments to describe refcounting of multicast chains (ba24f61
1341275970Scy     Joachim Bauch)
1342275970Scy   o Add doxygen for event_base_dump_events (cad5753)
1343275970Scy
1344275970Scy OSX:
1345275970Scy   o Use "unlimited select" on OSX so that we can have more than
1346275970Scy     FD_SETSIZE fds (1fb5cc6)
1347275970Scy
1348275970Scy KQueue:
1349275970Scy   o Use SIG_IGN instead of a do-nothing handler for signal events with
1350275970Scy     kqueue (148458e Zack Weinberg)
1351275970Scy
1352275970Scy evprc:
1353275970Scy   o event_rpcgen.py now prints status information to stdout and errors to
1354275970Scy     stderr. (ffb0ba0 Ross Lagerwall)
1355275970Scy
1356275970Scy Code improvement and refactoring:
1357275970Scy   o Make event_reinit() more robust and maintainable (272033e)
1358275970Scy   o Restore fast-path event_reinit() for slower backends (2c4b5de)
1359275970Scy   o Check changelist as part of checking representational integrity (39b3f38)
1360275970Scy   o Fix a compile warning in event_reinit (e4a56ed Sebastian Hahn)
1361275970Scy   o Refactor the functions that run over every event. (c89b4e6)
1362275970Scy   o Remove the last vestiges of _EVENT_USE_EVENTLIST (a3cec90)
1363275970Scy   o Make event-config.h depend on Makefile.am (2958a5c)
1364275970Scy
1365275970Scy Build fixes:
1366275970Scy   o Don't do clang version detection when disabling some flags (083296b
1367275970Scy     Sebastian Hahn)
1368275970Scy
1369275970Scy C standards conformance:
1370275970Scy   o Check for NULL return on win32 mm_calloc, and set ENOMEM. (af7ba69)
1371275970Scy   o Convert event-config.h macros to avoid reserved identifiers (68120d9)
1372275970Scy   o Generate event-config.h using the correct macros. (f82c57e)
1373275970Scy   o Convert include-guard macro convention to avoid reserved identifiers
1374275970Scy     (3f8c7cd)
1375275970Scy   o Make event_rpcgen.py output conform to identifier conventions (372bff1)
1376275970Scy   o Stop referring to an obsolete include guard in bench_http.h (5c0f7e0)
1377275970Scy   o Make the generated event-config.h use correct include guards (639383a)
1378275970Scy   o Fix all identifiers with names beginning with underscore. (cb9da0b)
1379275970Scy   o Make event_rpcgen.py output conform to identifier conventions, more
1380275970Scy     (bcefd24)
1381275970Scy   o Fix some problems introduced by automated identifier cleanup script
1382275970Scy     (c963534)
1383275970Scy   o Have all visible internal function names end with an underscore. (8ac3c4c)
1384275970Scy   o Apply the naming convention to our EVUTIL_IS* functions (c7848fa)
1385275970Scy   o Clean up lingering _identifiers. (946b584)
1386275970Scy   o Fix doxygen to use new macro conventions (da455e9)
1387275970Scy
1388275970Scy Bugfixes:
1389275970Scy   o Do not use system EAI/AI values if we are not using the system
1390275970Scy     getaddrinfo. (7bcac07)
1391275970Scy
1392275970Scy Sample Code:
1393275970Scy   o Fix up sample/event-test.c to use newer interfaces and make it
1394275970Scy     actually work. (19bab4f Ross Lagerwall)
1395275970Scy   o On Unix, remove event.fifo left by sample/event-test.c. (c0dacd2 Ross
1396275970Scy     Lagerwall)
1397275970Scy   o Rename event-test.c to event-read-fifo.c. (a5b370a Ross Lagerwall)
1398275970Scy   o event-read-fifo: Use EV_PERSIST appropriately (24dab0b)
1399275970Scy
1400275970Scy
1401275970Scy
1402275970Scy
1403