]> granicus.if.org Git - libevent/shortlog
libevent
2022-10-03 jackerli(李剑)fix: arc4_getword integer overflow, detected by -fsanit...
2022-09-27 Dmitry Antipovepoll: use epoll_pwait2() if available
2022-09-26 zhenhaonongFix socketpair failure when temporary directory has...
2022-09-26 Dmitry IlyinAdd manual CMAKE_C_BYTE_ORDER set for old CMake
2022-09-14 Azat Khuzhinci: disable freebsd 13.0 builds (due to issues in the...
2022-09-14 Azat Khuzhin.github/workflows/build.yml: Cleanup trailing whitespaces
2022-09-14 Dmitry IlyinFix conflict with SHA1 function from openssl
2022-09-12 Dmitry IlyinAdd minimal WebSocket server implementation for evhttp...
2022-09-12 Keelan CannooMake rekey interval less predictable (#1331)
2022-09-11 Azat KhuzhinAdd openssl-compat.h into HDR_PRIVATE
2022-08-28 mareksmFix non-std printf %p arguments (#1327)
2022-08-14 Azat Khuzhintest: fix util/getaddrinfo for netbsd (v2)
2022-08-13 Azat KhuzhinMerge pull request #1315 from yogo1212/http_per_socket_...
2022-08-13 Azat Khuzhintest: fix util/getaddrinfo for netbsd
2022-08-13 Borys SmejdaFixed CMake configuration failure (libevent#1321)
2022-08-13 Leon M. Georgehttp: allow setting bevcb per socket
2022-08-13 Azat Khuzhintest: allow to run init_ssl() multiple times
2022-08-13 Azat Khuzhintest: add a comment for init_ssl() about suppressions...
2022-08-08 Dmitry IlyinAdd check of mmap64 function and use it when available...
2022-08-08 neilfix freebsd checks
2022-08-08 neilfix freebsd checks
2022-08-08 neilAdd freebsd CI checks
2022-08-07 Haowei HsuSearch library name of Debug for find_event_lib.
2022-08-07 Haowei HsuAdd postfix for Debug configuration.
2022-08-07 Dmitry IlyinAdd more HTTP_ response codes
2022-07-12 Azat Khuzhinci: increase number of attempts to 5
2022-07-12 Azat Khuzhinci: add retries
2022-07-12 Azat Khuzhinci: use ubuntu 22.04 with clang 11 for sanitizers build...
2022-07-12 Azat Khuzhintest: fix unused variable in rand test (catched by...
2022-07-12 Azat Khuzhinci: use ubuntu 22.04 with clang 11 for sanitizers build
2022-07-11 Azat Khuzhintest: increase timeout significantly in dns/getaddrinfo...
2022-07-11 Azat Khuzhinci: disable broken mingw cmake builds (#1207)
2022-07-11 Azat KhuzhinSlightly adjust badges markdown in README
2022-07-11 Azat Khuzhinci: fix master/upstream workflow (syntax error)
2022-07-11 Azat KhuzhinUpdate CI status badge
2022-07-11 Azat KhuzhinRework CI to keep everything in one workflow (by using...
2022-07-10 Azat Khuzhinevdns: accept domains up to 254 long (previosly only...
2022-07-10 Azat Khuzhintest: make dns/getaddrinfo_cancel_stress more deterministic
2022-07-10 Azat KhuzhinAdd a note that IOCP is experimental feature
2022-07-10 Azat Khuzhinci: drop processing "ci skip" message in commit in...
2022-07-10 Azat Khuzhinci: add ability skip specific workflow
2022-07-10 Azat KhuzhinInitial OpenSSL 3.0 support (#1288)
2022-07-10 Azat Khuzhinci: use ubuntu 22.04 with OpenSSl 3.0 instead of buildi...
2022-07-10 Azat Khuzhinci: set LD_LIBRARY_PATH for openssl 3.0 build
2022-07-10 Azat Khuzhintest: suppress warning for already defined SSL_get_peer...
2022-07-10 Azat Khuzhinautotools: print $OPENSSL_LIBS/$OPENSSL_INCS
2022-07-10 Azat KhuzhinSuppress -Wunused-value for BIO_set_close()
2022-07-10 Azat KhuzhinUse OPENSSL_VERSION_NUMBER over OPENSSL_VERSION_MAJOR...
2022-07-10 William MarlowAttempt to add OpenSSL 3 to the Linux build matrix
2022-07-09 William MarlowInitial OpenSSL 3.0 support
2022-07-09 Azat KhuzhinMerge branch 'mbedtls-3'
2022-07-09 Azat Khuzhinci/macos: remove separate openssl 1.1 from build matrix
2022-07-09 Azat KhuzhinMerge branch 'fix-brew-autodetection'
2022-07-09 Azat Khuzhinsample/ssl-client-mbedtls.c: fix for MbedTLS 3
2022-07-09 Azat Khuzhinsample/ssl-client-mbedtls.c: break the loop on EOF
2022-07-09 Azat Khuzhinsample/ssl-client-mbedtls.c: fix printing response...
2022-07-09 William MarlowInitial Mbed-TLS 3 support to get the GitHub Actions...
2022-07-09 Azat KhuzhinSupport build dir of the MbedTLS
2022-07-09 Azat Khuzhinconfigure: fix AC_CHECK_FUNCS should use literals
2022-07-09 kenpinglistener: Preserve last error in evconnlistener_new_bin...
2022-07-09 Azat Khuzhinci: fix cmake build w/o OPENSSL_ROOT_DIR
2022-07-09 Azat Khuzhinci: remove separate build for BREW_AUTODETECT_OPENSSL...
2022-07-09 Azat Khuzhinautotools: fix autodetection of openssl location via...
2022-07-09 Azat KhuzhinMerge branch 'Werror'
2022-07-09 Azat Khuzhintest: ignore -Walloc-size-larger-than error for calloc...
2022-07-09 Azat KhuzhinFix EVBASE_ACQUIRE_LOCK/EVBASE_RELEASE_LOCK for EVENT__...
2022-07-09 Azat Khuzhinhttp: suppress "flags may be used uninitialized in...
2022-07-09 Azat KhuzhinDetech -Wno-unused-functions for GCC too
2022-07-09 Azat Khuzhincmake: add compiler version to the status message
2022-07-09 Azat KhuzhinFix BEV_LOCK/BEV_UNLOCK macros for EVENT__DISABLE_THREA...
2022-07-09 Azat KhuzhinRun builds with -Werror on CI for linux
2022-07-09 Azat KhuzhinFix -Werror for autotools
2022-07-09 Azat KhuzhinAdd -Wundef for cmake and fix EVENT__SIZEOF_TIME_T...
2022-07-09 Azat Khuzhinhttps-client: fix strndup() for mingw build
2022-07-09 Azat KhuzhinFix some OpenSSL 3 test issues (#1291)
2022-07-09 William MarlowAdd missing strndup function on Windows to fix build...
2022-06-30 fanquakebuild: only try silence options if they exist
2022-06-27 Peter EdwardsOpenSSL 3 fixes: Disable TLS 1.3 when testing renegotia...
2022-06-27 Peter EdwardsOpenSSL 3 fixes: use SHA256 instead of SHA1
2022-06-12 cui fliterFix some typos (#1284)
2022-05-12 Azat Khuzhinhttps-client: fix connect to ipv6 address with square...
2022-05-12 zhongzedufix grammar in comment
2022-04-29 Syedh30include/event.h: include <event2/util.h> over deprecatd...
2022-04-07 Igor KlemenskiFix mingw pipeline (by using correct PATH to msys64)
2022-04-07 Igor KlemenskiFix windows pipeline (by updating vcpkg version to...
2022-03-11 moonlightshRequire libevent_core not libevent for pkg-config
2022-03-10 Azat KhuzhinDo not install RPATH for install tree by default
2022-02-12 Jay Freeman... Fix build w/o OpenSSL by w/ MbedTLS
2022-01-15 Azat KhuzhinSet RPATH only if installation is done into non system...
2022-01-15 Dmitry IlyinFix make install failed when Automake used and both...
2021-12-21 Jessica Clarkeregress_ssl: Use intptr_t when shoving an int into...
2021-12-21 Azat Khuzhintest: fix leak in http/cancel_*server_timeout tests
2021-12-15 Dmitry IlyinInstall bufferevent_ssl.h with MbedTLS support also
2021-12-10 Yongsheng Xufeat: add `evdns_base_get_nameserver_fd` method
2021-12-07 moonlightshFix deadlock in case of evconnlistener_disable() in...
2021-12-02 Azat KhuzhinSwitch coverage to ubuntu 18.04
2021-12-01 fanquakebuild: use modern ax_pthread macro
2021-11-30 Azat KhuzhinRevert "evdns: do not check server_req twice"
2021-11-30 Azat Khuzhinci: remove deprecated windows-2016 image
2021-11-30 Theo BuehlerDon't define BIO_get_init() for LibreSSL 3.5+
next