]> granicus.if.org Git - libevent/shortlog
libevent
2020-10-04 Azat Khuzhinhttp-server: add cli argument for max body size
2020-09-19 Nikita GorskikhRemove dead code from bufferevent_socket_connect
2020-09-16 Azat KhuzhinGenerate only real man pages with doxygen (MAN_LINKS=NO)
2020-09-16 Azat KhuzhinRemove man pages from repo (they can be generated via...
2020-09-16 okhowang(王沛文)sample: add https-client-mbedtls
2020-09-16 okhowang(王沛文)test: fix windows error when mbedtls https
2020-09-14 Azat KhuzhinMerge #1087 - tests for https with mbedtls
2020-09-14 Azat KhuzhinAdd build w/o any SSL support (i.e. w/o openssl and...
2020-09-14 okhowang(王沛文)test: add https with mbedtls
2020-09-08 okhowang(王沛文)bufferevent_openssl: fix -Wcast-function-type for SSL_p...
2020-09-08 Leon M. Georgehttp: const out address param to evcon_get_peer
2020-08-31 Azat Khuzhinbuild: fix building under windows with thread support
2020-08-29 BerbeFix: long -> enum evhttp_cmd_type type
2020-08-28 Azat Khuzhintest/regress_dns: fix -Wmaybe-uninitialized
2020-08-28 Azat KhuzhinDetect existence of pthread_mutexattr_setprotocol()
2020-08-10 Azat Khuzhinbuild: add doxygen to all
2020-08-06 Azat Khuzhinbuild: do not try install doxygen man pages if they...
2020-08-06 Azat KhuzhinMerge #1074
2020-08-05 yuangongjifix CI:Update cache version and replace setup-msys2
2020-08-05 yuangongjifix CI: Install vcpkg through the source code to tempor...
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
next