Lines Matching refs:Fix
34 o Fix memory corruption in EV_CLOSURE_EVENT_FINALIZE with debug enabled (8ccd8f56 Jan Kasiak)
40 o Fix checking return value of the evdns_base_resolv_conf_parse() (fc51bf2c Azat Khuzhin)
52 o Fix EV_CLOSED detection/reporting (epoll only) (1df324d4 Azat Khuzhin) (XXX)
67 o Fix compilation without OPENSSL_API_COMPAT (921bdcdd Azat Khuzhin)
72 o Fix compat with NetBSD >= 10 (5febb4e1 Kamil Rytarowski)
116 o Fix detection of the __has_attribute() for apple clang [ci skip] (7fd7c5ef Azat Khuzhin)
160 o Fix leaks in error path of the bufferevent_init_common_() (bb0f8fe7 Azat Khuzhin)
204 o Fix visibility issues under (mostly on win32)
210 o Fix base unlocking in event_del() if event_base_set() runned in another thread (4f0f40e3)
212 o Fix race in access to ev_res from event loop with event_active() (43d92a6d)
220 o Fix conceivable UAF of the bufferevent in evhttp_connection_free() (6ac2ec25)
222 o Fix evhttp_connection_get_addr() fox incomming http connections (4215c003)
227 o Fix crashing http server when callback do not reply in place (5b40744d, b2581380)
247 o Fix build with LibreSSL 2.7 (894ca48a)
272 o Fix assert() condition in evbuffer_drain() for IOCP (d6326104)
274 o Fix wrong assert in evbuffer_drain() (9f4d0dce)
282 o Fix generation of LibeventConfig.cmake for the installation tree (7fa08c4b)
285 o Fix detection of timerfd_create() in CMake. (e50af331)
288 o Fix RPATH for APPLE (45b1f379)
299 o Fix tests with detached builds (c46ff439)
302 o Fix arc4random_addrandom() detecting and fallback (regression) (303d6d77)
324 o Fix _FILE_OFFSET_BITS redinition (solaris/autotools) (336f3b11 Azat Khuzhin)
326 o Fix signedness differ for iov_base (solaris) (2c62062e Azat Khuzhin)
346 o Fix incorrect MIME type (23f9a20e johnsonlee)
367 o Fix cmake -DEVENT__COVERAGE=ON (40fbffc Azat Khuzhin)
427 o Fix getaddrinfo under solaris (for multiprotocol case) (40730ae Azat Khuzhin)
432 o Fix checking for make_base_notifiable() (f337296 Azat Khuzhin)
434 o Fix garbage value in socketpair util function, stdint? (043ae74 Mark Ellzey)
453 …o Fix bufferevent_pair to properly set BEV_EVENT_{READING,WRITING} on flush. (2851889 David Paschi…
461 o Fix lock leak in be_pair_flush() if flush type is BEV_NORMAL (f45d39d Bill Vaughan)
484 o evhttp: Fix failure to send all output data for POST/PUT requests (24eea0d John Ohl)
485 o Fix evhttp_uriencode() regression. (c6b1ec1 Mark Ellzey)
492 o Fix n_add_for_cb in evbuffer_prepend() in case of new buffer required (0abd039 Azat Khuzhin)
499 o Fix potential fd leak in listener_read_cb() (a695a72 Mark Ellzey)
598 o Fix memory leak in signal-test.c (666db91 basavesh.as)
694 o Fix the link for appveyor OpenSSL installer (WIN32) (107d565 Mark Ellzey)
721 o test/regress_ssl: Fix compile problems for win32 (73d0360 Trond Norbye)
727 o cmake: Fix detection of ssize_t/SSIZE_T (7707f6b Azat Khuzhin)
749 o Fix mixed declarations and code (forbidden by ISO C90) (0c7f217 Thomas Bernard)
750 o Fix "function declaration isn’t a prototype" (746d2c5 Thomas Bernard)
770 o Fix use-after-free error in EV_CLOSURE_EVENT callback (3cc0eac John Ohl)
771 o Fix race caused by event_active (3c7d6fc vjpai)
774 o Fix evbuffer_peek() with len==-1 and start_at non-NULL. (ba59923)
776 o Fix evbuffer_peek() with len==-1 and start_at non-NULL. (fb7e76a)
782 o Fix issue #127, double free for filterevents that use BEV_OPT_CLOSE_ON_FREE (2c82aa0 John Ohl)
786 o Fix compilation for older OpenSSL versions. (5c7282f Joakim Soderberg)
798 o Fix a crash in evdns related to shutting down evdns (9f39c88,e8fe749)
820 o Fix a use-after-free in unit tests. CID 752027 (3739057)
821 o Fix a dead-code warning in unit tests. CID 1193548 (c119f24)
825 o Fix several memory leaks in the unit tests. (89c1a3b)
827 o Fix annoying heisenbug in test-time.c (cb73704)
841 o Fix cmake error when the Module path has more than one entry. (befbd13 Acer Yang)
842 o Fix CMake shared library build (e69d910 Nobuaki Sukegawa)
843 o Fix warnings when compiling with clang 3.5 (f5b4765 John Ohl)
844 o Fix mixed declarations and code (forbidden by ISO C90) (8afbdbc Thomas Bernard)
851 o Fix a c90 warning (76643dd)
852 o Fix a typo in a doxygen comment. Reported by 亦得. (be1aeff)
924 o Fix bench_cascade program on Windows. (78da644 Joakim Soderberg)
929 o Fix the make "verify" target on Windows. (67e5d74 Joakim Soderberg)
932 o Fix kqueue support. (a831f2f Joakim Söderberg)
940 o Fix the "make verify" target on NetBSD (4ac086a Joakim Soderberg)
946 o Fix typo (4b754df Joakim Soderberg)
950 o Fix so that old nmake project still builds. (24d6466 Joakim
959 o Fix include bug. (2024467 Joakim Söderberg)
962 o Fix broken autotools build. (ae1bd82 Joakim Söderberg)
964 o Fix CMake compile when OpenSSL is disabled. (e423d42 Joakim
968 o Fix https-client compilation on Windows. (d7be788 Joakim Soderberg)
985 o Fix reinit of fds with EV_WRITE but not EV_READ. (ebfd8a8 maksqwe)
993 o Fix a double close() bug in evhttp when the underlying bufferevent uses
995 o Fix an unlikely but possible error case for http connections (f22049e)
1010 o Fix another arc4random_buf-related warning (e64a2b0)
1018 o Fix SEGFAULT after evdns_base_resume if no nameservers
1021 o Fix SEGFAULT after evdns_base_resume if no nameservers
1026 o Fix test compilation with nmake: add the gdi.lib dependency (5ba8ab7)
1033 o Fix a compiler warning when checking for arc4random_buf linker
1035 o Fix 'make distcheck' by adding regress.gen.[ch] to DISTCLEANFILES
1038 o Fix a c90 warning (c207682)
1039 o Fix consts in WIN32-Code/getopt*.[ch] (57abb35)
1044 o Fix locking in bufferevent_get_options_(). (dbc9cd4 Maxime Henrion)
1051 o Fix dns/leak_resume_send_err test. (7e876df Azat Khuzhin)
1054 o Fix a (failure-only) null dereference in the unit tests (1104d0b)
1055 o Fix a logic error in test_evbuffer_freeze (7765884)
1057 o Fix some crash-on-fail cases in DNS regression tests (87cd6f0)
1079 o Fix a typo (be7bf2c Ondřej Kuzník)
1082 o Fix duplicate paragraph in evbuffer_ptr documentation (58408ee)
1085 o Fix a pile of coverity warnings in the unit tests (867f401)
1086 o Fix coverity warnings in benchmark tools. (ff7f739)
1089 o Fix a couple of compilation warnings in regress_http.c (860767e)
1090 o Fix even more coverity warnings. (d240328)
1098 o Fix needless bufferevent includes in evdns.c (254c04e)
1099 o Fix a couple of "#ifdef WIN32" instances (88ecda3)
1154 o Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabled (7e45739)
1155 o Fix missing AC_PROG_SED on older Autoconfs (9ab2b3f Tay Ray Chuan)
1167 o Fix a locking error in bufferevent_socket_get_dns_error. (0a5eb2e)
1170 o Fix a mistake in evbuffer_remove() arguments in example http server code
1172 o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5)
1176 o Fix cut-and-paste err in whatsnew-2.1 (49905ac)
1177 o Fix comment to refer to sample/include.am correctly (9e8cdf3 Sebastian
1179 o Fix typo : Dispatching instead of Dispaching (0c2bacc Volker Lendecke)
1190 o Fix harmless clang enum warning (b452a43 Sebastian Hahn)
1206 o Fix ipv6 support for http. When URL contain domain, not IP
1235 o Fix a bug in the new main/event_foreach test (702c9aa)
1242 o Fix a warning introduced in 0c6ec5d8 (eeb700c)
1243 o Fix another warning introduced in 0c6ec5d8 (ed26561)
1357 o Fix renegotiation test to work around openssl 1.0.1 bug (c2f3086)
1358 o Fix a couple of compile warnings in the unit tests (5a9a014)
1393 o Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabled (7e45739)
1394 o Fix missing AC_PROG_SED on older Autoconfs (9ab2b3f Tay Ray Chuan)
1400 o Fix a compiler warning when checking for arc4random_buf linker breakage. (5cb3865)
1401 o Fix another arc4random_buf-related warning (e64a2b0)
1406 o Fix a locking error in bufferevent_socket_get_dns_error. (0a5eb2e)
1415 o Fix SEGFAULT after evdns_base_resume if no nameservers installed. (f8d7df8 Azat Khuzhin)
1425 o Fix a mistake in evbuffer_remove() arguments in example http server code (c322c20 Gyepi Sam)
1426 o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5)
1438 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
1443 o tests: Fix renegotiation test to work around openssl 1.0.1 bug (c2f3086)
1451 o evhttp: Fix a memory leak on error in evhttp_uriencode (11c8b31)
1466 o Fix an unused variable warning on *BSD. (c0720c1)
1469 o Fix a couple of memory leaks (found with Valgrind). (3b2529a Ross Lagerwall)
1471 o Fix possible uninitialized read in dns regression tests. Found by coverity. (2259777)
1473 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d)
1474 o Fix resource leaks in the unit tests; found by coverity (270f279)
1498 o Fix a typo in the bufferevent documentation (98e9119)
1500 o Fix the website URL in the readme (f775521)
1503 o Fix a compilation error with MSVC 2005 due to use of mode_t (336dcae)
1540 o Fix a list corruption bug when using event_reinit() with signals present (6e41cdc)
1541 o Fix a fd leak in event_reinit() (3f18ad1)
1548 o Fix behavior of evbuffer_peek(buf,-1,NULL,NULL,0) (c986f23 Zack Weinberg)
1558 o Fix a silly compilation error with the sun compiler (1927776 Colin Watt)
1569 o Fix a race condition in the dns/bufferevent_connect_hostname test. (cba48c7)
1579 o Fix compile warning from saying event2/*.h inside a comment (447b0ba)
1585 o Fix an evbuffer crash in evbuffer_remove_buffer() (c37069c)
1604 o Fix typo in whatsnew-2.0.txt (674bc6a Mansour Moufid)
1622 o Fix docstring in dns.h (2b6eae5 Leonid Evdokimov)
1630 o Fix some "value never used" warnings with gcc 4.6.1 (39c0cf7)
1638 o Fix handling of group rate limits under 64 bytes of burst (6d5440e)
1651 o Fix evsig_dealloc memory leak with debugging turned on. (9b724b2 Leonid Evdokimov)
1652 o Fix request_finished memory leak with debugging turned on. (aff6ba1 Leonid Evdokimov)
1663 o Fix bug in SSL bufferevents backed by a bev with a write high-watermarks (e050703 Joachim Bauch)
1666 o Fix incorrect results from evbuffer_search_eol(EOL_LF) (4461f1a)
1679 o Fix up test_evutil_snprintf (caf695a)
1680 o Fix tinytest invocation from windows shell (57def34 Ed Day)
1684 o Fix select.c compilation on systems with no NFDBITS (49d1136)
1685 o Fix a few warnings on OpenBSD (8ee9f9c Nicholas Marriott)
1688 o Fix AIX build issue with TAILQ_FOREACH definition (e934096)
1693 o Fix a warn-and-fail bug in kqueue by providing kevent() room to report errors (28317a0)
1694 o Fix an assert-inducing fencepost bug in the select backend (d90149d)
1695 o Fix failing http assertion introducd in commit 0d6622e (0848814 Kevin Ko)
1696 o Fix a bug that prevented us from configuring IPv6 nameservers. (74760f1)
1710 o Fix a compile warning with zlib 1.2.4 and 1.2.5 (5786b91 Sebastian Hahn)
1711 o Fix compilation with GCC 2, which had no __builtin_expect (09d39a1 Dave Hart)
1712 o Fix new warnings from GCC 4.6 (06a714f)
1719 o Fix winsock2.h #include issues with MSVC (3d768dc Peter Rosin)
1730 o Fix evport handling of POLLHUP and POLLERR (b42ce4b)
1731 o Fix compilation on Windows with NDEBUG (cb8059d)
1738 o Fix a type error in our (unused) arc4random_stir() (f736198)
1742 o Fix incorrect assertions and possible use-after-free in evrpc_free() (4b8f02f Christophe Fillot)
1744 o Fix subtle recursion in evhttp_connection_cb_cleanup(). (218cf19 Tomash Brechko)
1745 …o Fix the case when failed evhttp_make_request() leaved request in the queue. (0d6622e Tomash Brec…
1746 o Fix a crash bug in evdns server circular list code (00e91b3)
1748 o Fix a memory leak on win32 socket->event map. (b4f89f0)
1750 o Fix possible NULL-deref in evdns_cancel_request (5208544 Sebastian Hahn)
1757 o Fix http unit test on non-windows platforms without getaddrinfo (6092f12)
1764 o Fix the check for multicast or broadcast addresses in evutil_check_interfaces (1a21d7b)
1771 o Fix test.sh output on solaris (b4f89b6 Dave Hart)
1785 o Fix warnings about AC_LANG_PROGRAM usage (f663112 Sebastian Hahn)
1787 o Fix autoconf bracket issues; make check for getaddrinfo include netdb.h (833e5e9 Harlan Stenn)
1789 o Fix make distcheck & installation of libevent 1 headers (b5a1f9f Dave Hart)
1790 o Fix compilation under LLVM/clang with --enable-gcc-warnings (ad9ff58 Sebastian Hahn)
1799 o Fix sample/http-server ipv6 fixes (eb692be)
1803 o Fix a couple of memory leaks in samples/http-server.c. Found by Dave Hart. (2e9f665)
1822 o Fix handling of no-python case for nonrecursive make (1e3123d)
1835 o Fix a comment in test-fdleak after 077c7e949. (3881d8f Ross Lagerwall)
1837 o Fix typo : events instead of evets (05f1aca Azat Khuzhin)
1857 o Fix another possible uninitialized read in dns regression tests. Found
1862 o Fix a shadowed variable in addfile_test_readcb; found by coverity
1871 o Fix event_dlist definition when sys/queue not included (81b6209
1908 o Fix a bug in the improved EOL_CRLF code (d927965)
1973 o Fix windows file segment mappings (8254de7)
1993 o Fix two issues in the allow_dirty_shutdown code. (f3b89de)
2032 o Fix a comment warning and add evconfig-private.h to .gitignore
2053 o Fix OSX build: $(OPENSSL_INCS) needs to be after
2120 o Fix a compile warning in event_reinit (e4a56ed Sebastian Hahn)
2138 o Fix all identifiers with names beginning with underscore. (cb9da0b)
2141 o Fix some problems introduced by automated identifier cleanup script
2146 o Fix doxygen to use new macro conventions (da455e9)
2153 o Fix up sample/event-test.c to use newer interfaces and make it