]> granicus.if.org Git - libevent/shortlog
libevent
2019-02-02 Azat Khuzhinautotools: include win32 specific headers for socklen_t...
2019-02-02 Azat Khuzhinappveyor: disable almost all configurations (except...
2019-02-02 Xiaozhou LiuFix typo
2019-02-02 Nathan French[http] fix C90 warnings
2019-02-02 Philip PrindevilleTell Travis to use quiet git clone
2019-02-02 Leo Zhangtest: make regress_dns C89 compatible
2019-02-02 Azat KhuzhinIgnore evconfig-private.h for autotools
2019-02-02 Azat KhuzhinReplace all EVENT_HAVE with EVENT__HAVE (EVENT__HAVE_US...
2019-02-02 Philip PrindevilleAdd convenience macros for user-triggered events
2019-02-02 Philip PrindevilleGet rid of macros which are never used
2019-02-02 an-taofix spelling mistakes
2019-02-02 Philip Prindevilleconfig.h can't be prefixed unconditionally
2019-02-02 Azat KhuzhinMake rpc headers self-compilable
2019-02-02 Azat KhuzhinNotify event base if there are no more events, so it...
2019-02-02 Azat KhuzhinFix CheckFunctionExistsEx() cmake macro on win32
2019-02-02 Azat Khuzhintest/dns: install correct RLIMIT_NOFILE in bufferevent_...
2019-02-02 Azat Khuzhintravis-ci: allow tests under osx to fail (temporary...
2019-02-02 Azat Khuzhintest/http: cover evhttp_connection_get_addr() for incom...
2019-02-02 Greg HazelFix evhttp_connection_get_addr() fox incomming http...
2019-02-02 Azat Khuzhintest/dns: verify bufferevent_socket_connect() errorcb...
2019-02-02 Jesse Fangbufferevent_socket_connect{,_hostname}() missing event...
2019-02-02 Azat Khuzhintest/dns: cleanup test_bufferevent_connect_hostname()
2019-02-02 Azat KhuzhinMerge branch 'pull-628'
2019-02-02 Azat KhuzhinAdopt ignore rules for cmake + ninja
2019-02-02 SuckShitFix assert() condition in evbuffer_drain() for IOCP
2019-02-02 The Gitter... Add Gitter badge
2019-02-02 Philip Herroncmake: ensure windows dll's are installed as well as...
2019-02-02 dpayneGenerating evdns_base_config_windows_nameservers docs...
2019-02-02 dpayneFixing doxygen docs for evdns_base_search_clear when...
2019-02-02 Bernard SpilFix build with LibreSSL 2.7
2019-02-02 Philip PrindevilleAvoid possible SEGVs in select() (in unit tests)
2019-02-02 Greg Hazeldon't fail be_null_filter if bytes are copied
2019-02-02 Greg HazelCall underlying bev ctrl GET_FD on filtered bufferevents
2019-02-02 Azat KhuzhinFix base unlocking in event_del() if event_base_set...
2019-02-02 Azat KhuzhinConvert event_debug_*() helpers from macros to static...
2019-02-02 stennProvide Makefile variables LIBEVENT_{CFLAGS,CPPFLAGS...
2019-02-02 Azat Khuzhinhttp: remove message in case !Content-Length and Connec...
2019-02-02 Azat Khuzhinbuffer: fix incorrect unlock of the buffer mutex (for...
2019-02-02 Dmitry AlimovFix typos in comments
2019-02-02 Azat Khuzhinhttp: fix leaks in evhttp_uriencode()
2019-02-02 Azat KhuzhinMerge branch 'listener-immediate-close'
2019-02-02 Marcin SzewczykFixed last_with_datap description
2019-02-02 Azat KhuzhinFix typo in cmake because of which EVENT__SIZEOF_SIZE_T...
2019-02-02 Greg HazelCONNECT method only takes an authority
2019-02-02 yongqing.jiaoIf precise_time is false, we should not set EVENT_BASE_...
2019-02-02 Azat KhuzhinMerge branch 'evconnlistener-do-not-close-client-fd'
2019-02-02 Andrey OkoshkinFix generation of LibeventConfig.cmake for the installa...
2019-02-02 Azat KhuzhinAdd missing includes into openssl-compat.h
2019-02-02 Azat KhuzhinFree dns/event bases in dns-example to avoid leaks
2019-02-02 ejurgensenFix incorrect ref to evhttp_get_decoded_uri in http.h
2019-02-02 Azat KhuzhinFix crashing http server when callback do not reply...
2019-02-02 lightningkaycmake doesn't has POLICY CMP0054 in low version
2019-02-02 Azat KhuzhinAllow bodies for GET/DELETE/OPTIONS/CONNECT
2019-02-02 Andreas GustafssonDo not crash when evhttp_send_reply_start() is called...
2019-02-02 Azat KhuzhinFix crashing http server when callback do not reply...
2019-02-02 Azat Khuzhinfix handling of close_notify (ssl) in http with openssl...
2019-02-02 Kiyoshi AmanPort `event_rpcgen.py` and `test/check-dumpevents.py...
2019-02-02 Azat KhuzhinRemove OpenSSL paragram from README
2019-02-02 Vincent JARDINtest: fix warning
2019-02-02 Carlo Marcelo... configure: avoid false positive in DragonFlyBSD
2019-02-02 Carlo Marcelo... test: avoid regress hanging in macOS
2019-02-02 Carlo Marcelo... autotools: confirm openssl is working before using
2019-02-02 Carlo Marcelo... test: fix 32bit linux regress
2019-02-02 Carlo Marcelo... autotools: pass $(OPENSSL_INCS) for samples (FTBFS...
2019-02-02 Carlo Marcelo... always define EV_INT16_MIN
2019-02-02 RedfoxmoonAdd configure check for midipix
2019-02-02 James SyngeFix race in access to ev_res from event loop with event...
2019-02-02 Azat KhuzhinRemove check against passed bufferevent in bufferevent_...
2019-02-02 Azat KhuzhinFix wrong assert in evbuffer_drain()
2019-02-02 Azat KhuzhinMerge remote-tracking branch 'official/pr/527' -- docum...
2019-02-02 Ondřej KuzníkFix tests with detached builds
2019-02-02 Nikolay EdigaryevDocument some obvious cases where a function might...
2019-02-02 Azat KhuzhinFix event_debug_logging_mask_ exporting on win32
2019-02-02 Azat KhuzhinFix visibility issues under (mostly on win32)
2019-02-02 Azat Khuzhincmake: set CMP0054 to NEW to avoid variables over expan...
2019-02-02 Azat Khuzhincmake: fix building bench/bench_cascade under win32...
2019-02-02 Azat Khuzhincmake: avoid requiring cmake 3.1 on win32 for dns-example
2019-02-02 Azat Khuzhinle-proxy: fix compiling under win32 (because of no...
2019-02-02 Azat Khuzhinhttp-connect: exit on error
2019-02-02 Azat Khuzhintest: do not use .fieldname in structure initialization...
2019-02-02 Azat KhuzhinAdd missing print-winsock-errors.c into dist archive
2019-02-02 Maximilian... le-proxy: add missing return statement (UAF)
2019-02-02 José Luis MillánReturn from event_del() after the last event callback...
2019-02-02 Azat Khuzhintest: cover that after event_del() callback will not...
2019-02-02 Gonçalo RibeiroCorrect URL for the libevent logo
2019-02-02 David BenjaminExplicitly call SSL_clear when reseting the fd.
2019-02-02 Dominic Chenbufferevent: refactor to use type check macros
2019-02-02 Azat KhuzhinFix arc4random_addrandom() detecting and fallback ...
2019-02-02 Azat KhuzhinMake event_count macros cleaner
2019-02-02 Xiang Zhangfix evutil_make_internal_pipe_'s comment that fd[0...
2019-02-02 Azat Khuzhincmake: use APPEND during exporting targets (for old...
2019-02-02 Azat KhuzhinMerge branch 'win32-fixes'
2019-02-02 Azat Khuzhincmake: fix pkgconfig generation (copy-paste typo)
2019-02-02 Azat KhuzhinMerge branch 'cmake-missing-bits'
2019-02-02 Azat Khuzhintravis-ci: do not run coverage on osx
2019-02-02 Azat Khuzhinappveyor: remove -DEVENT__ENABLE_VERBOSE_DEBUG=ON build
2019-02-02 Shuo ChenFix detection of timerfd_create() in CMake.
2019-02-02 Azat KhuzhinDo not add epoll_sub (syscall wrappers) for epoll in...
2019-02-02 Azat KhuzhinMerge branch 'cmake-configure-fixes-v2'
2019-02-02 Azat Khuzhintravis-ci: remove -DEVENT__ENABLE_VERBOSE_DEBUG=ON...
next