]> granicus.if.org Git - libevent/shortlog
libevent
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
2016-12-06 Azat Khuzhinbe_openssl: make be_openssl_set_fd() static (no prototy...
2016-12-06 Azat KhuzhinMerge branch 'be-openssl-fd-reset-fix-v2'
2016-12-06 Azat KhuzhinFix dirty_shutdown for openssl 1.1
2016-12-06 Azat KhuzhinFix reusing bufferevent_openssl after fd was reseted...
2016-12-06 Azat Khuzhintest/https: fix ssl dirty bypass for https_simple
2016-12-06 Azat Khuzhintest/https: cover multiple request over the same connection
2016-12-06 Azat Khuzhintest/http: sanity check for http_request_empty_done()
2016-12-06 Azat KhuzhinMerge branch 'openssl-1.1-init-fixes-v2'
2016-12-06 Azat Khuzhinsample/le-proxy: use TLS_method instead of SSLv23_metho...
2016-12-06 Azat Khuzhintest: fix building under openssl 1.1 (init functions...
2016-12-06 Azat Khuzhinle-proxy: fix building under openssl 1.1 (init function...
2016-12-06 Azat Khuzhinhttps-cilent: fix compilation warnings about unused...
2016-12-06 Azat KhuzhinFix _FILE_OFFSET_BITS redinition (solaris/autotools)
2016-12-06 Azat Khuzhinvagrant/osx: use make instead of gmake (there is no...
2016-12-06 Azat Khuzhinutil-internal: fix __func__ redefinition (netbsd)
2016-12-06 Azat KhuzhinFix signedness differ for iov_base (solaris)
2016-12-06 Azat Khuzhinevutil_time: include <unistd.h> when there is only...
2016-12-06 Azat Khuzhinhttp: fix formatter for pritnf for req->ntoread (osx)
2016-12-06 Azat Khuzhinsample/http-connect: fix compilation with VS2010
2016-12-06 Philip PrindevilleC90 doesn't like declarations intermingled with statements
2016-11-18 Azat Khuzhinvagrant: add centos box
2016-11-04 Azat KhuzhinMerge remote-tracking branch 'azat/release-2.1.7-rc... release-2.1.7-rc
2016-11-04 Azat KhuzhinBump version to 2.1.7-beta everywhere
2016-11-04 Azat KhuzhinUpdate changelog for 2.1.7-rc
2016-11-04 Azat KhuzhinREADME: update AUTHORS
2016-11-04 Azat Khuzhintravis-ci/osx: install lcov
2016-11-04 Tim Hentenaartest/regress: cover a polling of invalid fd
2016-11-04 Tim Hentenaarpoll: Prevent libevent from spinning if POLLNVAL occurs
2016-11-02 Azat KhuzhinUse coveralls.io via travis
2016-11-02 Azat KhuzhinFix cmake -DEVENT__COVERAGE=ON
2016-10-31 Azat KhuzhinTesting with vagrant for 6 OS and cmake+autoconf
2016-10-31 Azat Khuzhinautogen.sh: learn about gmake
2016-10-31 Azat Khuzhinautogen.sh: remove all autoconf/automake caches, if any
2016-10-30 Azat Khuzhincmake: fix finding python2, and check that it is really 2
2016-10-30 Azat KhuzhinIgnore temporary configure files
2016-10-26 Azat Khuzhincmake: fix CheckFunctionExistsEx/CheckPrototypeDefiniti...
2016-10-26 Zonr Changcmake: cleanup
2016-10-25 Thomas Bernarduse ev_uint16_t instead of unsigned short for port
2016-10-25 Azat Khuzhincmake/win32: fix running regress, but fixing finding...
2016-10-21 Simone BassoREADME.md: fix typo: ar -> are
2016-10-16 Azat Khuzhintravis-ci: use container-based infrastructure
2016-10-16 Azat Khuzhintravis-ci/osx: fix compiling/linking openssl libraries
2016-10-16 Azat Khuzhintravis-ci: use gcc-5 (fixes osx|gcc failures)
2016-10-16 Kurt RoeckxMake it build using OpenSSL 1.1.0
next