]> granicus.if.org Git - libevent/shortlog
libevent
2019-02-02 Azat KhuzhinCheck existence of IPV6_V6ONLY in evutil_make_listen_so...
2019-02-02 Azat KhuzhinConvert evbuffer_strspn() (internal helper) to use...
2019-02-02 Azat Khuzhinbuffer: add an assert for last_with_datap to suppress...
2019-02-02 Azat Khuzhinbench_cascase: include getopt.h only for _WIN32 (like...
2019-02-02 Maya RashishDefine __EXT_POSIX2 for QNX
2019-02-02 Azat Khuzhinregress_ssl: reset static variables on test setup/clean...
2019-02-02 Azat Khuzhintest: export basic_test_setup/basic_test_cleanup to...
2019-02-02 Azat Khuzhintravis-ci: do not notify irc.oftc.net#libevent
2019-02-02 Azat Khuzhinbe_openssl: avoid leaking of SSL structure
2019-02-02 Azat Khuzhinbe_openssl: drop close_flag parameter of the BIO_new_bu...
2019-02-02 Azat Khuzhinregress_http: basic evhttp_parse_query_str() coverage
2019-02-02 Azat Khuzhincmake: add various warning flags like autotools has
2019-02-02 Azat Khuzhinautotools: do not add warnings that is included into...
2019-02-02 Murat Demirtenlistener: ipv6only socket bind support
2019-02-02 Azat KhuzhinMerge branch 'evutil_found_ifaddr-dev'
2019-02-02 Azat KhuzhinMerge branch 'http-request-line-parsing'
2019-02-02 Azat KhuzhinDisable parallel jobs for the osx (due to CPU time...
2019-02-02 Azat KhuzhinUse matrix.fast_finish for the travis-ci to mark the...
2019-02-02 Azat KhuzhinSimplify bufferevent timeout tests to reduce CPU usage...
2019-02-02 Bogdan Harjocevdns: handle NULL filename explicitly
2019-02-02 Azat KhuzhinMerge branch 'regress-dns-fixes'
2019-02-02 Jiri LuznickyFix missing LIST_HEAD
2019-02-02 Azat KhuzhinMake cmake's check_const_exists() rely on cache
2019-02-02 Azat KhuzhinMerge branch 'be-wm-overrun-v2'
2019-02-02 Azat KhuzhinAdd -fdiagnostics-color=always for Ninja
2019-02-02 Azat Khuzhinevrpc: avoid NULL dereference on request is not EVHTTP_...
2019-02-02 Carlo Marcelo... test: make sure pthread is defined
2019-02-02 Azat Khuzhinappveyor: add all build tree into artifacts in case...
2019-02-02 Bogdan Harjocdns-example: free result in getaddrinfo callback
2019-02-02 Philip PrindevilleEliminate compiler warnings (at least for gcc/linux)
2019-02-02 Azat KhuzhinMerge branch 'evdns_getaddrinfo-race-fix'
2019-02-02 Azat KhuzhinCleanup __func__ detection
2019-02-02 Azat KhuzhinMerge branch 'official/pr/671' -- README cleanup
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...
next