Lines Matching refs:fix

28   o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin)
30 o http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else) (1be25938 Azat Khuzhin)
36 o evdns: fix a crash when evdns_base with waiting requests is freed (6f8e0e97 ayuseleznev)
37 o event_base_once: fix potential null pointer threat (2e9ceb16 chenguolong)
39 o evbuffer_add_file: fix freeing of segment in the error path (5f017bde Azat Khuzhin)
41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin)
63 o cmake: fix getaddrinfo checking error (dea51c2e yuangongji)
64 o autoconf: fix getaddrinfo checking errors on mingw (b9bf7fa7 yuangongji)
73 o cmake: fix getrandom() detection (e0e5f3bd Azat Khuzhin)
84 This release contains one ABI breakage fix (that had been introduced in
93 to tune SO_RCVBUF/SO_SNDBUF in evdns, but one can count it as a bug-fix on
115 o m4/libevent_openssl.m4: fix detection of openssl (d4056e59 Fabrice Fontaine)
119 o buffer: fix possible NULL dereference in evbuffer_setcb() on ENOMEM (598f247d Azat Khuzhin)
155 o evdns: fix lock/unlock mismatch in evdns_close_server_port() (54103883 zhuizhuhaomeng)
165 o Merge pull request #769 from sungjungk/fix-return-handling (91084140 Nathan French)
218 o fix connection retries when there more then one request for connection (d30e7bba)
223 o fix leaks in evhttp_uriencode() (123362e9)
228 o fix handling of close_notify (ssl) in http with openssl bufferevents (7e91622b)
245 o Merge branch 'ssl_bufferevent_wm_filter-fix' (30020a35)
263 o Merge branch 'evdns_getaddrinfo-race-fix' (3237d697)
273 o fix incorrect unlock of the buffer mutex (for deferred callbacks) (2b4d127d)
277 o fix checking of devpoll backend (like in autotools, by devpoll.h existence) (7f161902)
283 o fix pkgconfig generation (copy-paste typo) (cc554d87)
304 o Merge branch 'fix-openssl-linking' (e7bd9e03)
305 o Merge branch 'fix-struct-linger' (8567f2f5)
325 o util-internal: fix __func__ redefinition (netbsd) (253e7fa9 Azat Khuzhin)
328 o http: fix formatter for pritnf for req->ntoread (osx) (1cbf26f6 Azat Khuzhin)
344 o Merge branch 'be-openssl-fd-reset-fix-v2' (86fa0070,32adf434 Azat Khuzhin)
361 o travis-ci/osx: fix compiling/linking openssl libraries (9d2f8d4 Azat Khuzhin)
370 o cmake: fix finding python2, and check that it is really 2 (3453c08 Azat Khuzhin)
371 o cmake: fix CheckFunctionExistsEx/CheckPrototypeDefinition (CMP0054) (43b69b2 Azat Khuzhin)
373 o cmake/win32: fix running regress, but fixing finding python2 interpreter (bcb990a Azat Khuzhin)
392 o README.md: fix typo: ar -> are (2361616 Simone Basso)
398 bufferevents, core, http, samples), improvements but mostly to fix some
403 o evutil_parse_sockaddr_port(): fix buffer overflow (329acc1 Azat Khuzhin)
406 o evdns: name_parse(): fix remote stack overread (96f64a0 Azat Khuzhin)
407 o evdns: fix searching empty hostnames (ec65c42 Azat Khuzhin)
435 o fix the return value of event_deferred_cb_schedule_ (38cef64 Greg Hazel)
441 …o evthread: fix evthread_setup_global_lock_() for debug-lock with a real-lock case (e4556fc Azat K…
446 o evdns: evdns_base_free(): fix UAF of evdns_base with @fail_requests (00313c5 Azat Khuzhin)
448 o evdns: fix randomize-case by make case-insensitive as required (9c238de Azat Khuzhin)
464 o be_openssl: get rid off hackish "fd_is_set", to fix some corner cases (40b0379 Azat Khuzhin)
471 o evhttp_have_expect(): fix -Wlogical-not-parentheses (24b5214 Azat Khuzhin)
475 o http: fix EVHTTP_CON_READ_ON_WRITE_ERROR when it doesn't supported by OS (2ff164a Azat Khuzhin)
476 … o http: do not do function calls under EVUTIL_ASSERT() to fix NDEBUG builds (7c89999 Azat Khuzhin)
477 o http: fix leaking of response_code_line (8f18a62 Azat Khuzhin)
478 o http: fix "Expect: 100-continue" client side (0b46b39 Azat Khuzhin)
479 …o http: fix conflicts EVHTTP_CON_AUTOFREE and EVHTTP_CON_REUSE_CONNECTED_ADDR (4dc0979 Azat Khuzhi…
482 …o http: fix evhttp_request_own() by checking EVHTTP_USER_OWNED in more cases (b0d3964 Azat Khuzhin)
483 o http: fix detecting EOF without write (7ed02ac Azat Khuzhin)
490 o buffer: fix overflow check in evbuffer_expand_singlechain() (a3f4ccd Azat Khuzhin)
502 …o tests: use waitpid(..., WNOWAIT) to fix failing of main/fork under solaris (43eb56c Azat Khuzhin)
505 …o test/bufferevent/iocp: fix test name for "bufferevent_connect_fail_eventcb" (4410e9d Azat Khuzhi…
506 …o test/ssl: use send()/recv()/EVUTIL_ERR_RW_RETRIABLE()/EVUTIL_SOCKET_ERROR() to fix win32 (a9e8cd…
508 o test: fix building with --disable-thread-support under win32 (a487706 Azat Khuzhin)
516 o test/buffer: fix leak in test_evbuffer_prepend() (c08d90b Azat Khuzhin)
523 o test/http: fix running some tests sequential (with --no-fork) (bddad71 Azat Khuzhin)
526 o test/http: fix SERVER_TIMEOUT tests under win32 (d49a658 Azat Khuzhin)
533 o test/http: read_on_write_error: fix it for win32 (3b58169 Azat Khuzhin)
538 o test/http: avoid huge stack allocations to fix win32 builds (3166765 Azat Khuzhin)
544 o test/tinytest_demo: include <windows.h> for win32 to fix tdm-gcc (f062bbe Azat Khuzhin)
558 o test/regress: fix ssl-less builds (need to make this prettier) (3160716 Azat Khuzhin)
559 o test/http: allow dirty shutdown for ssl to fix https_incomplete (1ede326 Azat Khuzhin)
570 o test/regress_buffer: fix clang compilation warnings (d8fd4c0 Azat Khuzhin)
571 …o test/regress_http: fix compilation warnings (-Wmissing-field-initializers) (cd422e0 Azat Khuzhin)
572 …o test/regress_dns: fix compilation warnings (-Wmissing-field-initializers/for) (f55db98 Azat Khuz…
574 o test: fix bufferevent/bufferevent_pair_release_lock in debug mode (3f749e9 Azat Khuzhin)
575 o test: fix bufferevent/bufferevent_pair_release_lock for freebsd (79f9ace Azat Khuzhin)
581 o test/regress: fix bufferevent_pair_release_lock with EVENT_DEBUG_MODE (6ea6655 Azat Khuzhin)
647 o buffer_compat: fix comment -- we have EVBUFFER_EOL_ANY not EOL_STYLE_ANY (575ff67 Azat Khuzhin)
675 o be: fix sockaddr_in6 type definition for win32 (c42bc6b Azat Khuzhin)
679 o travis: fix autotools on osx by reinstalling libtool (088ea5e Azat Khuzhin)
700 o cmake/solaris: set CMAKE_REQUIRED_LIBRARIES to fix functions detections (dc95823 Azat Khuzhin)
701 o cmake/solaris: fix building (link with socket,nsl) (050bfc7 Azat Khuzhin)
703 o autotools/win32: fix searching ssl library (671a24f Azat Khuzhin)
706 o cmake: fix -DEVENT__ENABLE_VERBOSE_DEBUG (typo on -DUSE_DEBUG) (e35f224 Azat Khuzhin)
708 o autoconf: fix --disable-thread-support build under win32 (bb09535 Azat Khuzhin)
719 o cmake: fix adding of compiler flags, and now it will (36588e1 Azat Khuzhin)
722 o util: fix "%zu" format on TDM-gcc/MinGW-w64 (79b69d8 Azat Khuzhin)
725 o cmake: fix building dns-example under win32 (missing getopt) (a1609a8 Azat Khuzhin)
738 o autotools: fix getservbyname() detection (959a4c2 Azat Khuzhin)
741 o test/regress_be: drop debug __asm__(int3) to fix arm build (8240379 Azat Khuzhin)
742 o event_debug_created_threadable_ctx_: fix compilation without debug mode (a068f2e Azat Khuzhin)
747 o *fix: bench_httpclient to support win32 (4e9325e zeliard)
784 o [Bugfix] fix bufferevent setwatermark suspend_read (b34e4ac ufo2243)
801 o evdns: fix EVDNS_BASE_DISABLE_WHEN_INACTIVE in case retransmit/retry (74d0eee Azat Khuzhin)
806 …o http: reset connection before installing retry timer (fix http retries handling) (bc79cc5 Azat K…
810 o regress_dns: fix leaks in getaddrinfo_async{,_cancel_stress} tests (2fdc5f2 Azat Khuzhin)
819 o regress_buffer: fix 'memcmp' compare size (79800df Maks Naumov)
849 o [Bugfix] fix grammer error (3a4d249 ufo2243)
909 o bug fix for issues #293 evdns_base_load_hosts doesn't remove
1000 o libevent/win32_dealloc() : fix sizeof(pointer) vs sizeof(*pointer)
1023 o fix for ServFail from RIPE Atlas release (62f596b Antony Antony)
1087 o Whoops; fix compilation in bench.c (544cf88)
1092 o Add an include to evrpc-internal to fix openbsd compilation warning
1123 programs. This ought to fix the longstanding bug with deadlocks in
1150 Bugfixes (evhttp, crash fix, from 2.0)
1151 o fix #73 and fix http_connection_fail_test to catch it (b618204 Greg Hazel)
1180 o fix some hinky indentation in evhttp_make_request (80e220e Patrick
1208 o uri decode: fix for warning "use of uninitialised value" (64b6ece Azat
1389 o fix #73 and fix http_connection_fail_test to catch it (crash fix) (b618204 Greg Hazel)
1407 o libevent/win32_dealloc() : fix sizeof(pointer) vs sizeof(*pointer) (b8f5980 Frank Denis)
1555 o evdns: fix a bug in circular-queue implementation (d6094b1)
1641 …o clear read watermark on underlying bufferevent when creating filtering bev to fix potentially fa…
1656 o Try to fix 'make distcheck' errors when building out-of-tree (04656ea Dave Hart)
1762 o Add -D_OSF_SOURCE to fix hpux builds (0b33479 Harlan Stenn)
1798 o fix spelling mistake in whatsnew-2.0.txt (deb2f73)