]> granicus.if.org Git - libevent/shortlog
libevent
2020-08-02 Gerry GarveyConvert from WinCrypt to Windows BCrypt
2020-08-02 Gerry GarveyHandle return value from getrandom()
2020-07-28 Azat KhuzhinRemove reduntant variables in workflows with deploy
2020-07-28 Azat KhuzhinChange user.name/user.email to robot for deploy via...
2020-07-27 Azat Khuzhintest/dns: fix initialize_nameservers when there is...
2020-07-26 Pierce Lopezwindows socketpair tmpfile: use random prefix
2020-07-24 okhowang(王沛文)fix: compat mbedtls < 2.4
2020-07-23 Azat KhuzhinFix bufferevent_get_{openssl,mbedtls}_error()
2020-07-22 Azat Khuzhinci/doxygen: install missing libmbedtls-dev
2020-07-22 Azat Khuzhinci/coverage: add missing libmbedtls-dev
2020-07-22 Azat Khuzhinle-proxy: ignore SIGPIPE
2020-07-22 Azat Khuzhintest/regress_buffer.c: fix -Wbad-function-cast (in...
2020-07-22 Azat KhuzhinMerge branch 'mbedtls'
2020-07-22 Azat Khuzhintest: rename ssl/* -> openssl/*
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)
next