]> granicus.if.org Git - libevent/shortlog
libevent
2020-03-28 Enji CooperDon't accumulate arguments in `Entry.GetTranslation`
2020-03-28 Enji CooperFix improper string concatenations in lists
2020-03-28 Enji CooperFix warnings regarding unused variables
2020-03-27 Enji CooperDon't override the `type` built-in
2020-03-27 Enji CooperCall `super` to call methods from the parent class
2020-03-27 Enji CooperAddress `no-self-use` issues reported by pylint
2020-03-27 Enji CooperRun the code through the black formatter
2020-03-27 Enji CooperReformat strings to template
2020-03-27 Enji CooperAdd `argparse` support
2020-03-27 Enji CooperPrecompile regular expressions
2020-03-27 Enji CooperUse bools instead of ints values where possible
2020-03-27 Enji CooperRename all global variables to match the PEP8 spec
2020-03-27 Enji CooperHandle file pointers with context suite patterns
2020-03-27 Enji CooperIterate over `tokens` with a for instead of while
2020-03-27 Enji CooperFix indentation for `RpcGenError`
2020-03-27 Enji CooperDon't override `file` built-in
2020-03-27 Enji CooperResolve variable name issues per PEP8
2020-03-27 Enji CooperSort imports per PEP8
2020-03-27 Enji CooperMute clang 8 compilation error with gcc pragma
2020-03-22 Azat KhuzhinMerge #976 -- symbols check build fixes
2020-03-22 yuangongjigithub workflows: ignore previous cache
2020-03-22 yuangongjigithub workflows: test for mingw via cmake
2020-03-22 yuangongjicmake: replace CheckFunctionExists with CheckSymbolExists
2020-03-17 Mario EmmenlauerLibeventConfig.cmake: restore CMAKE_FIND_LIBRARY_SUFFIX...
2020-03-17 Azat KhuzhinMerge branch 'build-fixes' (#969)
2020-03-17 yuangongjigithub workflow: fix configure error on mingw-w64
2020-03-17 yuangongjicmake: fix getaddrinfo checking error
2020-03-17 yuangongjicmake: remove CheckFunctionExistsEx
2020-03-17 yuangongjiautoconf: fix getaddrinfo checking errors on mingw
2020-03-01 Azat KhuzhinAdd EVENT_BASE_FLAG_EPOLL_DISALLOW_TIMERFD flag (fixes...
2020-03-01 Azat Khuzhintest-time: do not use deprecated API
2020-03-01 Azat Khuzhintest-time: enable debug mode if EVENT_DEBUG_LOGGING_ALL...
2020-03-01 Azat KhuzhinFix typo in thread.h (s/event/evthread)
2020-02-29 yuangongjiincrease segment refcnt only if evbuffer_add_file_segme...
2020-02-28 ayuseleznevevdns: fix a crash when evdns_base with waiting request...
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)
next