]> granicus.if.org Git - libevent/shortlog
libevent
2021-05-24 Sergey Matveychukevdns: add ability to get CNAME
2021-05-14 Paweł Wegnercmake: don't override CMAKE_CONFIGURATION_TYPES.
2021-05-04 Biswapriyo... cmake: Fix generted pkgconfig files.
2021-04-30 Azat KhuzhinSupport disabled renegotiation in mbedTLS
2021-04-27 Azat KhuzhinDo not wrap lines in AC_CHECK_HEADERS/AC_CHECK_FUNCS...
2021-04-27 Azat KhuzhinFix O_RDONLY (_O_RDONLY) under mingw
2021-04-27 Mike SharovRetry write on EINTR in signal handler
2021-04-23 Yi Fan Yutest/regress.h: Increase default timeval tolerance...
2021-04-03 Azat KhuzhinMerge #1152 -- remove no op evdns functions
2021-04-03 Emil Englersample: use unsigned short instead of int for port
2021-04-03 fanquakedns: remove evdns_set_transaction_id_fn
2021-04-03 fanquakedns: remove evdns_set_random_bytes_fn
2021-04-02 Emil Englerdoc: adjust edge-trigger notice on event_new()
2021-04-02 Azat KhuzhinRevert "build: use literals for AC_CHECK_HEADERS/AC_CHE...
2021-03-28 Azat Khuzhinbuild: use literals for AC_CHECK_HEADERS/AC_CHECK_FUNCS
2021-03-28 Azat Khuzhinbuild: fix autotools build under mingw
2021-03-28 fanquakebuild: remove no-longer used checks for vasprintf
2021-03-28 fanquakebuild: remove splice implementation fragments
2021-03-23 Azat Khuzhinci: fix upload-artifacts for linux dist build
2021-03-23 Azat KhuzhinMerge branch 'http-fix-fd-leak'
2021-03-23 Azat Khuzhinhttp: fix fd leak on fd reset (by using bufferevent_rep...
2021-03-23 Azat Khuzhinbufferevent: introduce bufferevent_replacefd() (like...
2021-03-23 fanquakebuild: use AC_CHECK_LIB over AC_HAVE_LIBRARY
2021-02-16 MKCKRfix compile error in VS2012 in evutil_gettimeofday()
2021-02-11 ihsinmehttp: fix invalid unsigned arithmetic
2021-02-03 lileiCheck return value of evbuffer_remove() in bufferevent_...
2021-01-18 Azat Khuzhintest/regress_http: cover reading of chunked payload...
2021-01-12 chux0519evdns: add max-probe-timeout/probe-backoff-factor settings
2020-12-26 Emil Englerdoc: remove dead link
2020-11-23 Loïc Yhuelcmake: do not link libevent with libevent_core
2020-11-04 Azat KhuzhinDo not try to do SSL handshake if the connect() fails
2020-11-02 Azat KhuzhinMerge branch 'macos-brew-openssl-v2'
2020-11-01 Azat KhuzhinAdd autodetection of openssl via brew into build matrix
2020-11-01 Azat Khuzhincmake: find openssl prefix via brew
2020-11-01 fanquakeautotools: attempt to find OpenSSL via homebrew on...
2020-10-31 Azat KhuzhinFix bufferevent_ssl_*flags() w/ disabled OpenSSL but...
2020-10-31 Azat KhuzhinMerge branch 'ssl-nagle'
2020-10-31 Azat KhuzhinIntroduce new BUFFEREVENT_SSL_BATCH_WRITE flag to avoid...
2020-10-31 Azat KhuzhinIntroduce new API for flags of the SSL bufferevent
2020-10-31 Azat KhuzhinMerge branch 'ssl-fixes-after-mbedtls'
2020-10-31 Azat KhuzhinFix BEV_IS_SSL() macro
2020-10-31 Azat KhuzhinFix preprocessor condition for BEV_IS_SSL()
2020-10-31 Azat KhuzhinRemove reduntant BEV_IS_MBEDTLS
2020-10-31 Azat Khuzhinhttp: eliminate redundant bev fd manipulating and cachi...
2020-10-26 Azat KhuzhinMerge branch 'ipv6-tiny-improvements'
2020-10-26 Azat Khuzhinhttp: add EVHTTP_URI_HOST_STRIP_BRACKETS
2020-10-26 Azat Khuzhinhttp-server: add -H option to change listen address
2020-10-26 Azat Khuzhinhttps-client: add newline into error messages
2020-10-26 Azat Khuzhinhttps-client: add -4/-6 switches
2020-10-15 Azat Khuzhinbecat: add timeout (client/server) and verbosity (event...
2020-10-10 guoxiang1996Change log message in evutil_make_socket_nonblocking...
2020-10-04 Azat KhuzhinChange prefix for man pages from "le_" to "libevent_"
2020-10-04 Azat KhuzhinAdd prefix (le_) for man pages
2020-10-04 Azat KhuzhinDrop DOXYGEN_MAN_LINKS unsupported cmake flag
2020-10-04 Azat Khuzhinhttp-server: add cli argument for max body size
2020-09-19 Nikita GorskikhRemove dead code from bufferevent_socket_connect
2020-09-16 Azat KhuzhinGenerate only real man pages with doxygen (MAN_LINKS=NO)
2020-09-16 Azat KhuzhinRemove man pages from repo (they can be generated via...
2020-09-16 okhowang(王沛文)sample: add https-client-mbedtls
2020-09-16 okhowang(王沛文)test: fix windows error when mbedtls https
2020-09-14 Azat KhuzhinMerge #1087 - tests for https with mbedtls
2020-09-14 Azat KhuzhinAdd build w/o any SSL support (i.e. w/o openssl and...
2020-09-14 okhowang(王沛文)test: add https with mbedtls
2020-09-08 okhowang(王沛文)bufferevent_openssl: fix -Wcast-function-type for SSL_p...
2020-09-08 Leon M. Georgehttp: const out address param to evcon_get_peer
2020-08-31 Azat Khuzhinbuild: fix building under windows with thread support
2020-08-29 BerbeFix: long -> enum evhttp_cmd_type type
2020-08-28 Azat Khuzhintest/regress_dns: fix -Wmaybe-uninitialized
2020-08-28 Azat KhuzhinDetect existence of pthread_mutexattr_setprotocol()
2020-08-10 Azat Khuzhinbuild: add doxygen to all
2020-08-06 Azat Khuzhinbuild: do not try install doxygen man pages if they...
2020-08-06 Azat KhuzhinMerge #1074
2020-08-05 yuangongjifix CI:Update cache version and replace setup-msys2
2020-08-05 yuangongjifix CI: Install vcpkg through the source code to tempor...
2020-08-02 Gerry GarveyConvert from WinCrypt to Windows BCrypt
2020-08-02 Gerry GarveyHandle return value from getrandom()
2020-07-28 Azat KhuzhinRemove reduntant variables in workflows with deploy
2020-07-28 Azat KhuzhinChange user.name/user.email to robot for deploy via...
2020-07-27 Azat Khuzhintest/dns: fix initialize_nameservers when there is...
2020-07-26 Pierce Lopezwindows socketpair tmpfile: use random prefix
2020-07-24 okhowang(王沛文)fix: compat mbedtls < 2.4
2020-07-23 Azat KhuzhinFix bufferevent_get_{openssl,mbedtls}_error()
2020-07-22 Azat Khuzhinci/doxygen: install missing libmbedtls-dev
2020-07-22 Azat Khuzhinci/coverage: add missing libmbedtls-dev
2020-07-22 Azat Khuzhinle-proxy: ignore SIGPIPE
2020-07-22 Azat Khuzhintest/regress_buffer.c: fix -Wbad-function-cast (in...
2020-07-22 Azat KhuzhinMerge branch 'mbedtls'
2020-07-22 Azat Khuzhintest: rename ssl/* -> openssl/*
2020-07-22 Azat KhuzhinJoin le_ssl_ops.post_init with le_ssl_ops.init
2020-07-22 Azat KhuzhinUpdate LICENSE for ssl-client-mbedtls.c
2020-07-22 okhowang(王沛文)Merge ssl implementations (openssl and mbedtls)
2020-07-22 okhowang(王沛文)add mbedtls to CI
2020-07-22 okhowang(王沛文)fix build system and add test and cleanup code
2020-07-22 Jesse Fangmbed TLS cmake support
2020-07-22 Jesse Fangsimple https client example using mbedtls
2020-07-22 Jesse Fangmbedtls based SSL implementation
2020-07-20 fanquakedoc: fix typo in thread.h
2020-07-10 Azat KhuzhinMerge #1048 -- append warning flags only if they are...
2020-07-07 fanquakebuild: remove -Wstrict-aliasing as strict-aliasing...
2020-07-07 fanquakebuild: move automake options into AM_INIT_AUTOMAKE...
next