]> granicus.if.org Git - libevent/shortlog
libevent
2020-06-25 Azat KhuzhinCheck error code of evhttp_add_header_internal() in...
2020-06-22 fanquakewepoll: use lower-cased windows headers
2020-06-18 Paul Osbornecmake: avoid problems from use of CMAKE_USE_PTHREADS_INIT
2020-06-08 okhowang(王沛文)recreate socket when udp failed
2020-06-02 Azat Khuzhintest/regress_http: remove second ARRAY_SIZE macros
2020-06-02 Azat Khuzhintest/regress_testutils: use inet_addr()
2020-06-02 Azat Khuzhintest/regress_dns: use tt_int_op() over tt_assert()...
2020-05-31 seleznevaeevdns: Add support for setting maximum UDP DNS message...
2020-05-28 yuangongjiCI: catch failures and retry
2020-05-28 yuangongjiremove FindGit.cmake, improve `git describe` command
2020-05-27 Azat Khuzhincheckpatch.sh: fix clang-format-diff usage
2020-05-27 Azat Khuzhincheckpatch.sh: fix usage
2020-05-27 Wataru AshiharaFix clang-format-diff usage
2020-05-25 Azat Khuzhinhttp: Merge branch 'http-max_connections-pr-592'
2020-05-25 Azat Khuzhintest: cover evhttp max connections
2020-05-25 mohuangvariable redefinition in win32_dispatch
2020-05-25 Azat KhuzhinMerge branch 'evdns-tcp-pr-1004'
2020-05-25 Azat Khuzhinevdns: fix coding style issues
2020-05-25 Azat Khuzhinevdns: fix trailing whitespaces
2020-05-25 Azat Khuzhinevdns: bufferevent_setcb before bufferevent_free is...
2020-05-24 Azat Khuzhintest: http/autofree_connection cleanup
2020-05-21 ayuseleznevevdns: Implement dns requests via tcp
2020-05-19 Azat Khuzhinhttp: fix EVHTTP_CON_AUTOFREE in case of timeout (and...
2020-05-18 Azat Khuzhinhttp: fix EVHTTP_CON_AUTOFREE in case of connection...
2020-05-18 Azat Khuzhintest: cleanup http/autofree_connection
2020-05-18 Azat Khuzhintest: fix http/autofree_connection
2020-05-18 ayuseleznevevdns: Add additional validation for values of dns...
2020-05-08 Nick GrifkaAdd wepoll support to light up the epoll backend on...
2020-05-08 Nick Grifkatest: Fix test_simpleclose for Windows platform
2020-05-06 Azat KhuzhinInclude details of the ABI compatibility report
2020-05-05 Azat KhuzhinAdd ABI compatibility report deploy
2020-05-05 Azat Khuzhinabi-check: abi-monitor 1.10 does not support -make...
2020-05-05 Azat KhuzhinDo not ignore anything in .github
2020-05-05 yuangongjiAdd API/ABI checker (using LVC)
2020-05-05 Azat Khuzhinci/linux: add dist check
2020-05-05 Azat KhuzhinUpdate list of cmake files for autotools dist archive
2020-05-05 Azat Khuzhinci: change cache key for windows/mingw
2020-05-05 Azat KhuzhinPass --quiet to the event_rcpgen.py (autotools already...
2020-05-05 Azat KhuzhinDo not run CI if message contains "ci skip"
2020-05-05 Aleksandr-MelnikovThere is typo in GetAdaptersAddresses windows library...
2020-05-04 Azat KhuzhinSupport EV_CLOSED on linux for poll(2)
2020-05-04 Azat KhuzhinFix EV_CLOSED detection/reporting (epoll only)
2020-05-04 Azat KhuzhinMerge branch 'EV_CLOSED-and-EV_ET-fixes'
2020-05-04 Azat KhuzhinAvoid triggering wrong events with EV_ET set
2020-05-04 Azat Khuzhinepoll: handle EV_ET for EV_CLOSED too
2020-05-04 Azat Khuzhintest: cover EV_CLOSED with lots of possible scenarious
2020-05-04 Azat Khuzhintest: rename simpleclose to simpleclose_rw (since it...
2020-05-04 Azat Khuzhingithub actions looks good - drop travis/appveyor (...
2020-05-03 Nicolas J.... bufferevent: allow setting priority on socket and opens...
2020-05-01 yuangongjicmake: set a default value for LIBEVENT_STATIC_LINK
2020-04-28 Nick Grifkaevutil_time: improve evutil_gettimeofday on Windows
2020-04-27 Nick Grifkabench: Allow backend method selection
2020-04-07 Azat Khuzhincmake: missing test-closed binary
2020-03-28 Azat KhuzhinMerge branch 'event_rpcgen.py-cleanup'
2020-03-28 Azat Khuzhinevent_rpcgen.py: fix arguments-differ
2020-03-28 Azat Khuzhinevent_rpcgen.py: fix attribute-defined-outside-init
2020-03-28 Azat Khuzhinevent_rpcgen: suppress some warnings to make pylint...
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)
next