]> granicus.if.org Git - libevent/shortlog
libevent
2019-02-24 Azat KhuzhinUse kill() over raise() for raising the signal (fixes...
2019-02-21 Nathan FrenchMerge pull request #769 from sungjungk/fix-return-handling
2019-02-21 Seong-Joong KimAdd error-handling routine for arc4_seed()
2019-02-12 Nathan FrenchAdded DNS header mask definitions.
2019-02-05 Azat KhuzhinUse the logo from the libevent.org
2019-02-04 Azat Khuzhintest/dns: in solaris under EMFILE devpoll does not...
2019-02-04 Azat Khuzhincmake: fix checking of devpoll backend (like in autotoo...
2019-02-03 Azat Khuzhintest/dns: in solaris under EMFILE the error is EAI_FAIL
2019-02-03 Azat Khuzhintest/ssl/bufferevent_wm: explicitly break the loop...
2019-01-29 Azat KhuzhinEliminate fd conversion warnings and introduce EVUTIL_I...
2019-01-29 Azat Khuzhinevmap: use approparite type for changes to avoid warnin...
2019-01-29 Azat Khuzhintest/et/et: use evutil_socket_t* over int* for pointer...
2019-01-29 Azat Khuzhinappveyor: disable verbosity of MSBuild
2019-01-29 Azat KhuzhinMerge branch 'win64-fixes'
2019-01-29 Azat Khuzhintest/et/et: fix it by using appropriate type for the...
2019-01-29 Azat Khuzhintest/et/et: verify return codes
2019-01-29 Azat Khuzhinappveyor: switch to new VS/MinGW and x64
2019-01-29 Azat Khuzhinwin32select: print an error in case of failure
2019-01-29 Azat KhuzhinAdd OS-specific exclude patterns of the branch names...
2019-01-28 Azat Khuzhins/http-server: fix cleanup routines
2019-01-28 Azat KhuzhinMerge branch 'http-EVHTTP_CON_READ_ON_WRITE_ERROR-fixes-v2'
2019-01-28 Azat Khuzhinhttp: try to read existing data in buffer under EVHTTP_...
2019-01-28 Azat Khuzhintest: add logging for http/read_on_write_error and...
2019-01-28 Azat Khuzhinhttp: do not call deferred readcb if readcb is not set
2019-01-28 Azat KhuzhinMerge branch 'travis-ci-osx-fixes'
2019-01-28 Azat Khuzhintravis-ci/osx: switch to xcode 10.1, since 9.4 is not...
2019-01-28 Azat Khuzhintravis-ci/osx: install gcc and fix CC
2019-01-26 Azat Khuzhintest: adjust expecting error for getaddrinfo() under...
2019-01-12 Azat Khuzhintest/nonpersist_readd: use assert helpers
2019-01-11 Azat Khuzhinrpc: use *_new_with_arg() to match function prototype
2019-01-07 Luke Dashjrhttp: Preserve socket error from listen across closesoc...
2018-12-17 Azat Khuzhincmake: support static runtime (MSVC)
2018-12-17 Azat Khuzhinappveyor: cover static libs for MSVC
2018-12-15 baixiangcppfix a comment error
2018-12-15 Fredrik Strupecmake: Fix some typos in option descriptions
2018-12-12 Azat Khuzhinhttp: fix connection retries when there more then one...
2018-12-09 Azat KhuzhinDo not check O_NONBLOCK for invalid fds
2018-12-08 Azat Khuzhintest-fdleak: fix memory leaks
2018-12-05 Azat Khuzhintravis-ci: do not run coveralls with clang (SIGSEGV)
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
next