]> granicus.if.org Git - libevent/shortlog
libevent
2018-10-21 Azat KhuzhinTurn off dns/getaddrinfo_race_gotresolve by default
2018-10-21 Azat KhuzhinFix an error for debug locking in dns/getaddrinfo_race_...
2018-10-20 Jiri LuznickyFix missing LIST_HEAD
2018-10-18 Azat KhuzhinMake cmake's check_const_exists() rely on cache
2018-10-17 Azat KhuzhinMerge branch 'be-wm-overrun-v2'
2018-10-17 Azat KhuzhinFix hangs due to watermarks overruns in bufferevents...
2018-10-17 Azat Khuzhintest: cover watermarks (with some corner cases) in...
2018-10-17 Azat KhuzhinAdd -fdiagnostics-color=always for Ninja
2018-09-13 Azat Khuzhinevrpc: avoid NULL dereference on request is not EVHTTP_...
2018-09-13 Carlo Marcelo... test: make sure pthread is defined
2018-08-18 Azat Khuzhinappveyor: add all build tree into artifacts in case...
2018-08-17 Bogdan Harjocdns-example: free result in getaddrinfo callback
2018-08-17 Philip PrindevilleEliminate compiler warnings (at least for gcc/linux)
2018-08-02 Azat KhuzhinMerge branch 'evdns_getaddrinfo-race-fix'
2018-08-02 Sergey Fionovevdns: add regress test for getaddrinfo race
2018-08-02 Sergey Fionovevdns: fix race condition in evdns_getaddrinfo()
2018-08-01 Azat KhuzhinCleanup __func__ detection
2018-08-01 Azat KhuzhinMerge branch 'official/pr/671' -- README cleanup
2018-08-01 Azat Khuzhinautotools: include win32 specific headers for socklen_t...
2018-08-01 AapeliCapitalise project names consistently in README.md
2018-08-01 AapeliIndent configure flag section to make markdown format...
2018-08-01 AapeliUse https for resources that support it
2018-08-01 AapeliRewords awkward sentences in README.md
2018-08-01 AapeliFix typos in README.md
2018-08-01 Azat Khuzhinappveyor: disable almost all configurations (except...
2018-07-31 Azat Khuzhinvagrant/win32: reduce amount of threads
2018-07-31 Azat Khuzhinvagrant/win32: add missing aclocal
2018-07-29 Xiaozhou LiuFix typo
2018-07-05 Nathan French[http] fix C90 warnings
2018-06-21 Philip PrindevilleTell Travis to use quiet git clone
2018-06-21 Leo Zhangtest: make regress_dns C89 compatible
2018-06-20 Azat KhuzhinIgnore evconfig-private.h for autotools
2018-06-19 Azat KhuzhinReplace all EVENT_HAVE with EVENT__HAVE (EVENT__HAVE_US...
2018-06-18 Philip PrindevilleAdd convenience macros for user-triggered events
2018-06-16 Philip PrindevilleGet rid of macros which are never used
2018-06-07 an-taofix spelling mistakes
2018-06-07 Philip Prindevilleconfig.h can't be prefixed unconditionally
2018-05-06 Azat KhuzhinMake rpc headers self-compilable
2018-05-02 Nathan FrenchMerge pull request #632 from NathanFrench/realign_struc...
2018-04-30 Nathan French[core] re-order fields in struct event for memory effic...
2018-04-25 Azat KhuzhinNotify event base if there are no more events, so it...
2018-04-25 Azat KhuzhinFix CheckFunctionExistsEx() cmake macro on win32
2018-04-24 Azat Khuzhintest/dns: install correct RLIMIT_NOFILE in bufferevent_...
2018-04-23 Azat Khuzhintravis-ci: allow tests under osx to fail (temporary...
2018-04-23 Azat Khuzhintest/http: cover evhttp_connection_get_addr() for incom...
2018-04-23 Greg HazelFix evhttp_connection_get_addr() fox incomming http...
2018-04-23 Azat Khuzhintest/dns: verify bufferevent_socket_connect() errorcb...
2018-04-23 Jesse Fangbufferevent_socket_connect{,_hostname}() missing event...
2018-04-23 Azat Khuzhintest/dns: cleanup test_bufferevent_connect_hostname()
2018-04-22 Azat KhuzhinMerge branch 'pull-628'
2018-04-22 Cristian Morales... Give priority to the build directory headers
2018-04-22 Cristian Morales... Do not ship evconfig-private.h in dist archive
2018-04-22 Azat KhuzhinAdopt ignore rules for cmake + ninja
2018-04-22 SuckShitFix assert() condition in evbuffer_drain() for IOCP
2018-04-15 The Gitter... Add Gitter badge
2018-04-08 Philip Herroncmake: ensure windows dll's are installed as well as...
2018-04-03 dpayneGenerating evdns_base_config_windows_nameservers docs...
2018-04-03 dpayneFixing doxygen docs for evdns_base_search_clear when...
2018-04-02 Bernard SpilFix build with LibreSSL 2.7
2018-03-29 Philip PrindevilleAvoid possible SEGVs in select() (in unit tests)
2018-03-25 Greg Hazeldon't fail be_null_filter if bytes are copied
2018-03-25 Greg HazelCall underlying bev ctrl GET_FD on filtered bufferevents
2018-02-28 Azat KhuzhinFix base unlocking in event_del() if event_base_set...
2018-02-27 Azat KhuzhinConvert event_debug_*() helpers from macros to static...
2018-02-24 stennProvide Makefile variables LIBEVENT_{CFLAGS,CPPFLAGS...
2018-02-20 Azat Khuzhinhttp: remove message in case !Content-Length and Connec...
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
next