]> granicus.if.org Git - libevent/shortlog
libevent
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)
2019-10-14 yuangongjievutil: implement socketpair with unix domain socket...
2019-10-14 Azat Khuzhintravis-ci: add OPENSSL_1_1=yes for the openssl 1.1...
2019-10-14 Azat Khuzhintravis-ci: use matrix.include over env.matrix/matrix...
2019-10-14 Azat Khuzhintravis-ci: build with clang only basic configurations
2019-10-14 Azat KhuzhinUse matrix.include.if over matrix.exclude.if for doxygen
2019-10-14 Azat KhuzhinDo not try to deploy documentaion for PR
2019-10-08 Azat KhuzhinFix all all yamllint warnings in travis/appveyor rules
2019-10-08 Azat Khuzhinappveyor: do not allow any failures
2019-10-08 yuangongjiappveyor: fix build script for compiling using mingw-w64
2019-10-08 yuangongjisample/https-client: link crypt32 explicitly when build...
2019-10-07 Azat KhuzhinMerge remote-tracking branch 'upstream/pr/908'
2019-10-03 Kamil RytarowskiFix compat with NetBSD >= 10
2019-10-03 William A Rowe JrAvoid transforming base C_FLAGS set deliberately
2019-09-26 yuangongjitinytest: support timeout on Windows
2019-09-22 Azat KhuzhinMerge branch 'upstream/pr/899' (evbuffer_freeze testcas...
2019-09-22 yuangongjiimprove the description of parameter to evbuffer_read()
2019-09-22 yuangongjiregress_buffer: improve testcase for evbuffer_freeze()
2019-09-21 Azat Khuzhinevbuffer_add_file: fix freeing of segment in the error...
2019-09-19 yuangongjievutil_time: detect and use _gmtime64_s()/_gmtime64()
2019-09-18 yuangongjihttp: rename bind_socket_ai() to create_bind_socket_non...
2019-09-18 yuangongjihttp: make sure the other fields in ext_method are...
2019-09-17 yuangongjihttps-client: load certificates from the system cert...
2019-09-08 Azat KhuzhinBuild doxygen documentation via cmake (to fill variables)
2019-09-08 Azat KhuzhinDeploy documentation to libevent-doc.github.io
2019-09-05 Azat KhuzhinFix checking return value of the evdns_base_resolv_conf...
2019-09-03 Azat Khuzhincmake: fix getrandom() detection
2019-09-02 Azat Khuzhinarc4random: replace sysctl() with getrandom (on linux)
2019-09-02 yuangongjiUpgrade autoconf (after upgrading minimum required...
2019-09-02 Azat KhuzhinRevert "Warn if forked from the event loop during event...
2019-09-02 Boris.DergachovFixes spelling
2019-08-29 yuangongjiDoxygen documentation improvements
2019-08-28 yuangongjieliminate some C4267 warnings in Windows
2019-08-27 yuangongjiautotools: attach doxygen target into all target
2019-08-27 yuangongjicmake: attach doxygen target into all target
2019-08-27 Jan KasiakFix memory corruption in EV_CLOSURE_EVENT_FINALIZE...
2019-08-27 Jan Kasiaktest: prevent duplicate event_enable_debug_mode() for...
2019-08-26 Azat Khuzhintest: introduce TT_ENABLE_DEBUG_MODE flag
2019-08-21 yuangongjitravis-ci: add openssl1.1 into travis build matrix
2019-08-20 David Disseldorpsample/http-server: fix parameter parsing
2019-08-20 David Disseldorpsample/signal-test: fix use of uninitialized variable
2019-08-14 ygj6sample: fix 'INFINITY' undeclared error
2019-08-13 ygj6becat: avoid using anonymous structures
2019-08-09 dota17Fix typos in comments (sample/test/event-internal.h)
2019-08-09 dota17sample/signal-test: add NULL checks
2019-08-09 Azat KhuzhinAdd becat into .gitignore
2019-08-09 ygj6Change the minimum version of automake to 1.13 and...
2019-08-03 Azat KhuzhinAdd Uninstall.cmake.in into dist archive
2019-07-31 Azat Khuzhinbuffer: fix possible NULL dereference in evbuffer_setcb...
2019-07-30 yuangongjiChange autoconf version to 2.62 and automake version...
2019-07-11 Azat Khuzhincmake: install shared library only if it was requested
2019-07-11 yuangongjiMissing <winerror.h> on win7/MinGW(MINGW32_NT-6.1)...
2019-07-11 yuangongjicmake: set library names to be the same as with autotools
2019-07-08 Keith SmileyEnable _GNU_SOURCE for Android
2019-07-02 Keith SmileyEnable kqueue for APPLE targets
2019-07-01 Azat KhuzhinWarn if forked from the event loop during event_reinit()
2019-06-26 Azat Khuzhinautotools: do not install bufferevent_ssl.h under ...
2019-06-25 Azat Khuzhincmake: link against shell32.lib/advapi32.lib
2019-06-25 Azat KhuzhinAdd README.md/Documentation into dist archive
2019-06-25 Azat KhuzhinRequire cmake >= 3.1.2 (for correct openssl 1.0.2 detec...
2019-06-15 Azat Khuzhinevdns: add new options -- so-rcvbuf/so-sndbuf
2019-06-14 Azat Khuzhinevutil: drop force_check from evutil_check_interfaces...
2019-06-14 jeremyerbevutil: set the have_checked_interfaces in evutil_check...
2019-06-13 yuangongjicmake: add missing autotools targets (doxygen, uninstal...
2019-06-08 Fabrice Fontainem4/libevent_openssl.m4: fix detection of openssl
2019-06-03 yuangongji (A)doc: cmake command on Windows
2019-06-02 Azat Khuzhinbecat: remove extra SSL_CTX options usage [ci skip]
2019-06-02 Azat KhuzhinFix detection of the __has_attribute() for apple clang...
2019-05-31 wenyghttps-client: correction error checking
2019-05-30 yuangongjitypo error in header file
2019-05-28 Jan Beichcmake: limit MSVC to Clang-CL
2019-05-25 Azat Khuzhinhttp: do not name variable "sun" since this breaks...
2019-05-25 Azat Khuzhintest: mark bev_connect_hostname() as static (to avoid...
2019-05-25 Azat Khuzhincmake: add -Wmissing-prototypes (like autotools has)
2019-05-21 Azat Khuzhintime-test: disable buffering (mostly for windows)
2019-05-16 Azat KhuzhinMerge branch 'evbuffer-fixes-806-v2'
2019-05-16 Azat Khuzhinevbuffer: fix last_with_datap after prepend with empty...
2019-05-16 Azat Khuzhintest: regression for evbuffer_expand_fast_() with inval...
2019-05-16 Azat Khuzhintest: cover adjusting of last_with_datap in evbuffer_pr...
2019-05-15 Azat KhuzhinAdd getopt into dist archive
2019-05-13 Joseph SpadavecchiaImplement bufferevent_socket_connect_hostname_hints()
2019-05-12 Azat KhuzhinMerge branch 'issue-807-accept4-getnameinfo-AF_UNIX'
2019-05-12 Azat Khuzhinhttp-server: add usage/help dialog
2019-05-12 Azat Khuzhinhttp: avoid use of uninitialized value for AF_UNIX...
2019-05-12 Azat Khuzhinhttp-server: add ability to bind to unix-socket
2019-05-12 Azat Khuzhinbuild: struct sockaddr_un detection (sys/un.h, afunix.h)
2019-05-11 Tobias Stoeckmannkqueue: Avoid undefined behaviour.
2019-05-07 Tobias StoeckmannPrevent integer overflow in kq_build_changes_list.
2019-05-06 zhuizhuhaomengevdns: fix lock/unlock mismatch in evdns_close_server_p...
2019-04-30 Azat KhuzhinMerge remote-tracking branch 'official/pr/804'
next