Lines Matching refs:Fix

11   o Fix _FILE_OFFSET_BITS redinition (solaris/autotools) (336f3b11 Azat Khuzhin)
13 o Fix signedness differ for iov_base (solaris) (2c62062e Azat Khuzhin)
33 o Fix incorrect MIME type (23f9a20e johnsonlee)
54 o Fix cmake -DEVENT__COVERAGE=ON (40fbffc Azat Khuzhin)
114 o Fix getaddrinfo under solaris (for multiprotocol case) (40730ae Azat Khuzhin)
119 o Fix checking for make_base_notifiable() (f337296 Azat Khuzhin)
121 o Fix garbage value in socketpair util function, stdint? (043ae74 Mark Ellzey)
140 …o Fix bufferevent_pair to properly set BEV_EVENT_{READING,WRITING} on flush. (2851889 David Paschi…
148 o Fix lock leak in be_pair_flush() if flush type is BEV_NORMAL (f45d39d Bill Vaughan)
171 o evhttp: Fix failure to send all output data for POST/PUT requests (24eea0d John Ohl)
172 o Fix evhttp_uriencode() regression. (c6b1ec1 Mark Ellzey)
179 o Fix n_add_for_cb in evbuffer_prepend() in case of new buffer required (0abd039 Azat Khuzhin)
186 o Fix potential fd leak in listener_read_cb() (a695a72 Mark Ellzey)
285 o Fix memory leak in signal-test.c (666db91 basavesh.as)
381 o Fix the link for appveyor OpenSSL installer (WIN32) (107d565 Mark Ellzey)
408 o test/regress_ssl: Fix compile problems for win32 (73d0360 Trond Norbye)
414 o cmake: Fix detection of ssize_t/SSIZE_T (7707f6b Azat Khuzhin)
436 o Fix mixed declarations and code (forbidden by ISO C90) (0c7f217 Thomas Bernard)
437 o Fix "function declaration isn’t a prototype" (746d2c5 Thomas Bernard)
457 o Fix use-after-free error in EV_CLOSURE_EVENT callback (3cc0eac John Ohl)
458 o Fix race caused by event_active (3c7d6fc vjpai)
461 o Fix evbuffer_peek() with len==-1 and start_at non-NULL. (ba59923)
463 o Fix evbuffer_peek() with len==-1 and start_at non-NULL. (fb7e76a)
469 o Fix issue #127, double free for filterevents that use BEV_OPT_CLOSE_ON_FREE (2c82aa0 John Ohl)
473 o Fix compilation for older OpenSSL versions. (5c7282f Joakim Soderberg)
485 o Fix a crash in evdns related to shutting down evdns (9f39c88,e8fe749)
507 o Fix a use-after-free in unit tests. CID 752027 (3739057)
508 o Fix a dead-code warning in unit tests. CID 1193548 (c119f24)
512 o Fix several memory leaks in the unit tests. (89c1a3b)
514 o Fix annoying heisenbug in test-time.c (cb73704)
528 o Fix cmake error when the Module path has more than one entry. (befbd13 Acer Yang)
529 o Fix CMake shared library build (e69d910 Nobuaki Sukegawa)
530 o Fix warnings when compiling with clang 3.5 (f5b4765 John Ohl)
531 o Fix mixed declarations and code (forbidden by ISO C90) (8afbdbc Thomas Bernard)
538 o Fix a c90 warning (76643dd)
539 o Fix a typo in a doxygen comment. Reported by 亦得. (be1aeff)
611 o Fix bench_cascade program on Windows. (78da644 Joakim Soderberg)
616 o Fix the make "verify" target on Windows. (67e5d74 Joakim Soderberg)
619 o Fix kqueue support. (a831f2f Joakim Söderberg)
627 o Fix the "make verify" target on NetBSD (4ac086a Joakim Soderberg)
633 o Fix typo (4b754df Joakim Soderberg)
637 o Fix so that old nmake project still builds. (24d6466 Joakim
646 o Fix include bug. (2024467 Joakim Söderberg)
649 o Fix broken autotools build. (ae1bd82 Joakim Söderberg)
651 o Fix CMake compile when OpenSSL is disabled. (e423d42 Joakim
655 o Fix https-client compilation on Windows. (d7be788 Joakim Soderberg)
672 o Fix reinit of fds with EV_WRITE but not EV_READ. (ebfd8a8 maksqwe)
680 o Fix a double close() bug in evhttp when the underlying bufferevent uses
682 o Fix an unlikely but possible error case for http connections (f22049e)
697 o Fix another arc4random_buf-related warning (e64a2b0)
705 o Fix SEGFAULT after evdns_base_resume if no nameservers
708 o Fix SEGFAULT after evdns_base_resume if no nameservers
713 o Fix test compilation with nmake: add the gdi.lib dependency (5ba8ab7)
720 o Fix a compiler warning when checking for arc4random_buf linker
722 o Fix 'make distcheck' by adding regress.gen.[ch] to DISTCLEANFILES
725 o Fix a c90 warning (c207682)
726 o Fix consts in WIN32-Code/getopt*.[ch] (57abb35)
731 o Fix locking in bufferevent_get_options_(). (dbc9cd4 Maxime Henrion)
738 o Fix dns/leak_resume_send_err test. (7e876df Azat Khuzhin)
741 o Fix a (failure-only) null dereference in the unit tests (1104d0b)
742 o Fix a logic error in test_evbuffer_freeze (7765884)
744 o Fix some crash-on-fail cases in DNS regression tests (87cd6f0)
766 o Fix a typo (be7bf2c Ondřej Kuzník)
769 o Fix duplicate paragraph in evbuffer_ptr documentation (58408ee)
772 o Fix a pile of coverity warnings in the unit tests (867f401)
773 o Fix coverity warnings in benchmark tools. (ff7f739)
776 o Fix a couple of compilation warnings in regress_http.c (860767e)
777 o Fix even more coverity warnings. (d240328)
785 o Fix needless bufferevent includes in evdns.c (254c04e)
786 o Fix a couple of "#ifdef WIN32" instances (88ecda3)
841 o Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabled (7e45739)
842 o Fix missing AC_PROG_SED on older Autoconfs (9ab2b3f Tay Ray Chuan)
854 o Fix a locking error in bufferevent_socket_get_dns_error. (0a5eb2e)
857 o Fix a mistake in evbuffer_remove() arguments in example http server code
859 o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5)
863 o Fix cut-and-paste err in whatsnew-2.1 (49905ac)
864 o Fix comment to refer to sample/include.am correctly (9e8cdf3 Sebastian
866 o Fix typo : Dispatching instead of Dispaching (0c2bacc Volker Lendecke)
877 o Fix harmless clang enum warning (b452a43 Sebastian Hahn)
893 o Fix ipv6 support for http. When URL contain domain, not IP
922 o Fix a bug in the new main/event_foreach test (702c9aa)
929 o Fix a warning introduced in 0c6ec5d8 (eeb700c)
930 o Fix another warning introduced in 0c6ec5d8 (ed26561)
1044 o Fix renegotiation test to work around openssl 1.0.1 bug (c2f3086)
1045 o Fix a couple of compile warnings in the unit tests (5a9a014)
1080 o Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabled (7e45739)
1081 o Fix missing AC_PROG_SED on older Autoconfs (9ab2b3f Tay Ray Chuan)
1087 o Fix a compiler warning when checking for arc4random_buf linker breakage. (5cb3865)
1088 o Fix another arc4random_buf-related warning (e64a2b0)
1093 o Fix a locking error in bufferevent_socket_get_dns_error. (0a5eb2e)
1102 o Fix SEGFAULT after evdns_base_resume if no nameservers installed. (f8d7df8 Azat Khuzhin)
1112 o Fix a mistake in evbuffer_remove() arguments in example http server code (c322c20 Gyepi Sam)
1113 o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5)
1125 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
1130 o tests: Fix renegotiation test to work around openssl 1.0.1 bug (c2f3086)
1138 o evhttp: Fix a memory leak on error in evhttp_uriencode (11c8b31)
1153 o Fix an unused variable warning on *BSD. (c0720c1)
1156 o Fix a couple of memory leaks (found with Valgrind). (3b2529a Ross Lagerwall)
1158 o Fix possible uninitialized read in dns regression tests. Found by coverity. (2259777)
1160 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d)
1161 o Fix resource leaks in the unit tests; found by coverity (270f279)
1185 o Fix a typo in the bufferevent documentation (98e9119)
1187 o Fix the website URL in the readme (f775521)
1190 o Fix a compilation error with MSVC 2005 due to use of mode_t (336dcae)
1227 o Fix a list corruption bug when using event_reinit() with signals present (6e41cdc)
1228 o Fix a fd leak in event_reinit() (3f18ad1)
1235 o Fix behavior of evbuffer_peek(buf,-1,NULL,NULL,0) (c986f23 Zack Weinberg)
1245 o Fix a silly compilation error with the sun compiler (1927776 Colin Watt)
1256 o Fix a race condition in the dns/bufferevent_connect_hostname test. (cba48c7)
1266 o Fix compile warning from saying event2/*.h inside a comment (447b0ba)
1272 o Fix an evbuffer crash in evbuffer_remove_buffer() (c37069c)
1291 o Fix typo in whatsnew-2.0.txt (674bc6a Mansour Moufid)
1309 o Fix docstring in dns.h (2b6eae5 Leonid Evdokimov)
1317 o Fix some "value never used" warnings with gcc 4.6.1 (39c0cf7)
1325 o Fix handling of group rate limits under 64 bytes of burst (6d5440e)
1338 o Fix evsig_dealloc memory leak with debugging turned on. (9b724b2 Leonid Evdokimov)
1339 o Fix request_finished memory leak with debugging turned on. (aff6ba1 Leonid Evdokimov)
1350 o Fix bug in SSL bufferevents backed by a bev with a write high-watermarks (e050703 Joachim Bauch)
1353 o Fix incorrect results from evbuffer_search_eol(EOL_LF) (4461f1a)
1366 o Fix up test_evutil_snprintf (caf695a)
1367 o Fix tinytest invocation from windows shell (57def34 Ed Day)
1371 o Fix select.c compilation on systems with no NFDBITS (49d1136)
1372 o Fix a few warnings on OpenBSD (8ee9f9c Nicholas Marriott)
1375 o Fix AIX build issue with TAILQ_FOREACH definition (e934096)
1380 o Fix a warn-and-fail bug in kqueue by providing kevent() room to report errors (28317a0)
1381 o Fix an assert-inducing fencepost bug in the select backend (d90149d)
1382 o Fix failing http assertion introducd in commit 0d6622e (0848814 Kevin Ko)
1383 o Fix a bug that prevented us from configuring IPv6 nameservers. (74760f1)
1397 o Fix a compile warning with zlib 1.2.4 and 1.2.5 (5786b91 Sebastian Hahn)
1398 o Fix compilation with GCC 2, which had no __builtin_expect (09d39a1 Dave Hart)
1399 o Fix new warnings from GCC 4.6 (06a714f)
1406 o Fix winsock2.h #include issues with MSVC (3d768dc Peter Rosin)
1417 o Fix evport handling of POLLHUP and POLLERR (b42ce4b)
1418 o Fix compilation on Windows with NDEBUG (cb8059d)
1425 o Fix a type error in our (unused) arc4random_stir() (f736198)
1429 o Fix incorrect assertions and possible use-after-free in evrpc_free() (4b8f02f Christophe Fillot)
1431 o Fix subtle recursion in evhttp_connection_cb_cleanup(). (218cf19 Tomash Brechko)
1432 …o Fix the case when failed evhttp_make_request() leaved request in the queue. (0d6622e Tomash Brec…
1433 o Fix a crash bug in evdns server circular list code (00e91b3)
1435 o Fix a memory leak on win32 socket->event map. (b4f89f0)
1437 o Fix possible NULL-deref in evdns_cancel_request (5208544 Sebastian Hahn)
1444 o Fix http unit test on non-windows platforms without getaddrinfo (6092f12)
1451 o Fix the check for multicast or broadcast addresses in evutil_check_interfaces (1a21d7b)
1458 o Fix test.sh output on solaris (b4f89b6 Dave Hart)
1472 o Fix warnings about AC_LANG_PROGRAM usage (f663112 Sebastian Hahn)
1474 o Fix autoconf bracket issues; make check for getaddrinfo include netdb.h (833e5e9 Harlan Stenn)
1476 o Fix make distcheck & installation of libevent 1 headers (b5a1f9f Dave Hart)
1477 o Fix compilation under LLVM/clang with --enable-gcc-warnings (ad9ff58 Sebastian Hahn)
1486 o Fix sample/http-server ipv6 fixes (eb692be)
1490 o Fix a couple of memory leaks in samples/http-server.c. Found by Dave Hart. (2e9f665)
1509 o Fix handling of no-python case for nonrecursive make (1e3123d)
1522 o Fix a comment in test-fdleak after 077c7e949. (3881d8f Ross Lagerwall)
1524 o Fix typo : events instead of evets (05f1aca Azat Khuzhin)
1544 o Fix another possible uninitialized read in dns regression tests. Found
1549 o Fix a shadowed variable in addfile_test_readcb; found by coverity
1558 o Fix event_dlist definition when sys/queue not included (81b6209
1595 o Fix a bug in the improved EOL_CRLF code (d927965)
1660 o Fix windows file segment mappings (8254de7)
1680 o Fix two issues in the allow_dirty_shutdown code. (f3b89de)
1719 o Fix a comment warning and add evconfig-private.h to .gitignore
1740 o Fix OSX build: $(OPENSSL_INCS) needs to be after
1807 o Fix a compile warning in event_reinit (e4a56ed Sebastian Hahn)
1825 o Fix all identifiers with names beginning with underscore. (cb9da0b)
1828 o Fix some problems introduced by automated identifier cleanup script
1833 o Fix doxygen to use new macro conventions (da455e9)
1840 o Fix up sample/event-test.c to use newer interfaces and make it