]> granicus.if.org Git - libevent/shortlog
libevent
2017-05-29 Azat Khuzhincmake: avoid requiring cmake 3.1 on win32 for dns-example
2017-05-29 Azat Khuzhinle-proxy: fix compiling under win32 (because of no...
2017-05-28 Azat Khuzhinhttp-connect: exit on error
2017-05-01 Azat Khuzhintest: do not use .fieldname in structure initialization...
2017-05-01 Azat KhuzhinAdd missing print-winsock-errors.c into dist archive
2017-04-29 Maximilian... le-proxy: add missing return statement (UAF)
2017-04-29 José Luis MillánReturn from event_del() after the last event callback...
2017-04-29 Azat Khuzhintest: cover that after event_del() callback will not...
2017-04-29 Gonçalo RibeiroCorrect URL for the libevent logo
2017-04-21 David BenjaminExplicitly call SSL_clear when reseting the fd.
2017-04-13 Dominic Chenbufferevent: refactor to use type check macros
2017-03-27 Azat KhuzhinFix arc4random_addrandom() detecting and fallback ...
2017-03-26 Azat KhuzhinMake event_count macros cleaner
2017-03-18 Xiang Zhangfix evutil_make_internal_pipe_'s comment that fd[0...
2017-03-14 Azat Khuzhincmake: use APPEND during exporting targets (for old...
2017-03-14 Azat KhuzhinMerge branch 'win32-fixes'
2017-03-14 Azat Khuzhintest: do not return void
2017-03-14 Azat Khuzhinlog/win32: fix exporting extern variable
2017-03-14 Azat Khuzhinlog-internal: missing extern "C"
2017-03-14 Azat Khuzhinlog: remove USE_GLOBAL_FOR_DEBUG_LOGGING
2017-03-14 Azat Khuzhincmake: Export missing symbols for win32
2017-03-13 Azat Khuzhincmake: eliminate EVENT_BUILDING_REGRESS_TEST, since...
2017-03-13 Azat Khuzhintest: windows doesn't have WNOWAIT
2017-03-13 Azat Khuzhincmake: clean not used #defines from event-config.h
2017-03-13 Azat Khuzhincmake: add <pthread.h> only for non-win32
2017-03-13 Azat Khuzhincmake: fix pkgconfig generation (copy-paste typo)
2017-03-13 Azat KhuzhinMerge branch 'cmake-missing-bits'
2017-03-13 Azat Khuzhincmake: support visibility for AppleClang too
2017-03-13 Azat Khuzhincmake: fix export absolute path and relative path and...
2017-03-13 Azat Khuzhincmake: generate and install pkgconfig files
2017-03-13 Azat Khuzhincmake: build SHARED and STATIC libraries (like autoconf...
2017-03-13 Azat Khuzhincmake: add missing event_openssl/event_pthreads libraries
2017-03-13 Azat KhuzhinExport symbols for -fvisibility=hidden (under cmake)
2017-03-12 Azat Khuzhintravis-ci: do not run coverage on osx
2017-03-12 Azat Khuzhintravis-ci: use travis_retry to reduce number of problem...
2017-03-12 Azat Khuzhinappveyor: remove -DEVENT__ENABLE_VERBOSE_DEBUG=ON build
2017-03-12 Shuo ChenFix detection of timerfd_create() in CMake.
2017-03-08 Azat KhuzhinDo not add epoll_sub (syscall wrappers) for epoll in...
2017-03-08 Azat KhuzhinMerge branch 'cmake-configure-fixes-v2'
2017-03-08 Azat Khuzhincmake: fix extracting of the version from git (check...
2017-03-08 Marek SeberaDetect arch4random_addrandom() existence
2017-03-08 Azat KhuzhinUse off_t instead of ev_off_t for sendfile() (fixes...
2017-03-08 Azat Khuzhincmake: detect _GNU_SOURCE not by __GNU_LIBRARY__ only...
2017-03-08 Azat KhuzhinCheck for WNOWAIT in waitpid() in runtime (not in cmake...
2017-03-08 Azat Khuzhincmake: add <pthread.h> into CMAKE_REQUIRED_INCLUDES...
2017-03-08 Azat Khuzhincmake: fix values for #cmakedefine
2017-03-08 Azat Khuzhincmake: drop duplicates from event-config template
2017-03-08 Azat Khuzhincmake: add value for the #cmakedefine macros (like...
2017-03-08 Azat Khuzhincmake: Fix checking of enum values from sysctl.h
2017-03-05 Azat Khuzhintravis-ci: remove -DEVENT__ENABLE_VERBOSE_DEBUG=ON...
2017-03-05 Azat KhuzhinMerge branch 'fix-openssl-linking'
2017-03-05 Pierce Lopezsample/https-client: use ERR_remove_*state() when we...
2017-03-05 Pierce LopezDo not check for ERR_remove_thread_state() (do not...
2017-03-05 tim-leevutil: fix a typo of comment
2017-02-28 Trond NorbyeFix RPATH for APPLE
2017-02-27 David Disseldorpsample/dns-example: fix compiler warning (getopt()...
2017-02-27 David Disseldorpsample/https-client: use host SSL certificate store...
2017-01-30 Azat KhuzhinFix clang 3 (some versions) misbehaviour for __has_attr...
2017-01-29 Jan BeichUnbreak build with LibreSSL after openssl 1.1 support...
2017-01-29 Azat KhuzhinMerge branch 'fix-struct-linger'
2017-01-29 Azat Khuzhincmake: check for 'struct linger' existence
2017-01-29 Jan Beichtest/bench*: prefix event-config.h macros after 0dda56a...
2017-01-29 Jan Beichtest/bench_httpclient: restore SO_LINGER usage after...
2017-01-29 Azat KhuzhinInclude openssl-compat.h into dist archive
2017-01-29 Azat KhuzhinMake EVENT_STAGE_NAME non cached
2017-01-29 Azat KhuzhinDo not overwrite version from GIT if it is older then...
2017-01-29 Azat KhuzhinBump version in master to 2.2.0-alpha-dev
2017-01-29 Azat KhuzhinFix -Werror=implicit-fallthrough (fixes gcc-7)
2017-01-25 Azat KhuzhinMerge branch 'release-2.1.8-stable-pull' release-2.1.8-stable
2017-01-25 Azat KhuzhinBump version to 2.1.8-stable everywhere
2017-01-25 Azat KhuzhinVERSION_INFO should me equal to library version
2017-01-25 Azat KhuzhinBump whatsnew-2.1 document
2017-01-25 Azat KhuzhinUpdate ChangeLog for 2.1.8-stable
2017-01-22 Azat KhuzhinREADME: update AUTHORS
2017-01-22 Azat KhuzhinMerge branch 'automake-tests-parallel-v4' (*includes...
2017-01-22 Azat Khuzhinvagrant/netbsd: missing libtool
2017-01-22 Azat KhuzhinRun tests in parallel (they are lightweight), on CI...
2017-01-22 Azat Khuzhintravis-ci: install cmake from xenial (CTEST_PARALLEL_LE...
2017-01-22 Azat Khuzhintest: register different tests in automake
2017-01-22 Azat Khuzhintest: run different tests under different options ...
2017-01-21 Azat Khuzhinautomake: do not use serial-tests if parallel-test...
2017-01-20 Azat KhuzhinBump VERSION_INFO so that libraries symlinks will have...
2017-01-19 Azat Khuzhintest/dns: replace servname since solaris does not have...
2017-01-19 Azat KhuzhinMerge branch 'openssl-filter-fixes-v4'
2017-01-19 Azat Khuzhinbe: fix with filtered bufferevents and connect() withou...
2017-01-19 Azat Khuzhintest/ssl: fix bufferevent_getfd() for bufferevent_opens...
2017-01-19 Azat Khuzhinbe_openssl: Fix writing into filted openssl bufferevent...
2017-01-19 Azat Khuzhintest/https: separate cases for https client with filter...
2017-01-19 Azat Khuzhintest/ssl: cover case when we writing to be_openssl...
2017-01-19 Azat Khuzhintest/thread: netbsd is too slow, increase timeout for...
2017-01-19 Azat Khuzhintest/dns: run async resolving after sync one (to avoid...
2017-01-19 Azat Khuzhinvagrant/netbsd: more reliable way of installing packages
2017-01-08 Azat Khuzhintest/http: turn off some tests that based on backlog...
2016-12-23 BreakerUpdate README.md
2016-12-22 Azat Khuzhintest: fix util/date_rfc1123 under win32
2016-12-22 Azat KhuzhinFix UB in evutil_date_rfc1123()
2016-12-18 Azat KhuzhinMerge branch 'date-rfc1123'
2016-12-18 Vis Virialadd tests for evutil_date_rfc1123().
2016-12-18 Vis Virialhttp: do not use local settings for Date header
2016-12-13 johnsonleeFix incorrect MIME type
next