]> granicus.if.org Git - libevent/shortlog
libevent
2018-12-05 Azat KhuzhinAdd mailmap
2018-11-22 Azat Khuzhintest: add TT_RETRIABLE for http/cancel_by_host_no_ns
2018-11-22 Azat Khuzhinappveyor: enable parallel build
2018-11-22 Azat Khuzhincmake: do not build both (SHARED and STATIC) for MSVC...
2018-11-22 Azat Khuzhincmake: introduce EVENT__LIBRARY_TYPE option
2018-11-22 Azat Khuzhincmake: drop redundant add_dependencies()
2018-11-20 Azat KhuzhinMerge branch 'TT_RETRIABLE'
2018-11-20 Azat KhuzhinMark a lot of flacky tests with TT_RETRIABLE (for linux...
2018-11-20 Azat Khuzhinregress: introduce TT_RETRIABLE
2018-11-20 Azat Khuzhinbufferevent: add debug messages when .setfd/.getfd...
2018-11-20 Azat Khuzhinhttp: improve error path for bufferevent_{setfd,enable...
2018-11-20 Azat Khuzhinregress_http: fix compilation with !EVENT__HAVE_OPENSSL
2018-11-13 Azat Khuzhinregress_bufferevent: add TT_IOCP_LEGACY/TT_IOCP
2018-11-13 Azat Khuzhint/bench_http: disable buffering (win32 do not show...
2018-11-13 Azat Khuzhins/http-server: check for EVTHREAD_USE_WINDOWS_THREADS_I...
2018-11-13 Azat KhuzhinMerge branch 'iocp-fixes'
2018-11-13 Azat Khuzhinregress: test for HTTP/HTTPS with IOCP enabled
2018-11-13 Azat Khuzhinbev_async: trigger/run only deferred callbacks
2018-11-13 Azat Khuzhinbev_async: do not initialize timeouts multiple times
2018-11-13 Azat Khuzhinbev_async: set "ok" on setfd if fd>=0 (like we do durin...
2018-11-13 Azat Khuzhinbev_async: ignore ERROR_INVALID_PARAMETER on .setfd...
2018-11-13 Azat KhuzhinFix conceivable UAF of the bufferevent in evhttp_connec...
2018-11-13 Azat KhuzhinUse BEV_UPCASE() everywhere
2018-11-13 Azat Khuzhinregress: add EVENT_NO_FILE_BUFFERING, to disable buffer...
2018-11-13 Azat Khuzhinevent: add some debug information into loop for event_b...
2018-11-13 Azat KhuzhinMerge branch 'sample-http-server'
2018-11-13 Azat Khuzhins/http-server: graceful cleanup
2018-11-13 Azat Khuzhins/http-server: enable debug logging if EVENT_DEBUG_LOGG...
2018-11-13 Azat Khuzhins/http-server: turn off buffering (otherwise do output...
2018-11-13 Azat Khuzhins/http-server: add an option to use IOCP
2018-11-13 Azat Khuzhins/http-server: add options (for persistent port)
2018-11-07 Azat KhuzhinRemove Vagrantfile (will be moved into libevent-extras)
2018-11-07 Azat Khuzhinregress_ssl: fix ssl/bufferevent_wm_filter for non...
2018-11-06 Azat Khuzhinappveyor: skip travis patches (by commit subject/files)
2018-11-06 Azat Khuzhinappveyor: cache build directory to reduce overall time...
2018-11-06 Azat Khuzhinappveyor: disable verbosity
2018-11-05 Azat Khuzhinappveyor: do not run on branches that has "travis"...
2018-11-05 Azat Khuzhincmake: set CMP0075 to NEW (for ws2_32.lib in win32)
2018-11-05 Azat Khuzhincmake: set CMP0074 to NEW (for OPENSSL_ROOT in appveyor)
2018-11-05 Azat Khuzhintravis: use homebrew via addon (-~4min/16% from the...
2018-11-05 Azat Khuzhinregress_ssl: make ssl/bufferevent_wm_filter more fault...
2018-11-05 Azat Khuzhinregress_http: disable http/read_on_write_error under...
2018-11-05 Azat Khuzhintravis-ci: exclude appveyor branches
2018-11-05 Azat Khuzhincmake: do not detect _GNU_SOURCE/__GNU_LIBRARY__ if...
2018-11-04 Azat KhuzhinMerge branch 'ssl_bufferevent_wm_filter-fix'
2018-11-04 Azat KhuzhinFix ssl/bufferevent_wm_filter when bev does not reach...
2018-11-04 Azat Khuzhinregress_ssl: cover watermarks with deferred callbacks
2018-11-04 Azat Khuzhinregress_ssl: improve bufferevent_wm/bufferevent_wm_filt...
2018-11-03 Azat Khuzhinregress_http: make https_basic non time dependent
2018-11-03 Azat KhuzhinMerge branch 'check-O_NONBLOCK-in-debug'
2018-11-03 Azat Khuzhinregress: use non blocking descriptors whenever it is...
2018-11-03 Greg Hazelassert that fds are nonblocking in debug mode
2018-10-31 Azat KhuzhinAdd cmake rules into dist archive
2018-10-30 Azat KhuzhinMerge branch 'event-ET-#636-v2'
2018-10-30 Azat KhuzhinPreserve ET bit for backends with changelist
2018-10-30 Isidor KouvelasEpoll ET setting lost with multiple events for same fd
2018-10-30 Isidor KouvelasCover ET with multiple events for same fd
2018-10-30 Azat KhuzhinAdd ET flag into event_base_dump_events()
2018-10-28 Azat Khuzhinappveyor: reconfigure tests with allow_failure and...
2018-10-28 Azat KhuzhinMerge branch 'win32-visibility-event_debug_logging_mask_'
2018-10-28 Azat KhuzhinIntroduce EVENT_VISIBILITY_WANT_DLLIMPORT
2018-10-28 Azat Khuzhinregress_http: use TT_BLAZER() over event_debug()
2018-10-28 Azat KhuzhinCheck existence of IPV6_V6ONLY in evutil_make_listen_so...
2018-10-28 Azat KhuzhinConvert evbuffer_strspn() (internal helper) to use...
2018-10-28 Azat Khuzhinbuffer: add an assert for last_with_datap to suppress...
2018-10-28 Mike Frysingerlibevent.pc: link against core/extra
2018-10-27 Azat Khuzhinbench_cascase: include getopt.h only for _WIN32 (like...
2018-10-27 Maya RashishDefine __EXT_POSIX2 for QNX
2018-10-27 Azat Khuzhinregress_ssl: reset static variables on test setup/clean...
2018-10-27 Azat Khuzhintest: export basic_test_setup/basic_test_cleanup to...
2018-10-27 Azat Khuzhintravis-ci: do not notify irc.oftc.net#libevent
2018-10-27 Azat Khuzhinbe_openssl: avoid leaking of SSL structure
2018-10-27 Azat Khuzhinbe_openssl: drop close_flag parameter of the BIO_new_bu...
2018-10-27 Azat KhuzhinAdd evhttp_parse_query_str_flags()
2018-10-27 Azat Khuzhinregress_http: basic evhttp_parse_query_str() coverage
2018-10-27 Azat Khuzhincmake: add various warning flags like autotools has
2018-10-27 Azat Khuzhinautotools: do not add warnings that is included into...
2018-10-26 Murat Demirtenlistener: ipv6only socket bind support
2018-10-24 Azat KhuzhinMerge branch 'evutil_found_ifaddr-dev'
2018-10-24 Azat KhuzhinCover evutil_v4addr_is_local_()/evutil_v6addr_is_local_()
2018-10-24 Azat KhuzhinSplit evutil_found_ifaddr() into helpers (evutil_v...
2018-10-24 Azat KhuzhinUse INADDR_ANY over 0 in evutil_found_ifaddr()
2018-10-24 Azat KhuzhinReplace EVUTIL_V4ADDR_IS_*() macroses with static inlin...
2018-10-24 Azat KhuzhinFilter link-local IPv4 addresses in evutil_found_ifaddr()
2018-10-22 Azat KhuzhinMerge branch 'http-request-line-parsing'
2018-10-22 Azat KhuzhinFix http https_basic/https_filter_basic under valgrind...
2018-10-22 Azat Khuzhinhttp: cover various non RFC3986 conformant URIs
2018-10-22 Azat Khuzhinhttp: allow non RFC3986 conformant during parsing reque...
2018-10-22 Azat Khuzhinhttp: do not try to parse request-line if we do not...
2018-10-22 Azat Khuzhinhttp: allow trailing spaces (and only them) in request...
2018-10-22 Azat Khuzhinhttp: cleanup of the request-line parsing
2018-10-21 Azat KhuzhinDisable parallel jobs for the osx (due to CPU time...
2018-10-21 Azat KhuzhinUse matrix.fast_finish for the travis-ci to mark the...
2018-10-21 Azat KhuzhinSimplify bufferevent timeout tests to reduce CPU usage...
2018-10-21 Bogdan Harjocevdns: handle NULL filename explicitly
2018-10-21 Azat KhuzhinRevert "travis-ci: use travis_retry to reduce number...
2018-10-21 Azat KhuzhinMerge branch 'regress-dns-fixes'
2018-10-21 Azat KhuzhinDo not rely on getservbyname() for most of the dns...
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_...
next