]> granicus.if.org Git - libevent/shortlog
libevent
2018-02-12 Azat Khuzhinbuffer: fix incorrect unlock of the buffer mutex (for...
2018-01-15 Dmitry AlimovFix typos in comments
2018-01-09 Azat Khuzhinhttp: fix leaks in evhttp_uriencode()
2018-01-04 Azat KhuzhinMerge branch 'listener-immediate-close'
2018-01-04 Azat Khuzhintest/listener: cover immediate-close logic
2018-01-04 John FremlinImmediately stop trying to accept more connections...
2017-12-18 Marcin SzewczykFixed last_with_datap description
2017-12-18 John Fremlinhttp: add callback to allow server to decline (and...
2017-12-16 Azat KhuzhinFix typo in cmake because of which EVENT__SIZEOF_SIZE_T...
2017-12-10 Greg HazelCONNECT method only takes an authority
2017-12-10 yongqing.jiaoIf precise_time is false, we should not set EVENT_BASE_...
2017-12-10 Azat KhuzhinMerge branch 'evconnlistener-do-not-close-client-fd'
2017-12-10 Azat Khuzhinlistener: cover closing of fd in case evconnlistener_fr...
2017-12-10 Azat KhuzhinRevert "Fix potential fd leak in listener_read_cb()"
2017-11-29 Andrey OkoshkinFix generation of LibeventConfig.cmake for the installa...
2017-11-22 Azat KhuzhinAdd missing includes into openssl-compat.h
2017-11-19 Azat KhuzhinFree dns/event bases in dns-example to avoid leaks
2017-11-05 ejurgensenFix incorrect ref to evhttp_get_decoded_uri in http.h
2017-11-04 Azat KhuzhinFix crashing http server when callback do not reply...
2017-11-04 lightningkaycmake doesn't has POLICY CMP0054 in low version
2017-10-30 Azat KhuzhinAllow bodies for GET/DELETE/OPTIONS/CONNECT
2017-10-30 Andreas GustafssonDo not crash when evhttp_send_reply_start() is called...
2017-10-29 Azat KhuzhinFix crashing http server when callback do not reply...
2017-10-21 Azat Khuzhinfix handling of close_notify (ssl) in http with openssl...
2017-09-25 Kiyoshi AmanPort `event_rpcgen.py` and `test/check-dumpevents.py...
2017-09-24 Azat KhuzhinRemove OpenSSL paragram from README
2017-09-11 Vincent JARDINtest: fix warning
2017-09-10 Carlo Marcelo... configure: avoid false positive in DragonFlyBSD
2017-09-10 Carlo Marcelo... test: avoid regress hanging in macOS
2017-09-10 Carlo Marcelo... autotools: confirm openssl is working before using
2017-09-01 Carlo Marcelo... test: fix 32bit linux regress
2017-08-22 Carlo Marcelo... autotools: pass $(OPENSSL_INCS) for samples (FTBFS...
2017-08-17 Carlo Marcelo... always define EV_INT16_MIN
2017-08-15 RedfoxmoonAdd configure check for midipix
2017-08-14 James SyngeFix race in access to ev_res from event loop with event...
2017-08-14 Azat KhuzhinRemove check against passed bufferevent in bufferevent_...
2017-08-14 Azat KhuzhinFix wrong assert in evbuffer_drain()
2017-07-16 Azat KhuzhinMerge remote-tracking branch 'official/pr/527' -- docum...
2017-07-16 Ondřej KuzníkFix tests with detached builds
2017-07-06 Nikolay EdigaryevFix a few trivial documentation typos
2017-07-06 Nikolay EdigaryevClarify event_free() documentation regarding pending...
2017-07-02 Nikolay EdigaryevDocument some obvious cases where a function might...
2017-05-29 Azat KhuzhinFix event_debug_logging_mask_ exporting on win32
2017-05-29 Azat KhuzhinVagrant test
2017-05-29 Azat KhuzhinRevert "Make event_debug_get_logging_mask_() real symbo...
2017-05-29 Azat KhuzhinMake event_debug_get_logging_mask_() real symbol (win32)
2017-05-29 Azat KhuzhinFix visibility issues under (mostly on win32)
2017-05-29 Azat Khuzhincmake: set CMP0054 to NEW to avoid variables over expan...
2017-05-29 Azat Khuzhincmake: fix building bench/bench_cascade under win32...
2017-05-29 Azat Khuzhincmake: avoid requiring cmake 3.1 on win32 for dns-example
2017-05-29 Azat Khuzhinle-proxy: fix compiling under win32 (because of no...
2017-05-28 Azat Khuzhinhttp-connect: exit on error
2017-05-01 Azat Khuzhintest: do not use .fieldname in structure initialization...
2017-05-01 Azat KhuzhinAdd missing print-winsock-errors.c into dist archive
2017-04-29 Maximilian... le-proxy: add missing return statement (UAF)
2017-04-29 José Luis MillánReturn from event_del() after the last event callback...
2017-04-29 Azat Khuzhintest: cover that after event_del() callback will not...
2017-04-29 Gonçalo RibeiroCorrect URL for the libevent logo
2017-04-21 David BenjaminExplicitly call SSL_clear when reseting the fd.
2017-04-13 Dominic Chenbufferevent: refactor to use type check macros
2017-03-27 Azat KhuzhinFix arc4random_addrandom() detecting and fallback ...
2017-03-26 Azat KhuzhinMake event_count macros cleaner
2017-03-18 Xiang Zhangfix evutil_make_internal_pipe_'s comment that fd[0...
2017-03-14 Azat Khuzhincmake: use APPEND during exporting targets (for old...
2017-03-14 Azat KhuzhinMerge branch 'win32-fixes'
2017-03-14 Azat Khuzhintest: do not return void
2017-03-14 Azat Khuzhinlog/win32: fix exporting extern variable
2017-03-14 Azat Khuzhinlog-internal: missing extern "C"
2017-03-14 Azat Khuzhinlog: remove USE_GLOBAL_FOR_DEBUG_LOGGING
2017-03-14 Azat Khuzhincmake: Export missing symbols for win32
2017-03-13 Azat Khuzhincmake: eliminate EVENT_BUILDING_REGRESS_TEST, since...
2017-03-13 Azat Khuzhintest: windows doesn't have WNOWAIT
2017-03-13 Azat Khuzhincmake: clean not used #defines from event-config.h
2017-03-13 Azat Khuzhincmake: add <pthread.h> only for non-win32
2017-03-13 Azat Khuzhincmake: fix pkgconfig generation (copy-paste typo)
2017-03-13 Azat KhuzhinMerge branch 'cmake-missing-bits'
2017-03-13 Azat Khuzhincmake: support visibility for AppleClang too
2017-03-13 Azat Khuzhincmake: fix export absolute path and relative path and...
2017-03-13 Azat Khuzhincmake: generate and install pkgconfig files
2017-03-13 Azat Khuzhincmake: build SHARED and STATIC libraries (like autoconf...
2017-03-13 Azat Khuzhincmake: add missing event_openssl/event_pthreads libraries
2017-03-13 Azat KhuzhinExport symbols for -fvisibility=hidden (under cmake)
2017-03-12 Azat Khuzhintravis-ci: do not run coverage on osx
2017-03-12 Azat Khuzhintravis-ci: use travis_retry to reduce number of problem...
2017-03-12 Azat Khuzhinappveyor: remove -DEVENT__ENABLE_VERBOSE_DEBUG=ON build
2017-03-12 Shuo ChenFix detection of timerfd_create() in CMake.
2017-03-08 Azat KhuzhinDo not add epoll_sub (syscall wrappers) for epoll in...
2017-03-08 Azat KhuzhinMerge branch 'cmake-configure-fixes-v2'
2017-03-08 Azat Khuzhincmake: fix extracting of the version from git (check...
2017-03-08 Marek SeberaDetect arch4random_addrandom() existence
2017-03-08 Azat KhuzhinUse off_t instead of ev_off_t for sendfile() (fixes...
2017-03-08 Azat Khuzhincmake: detect _GNU_SOURCE not by __GNU_LIBRARY__ only...
2017-03-08 Azat KhuzhinCheck for WNOWAIT in waitpid() in runtime (not in cmake...
2017-03-08 Azat Khuzhincmake: add <pthread.h> into CMAKE_REQUIRED_INCLUDES...
2017-03-08 Azat Khuzhincmake: fix values for #cmakedefine
2017-03-08 Azat Khuzhincmake: drop duplicates from event-config template
2017-03-08 Azat Khuzhincmake: add value for the #cmakedefine macros (like...
2017-03-08 Azat Khuzhincmake: Fix checking of enum values from sysctl.h
2017-03-05 Azat Khuzhintravis-ci: remove -DEVENT__ENABLE_VERBOSE_DEBUG=ON...
2017-03-05 Azat KhuzhinMerge branch 'fix-openssl-linking'
next