]> granicus.if.org Git - libevent/shortlog
libevent
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'
2019-04-27 Tobias StoeckmannAdded test for evmap slot validations.
2019-04-26 Tobias StoeckmannPrevent endless loop in evmap_make_space.
2019-04-26 Tobias StoeckmannEnforce limit of NSIG signals.
2019-04-22 Tobias StoeckmannProtect min_heap_push_ against integer overflow.
2019-04-18 linxiaohuile-proxy: initiate use of the Winsock DLL
2019-04-17 Dan Rosenevwatch: fix race condition
2019-04-13 Azat KhuzhinIgnore build files for autotools build in subfolder too
2019-04-11 Azat KhuzhinMerge branch '21_http_extended_method'
2019-04-11 Thomas BernardAdded http method extending
2019-04-11 Thomas Bernardhttp: Update allowed_methods field from 16 to 32bits.
2019-04-09 Azat Khuzhinhttp: replace EVHTTP_REQ_UNKNOWN_ with 0
2019-04-07 Azat KhuzhinRemove experimental note for finalizers API
2019-04-03 Azat Khuzhinhttps-client: do not try to free not initialized base
2019-04-03 Azat Khuzhinhttp: drop unused internal macros
2019-04-03 Dan Rosenevwatch: Add "prepare" and "check" watchers.
2019-04-03 Azat KhuzhinDisable logging for tests that assume printing warnings
2019-04-03 Azat KhuzhinRemove manually written nmake makefiles (cmake should...
2019-04-02 Azat Khuzhinappveyor: check intermediate powershell commands exit...
2019-03-31 Azat KhuzhinMerge branch 'fix-uchex-warnings'
2019-03-31 Azat Khuzhinevdns: do not check server_req twice
2019-03-31 Azat Khuzhinevrpc: do not check req twice
2019-03-31 Azat Khuzhinevdns: add DNS_OPTION_NAMESERVERS_NO_DEFAULT/EVDNS_BASE...
2019-03-31 Azat Khuzhinevdns: add descriptions for DNS_OPTION_*/DNS_OPTIONS_ALL
2019-03-25 Azat KhuzhinLink test/regress with event_core/event_extra over...
next