]> granicus.if.org Git - libevent/shortlog
libevent
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...
2020-07-07 fanquakebuild: remove commented code from configure.ac
2020-07-07 fanquakebuild: use feature detection when adding compile flags
2020-07-07 fanquakebuild: add ax_check_compile_flag macro
2020-07-05 Azat Khuzhinci/linux: create dist artifact only if dist archive...
2020-07-05 Azat KhuzhinMerge branch 'fix-signal-leak'
2020-07-05 Azat Khuzhinselect: requires reinit (otherwise it leaks signal...
2020-07-05 Azat Khuzhinpoll: requires reinit (otherwise it leaks signal handlers)
2020-07-05 Azat Khuzhintest: fix leak in dns/getaddrinfo_cancel_stress
2020-07-05 Azat Khuzhintest: fix UB in evbuffer/empty_reference_prepend_buffer
2020-07-05 Azat Khuzhinci: set build type to debug with sanitizers
2020-07-05 Azat Khuzhintest: really disable bufferevent_pair_release_lock...
2020-07-05 Azat Khuzhintest-closed: fix leak
2020-07-04 Pierce Lopezbuild: do not disable deprecation warnings on macOS
2020-07-03 Azat KhuzhinMerge #1046 -- build: misc configure changes
2020-06-28 Azat KhuzhinAdd abi-check report into artifacts
2020-06-28 fanquakebuild: consolidate darwin compile flag additions in...
2020-06-28 fanquakebuild: consistently use dnl for comments in configure.ac
2020-06-26 Azat Khuzhintest: add getaddrinfo(AI_ADDRCONFIG) test (off by default)
2020-06-26 fanquakebuild: remove duplicate -Wredundant-decls
2020-06-25 Azat KhuzhinMerge branch 'tests-under-sanitizers'
2020-06-25 Azat Khuzhintest: fix memory leaks for https (add BEV_OPT_CLOSE_ON_...
2020-06-25 Azat Khuzhintest: "fix" (with a quirk) leak in ssl/bufferevent_wm...
2020-06-25 Azat Khuzhintest: disable bufferevent/bufferevent_pair_release_lock...
2020-06-25 Azat Khuzhintest: detect test failures if atexit handler calls...
2020-06-25 Azat KhuzhinAdd LSAN suppressions (for OpenSSL temporary quirk)
2020-06-25 Azat KhuzhinAdd TSAN suppressions
2020-06-25 Azat Khuzhinci: run tests under sanitizers
2020-06-25 Enji CooperMake all classes Entry, Struct, etc) new-style classes
2020-06-25 Azat Khuzhinevdns: do not pass NULL to memcpy() in evdns_server_req...
2020-06-25 Azat Khuzhinbuffer: do not pass NULL to memcpy() from evbuffer_pullup()
2020-06-25 Azat Khuzhintest: do not pass NULL to memcmp() in evbuffer_datacmp...
2020-06-25 Azat Khuzhinhttp: fix undefined-shift in EVUTIL_IS*_ helpers
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
next