]> granicus.if.org Git - libevent/shortlog
libevent
2020-02-15 chenguolongevent_base_once: fix potential null pointer threat
2020-02-12 yuangongjitest-ratelim: add missing free
2020-01-28 yangyongshengmisspelling of output in bufferevent_struct.h
2020-01-26 Azat KhuzhinMerge branch 'github-actions-v2' (#951)
2020-01-26 Azat Khuzhintravis: disable doxygen and coveralls, in favor of...
2020-01-26 yuangongjigithub actions: test and coverage
2020-01-26 yuangongjigithub actions: doxygen
2020-01-26 Azat KhuzhinIgnore truthy in yamllint (for github-actions)
2020-01-24 Azat Khuzhintest: mark common_timeout as retriable
2020-01-24 yuangongjicmake: set rpath for libraries on linux
2020-01-24 yuangongjitest-export: compatible with all versions of visual...
2020-01-24 yuangongjicoverage: 'lcov --remove' need full path
2020-01-24 Azat KhuzhinDo not use shared global structures on CYGWIN
2020-01-22 JackBoosYAdd vcpkg installation instructions
2020-01-14 Azat Khuzhintest: move thread into realtime class even on EVENT__DI...
2020-01-14 Azat Khuzhintest: fix compilation without thread support (EVENT__DI...
2020-01-13 Azat Khuzhintravis-ci: do not allow failures under osx
2020-01-13 Azat Khuzhintest: fix bufferevent/bufferevent_connect_fail_eventcb...
2020-01-13 Azat Khuzhintest: fix dst thread in move_pthread_to_realtime_schedu...
2020-01-13 Azat Khuzhintest: fix compilation under win32 (rearrange thread_set...
2020-01-13 Azat Khuzhintest: use THREAD_* wrappers over pthread* in del_notify
2020-01-13 Azat KhuzhinMerge branch 'osx-clock'
2020-01-13 Azat Khuzhintest: Use THREAD_* wrappers in del_notify/del_wait
2020-01-13 Azat Khuzhintest: move threads created with THREAD_START() to realt...
2020-01-13 Azat Khuzhintest: put thread into real time scheduling class on...
2020-01-13 Azat KhuzhinMerge branch 'ci-improvements'
2020-01-13 Azat Khuzhintravis-ci: measure build/tests time
2020-01-13 Azat Khuzhintravis-ci: drop travis_wait (does not work with sub...
2020-01-13 Azat Khuzhincmake: do not print used method (EVENT_SHOW_METHOD...
2020-01-13 Azat Khuzhincmake: run regress test quietly like autotools (makes...
2020-01-12 nntrabAdd callback support for error pages
2020-01-12 Azat KhuzhinMerge branch 'http-connect'
2020-01-12 Azat Khuzhinhttp-connect: do not check connection on GET cb
2020-01-12 Azat Khuzhinhttp-connect: set Host header (for CONNECT and GET...
2020-01-12 Azat Khuzhinhttp-connect: cleanup and helpers
2020-01-12 Azat Khuzhinhttp: do not close connection for CONNECT
2020-01-12 Azat Khuzhinhttp: do not assume body for CONNECT
2020-01-08 Dimo MarkovAdded uninstall target check to cmakelists
2020-01-07 Azat KhuzhinFix compilation without OPENSSL_API_COMPAT
2019-12-30 yuangongjievutil_time: Implements usleep() using wait funtion...
2019-12-30 yangyongshengInitialize variable to 0 replace use memset function...
2019-12-10 Azat Khuzhinappveyor: switch to Previous Visual Studio 2019 (VS...
2019-12-09 Andre Pereira... Add support for priority inheritance
2019-11-30 Azat Khuzhincmake: set CMAKE_{RUNTIME,LIBRARY,ARCHIVE}_OUTPUT_DIREC...
2019-11-30 Azat Khuzhincmake: use CMAKE_LIBRARY_OUTPUT_DIRECTORY for the final...
2019-11-17 Azat Khuzhinappveyor: fix EVENT_CMAKE_OPTIONS expansion (for multip...
2019-11-17 Azat Khuzhintest-ratelim: calculate timers bias (for slow CPUs...
2019-11-17 Azat Khuzhinmailmap: add name/email aliases for yuangongji (name...
2019-11-16 Azat KhuzhinMerge #929 -- cmake package improvements
2019-11-16 yuangongjiappveyor: fix openssl version mismatch warning
2019-11-16 Azat Khuzhinappveyor: disable parallel tests execution
2019-11-15 yuangongjiCI: integrate testing for components export
2019-11-14 yuangongjicmake: test for find_package()
2019-11-14 yuangongjicmake: improve package config file
2019-11-06 Azat KhuzhinLink with iphlpapi only on windows
2019-11-06 Philip HomburgParse IPv6 scope IDs.
2019-10-31 Azat KhuzhinRelax bufferevent_connect_hostname_emfile
2019-10-26 yuangongjiautotools: fails build when need but can not find openssl
2019-10-25 yuangongjicmake: eliminate duplicate installation of public headers
2019-10-21 Azat KhuzhinMerge pull request #915 from ygj6 -- evutil_socketpair...
2019-10-21 Michael Davidsaverappend to CMAKE_MODULE_PATH
2019-10-19 yuangongjiappveyor: add vs2019 os to test some new features broug...
2019-10-19 yuangongjitest: add testcase for evutil_socketpair()
2019-10-18 yuangongjievutil: make evutil_socketpair() have the same behavior...
2019-10-15 Azat KhuzhinDo not use sysctl.h on linux (it had been deprecated)
2019-10-14 yuangongjievutil: implement socketpair with unix domain socket...
2019-10-14 Azat Khuzhintravis-ci: add OPENSSL_1_1=yes for the openssl 1.1...
2019-10-14 Azat Khuzhintravis-ci: use matrix.include over env.matrix/matrix...
2019-10-14 Azat Khuzhintravis-ci: build with clang only basic configurations
2019-10-14 Azat KhuzhinUse matrix.include.if over matrix.exclude.if for doxygen
2019-10-14 Azat KhuzhinDo not try to deploy documentaion for PR
2019-10-08 Azat KhuzhinFix all all yamllint warnings in travis/appveyor rules
2019-10-08 Azat Khuzhinappveyor: do not allow any failures
2019-10-08 yuangongjiappveyor: fix build script for compiling using mingw-w64
2019-10-08 yuangongjisample/https-client: link crypt32 explicitly when build...
2019-10-07 Azat KhuzhinMerge remote-tracking branch 'upstream/pr/908'
2019-10-03 Kamil RytarowskiFix compat with NetBSD >= 10
2019-10-03 William A Rowe JrAvoid transforming base C_FLAGS set deliberately
2019-09-26 yuangongjitinytest: support timeout on Windows
2019-09-22 Azat KhuzhinMerge branch 'upstream/pr/899' (evbuffer_freeze testcas...
2019-09-22 yuangongjiimprove the description of parameter to evbuffer_read()
2019-09-22 yuangongjiregress_buffer: improve testcase for evbuffer_freeze()
2019-09-21 Azat Khuzhinevbuffer_add_file: fix freeing of segment in the error...
2019-09-19 yuangongjievutil_time: detect and use _gmtime64_s()/_gmtime64()
2019-09-18 yuangongjihttp: rename bind_socket_ai() to create_bind_socket_non...
2019-09-18 yuangongjihttp: make sure the other fields in ext_method are...
2019-09-17 yuangongjihttps-client: load certificates from the system cert...
2019-09-08 Azat KhuzhinBuild doxygen documentation via cmake (to fill variables)
2019-09-08 Azat KhuzhinDeploy documentation to libevent-doc.github.io
2019-09-05 Azat KhuzhinFix checking return value of the evdns_base_resolv_conf...
2019-09-03 Azat Khuzhincmake: fix getrandom() detection
2019-09-02 Azat Khuzhinarc4random: replace sysctl() with getrandom (on linux)
2019-09-02 yuangongjiUpgrade autoconf (after upgrading minimum required...
2019-09-02 Azat KhuzhinRevert "Warn if forked from the event loop during event...
2019-09-02 Boris.DergachovFixes spelling
2019-08-29 yuangongjiDoxygen documentation improvements
2019-08-28 yuangongjieliminate some C4267 warnings in Windows
2019-08-27 yuangongjiautotools: attach doxygen target into all target
2019-08-27 yuangongjicmake: attach doxygen target into all target
2019-08-27 Jan KasiakFix memory corruption in EV_CLOSURE_EVENT_FINALIZE...
next