]> granicus.if.org Git - libevent/shortlog
libevent
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
2016-10-15 Adam LangleyDon't call BIO_number_{read|written} on NULL BIOs.
2016-10-13 Adam LangleySwitch from a 512 to 2048-bit RSA key.
2016-10-05 Azat KhuzhinMerge branch 'contrib-guide-v2'
2016-10-05 Azat KhuzhinAdd CONTRIBUTING.md (with checkpatch.sh examples)
2016-10-05 Azat KhuzhinAdd checkpatch script
2016-10-05 Azat KhuzhinAdd config for clang-format
2016-10-05 Azat KhuzhinAdd config for uncrustify
2016-10-04 Sevenbe: just a simple mistake, reinclude the <errno.h>
2016-10-04 Azat Khuzhincmake: use PYTHON_EXECUTABLE to find python2
2016-10-03 Azat KhuzhinMerge branch 'force-disable-clockgettime'
2016-10-03 Azat KhuzhinAdd -DEVENT__DISABLE_CLOCK_GETTIME switch for cmake
2016-10-03 Vlad ShcherbanAdding option to ignore clock_gettime: --disable-clock...
2016-08-26 Azat KhuzhinMerge branch 'release-2.1.6-beta-pull' release-2.1.6-beta
2016-08-26 Azat KhuzhinBump version to 2.1.6-beta everywhere
2016-08-26 Azat KhuzhinChangeLog: Add brief notes
2016-08-26 Azat KhuzhinUpdate changelog for 2.1.6-beta (ugh, pretty huge)
2016-08-26 Azat KhuzhinUpdate AUTHORS section in README
2016-08-26 Zonr ChangFix evhttp_uriencode() regression.
2016-08-14 Mark Ellzeyremoved unused vars
2016-08-14 Mark Ellzeypointer overflow checks for evhttp_uriencode
2016-08-11 Azat Khuzhintests: use waitpid(..., WNOWAIT) to fix failing of...
2016-08-11 Azat Khuzhintest: replace sleeping with syncing pair in main/fork
2016-08-11 Azat Khuzhintravis: split long lines, and make it cleaner
2016-08-10 Azat Khuzhintravis: fix autotools on osx by reinstalling libtool
2016-08-10 Azat Khuzhinbe_sock: handle readv() returns ECONNREFUSED (freebsd...
2016-08-10 Azat Khuzhintest/http: do not run tests that based on backlog filli...
2016-08-10 Azat Khuzhinevutil: mark ai_find_protocol() static (prototype-less)
2016-08-10 Azat Khuzhintest/bufferevent/iocp: fix test name for "bufferevent_c...
2016-08-10 Azat KhuzhinFix getaddrinfo under solaris (for multiprotocol case)
2016-08-09 Azat Khuzhincmake/solaris: set CMAKE_REQUIRED_LIBRARIES to fix...
2016-08-09 Azat Khuzhincmake/solaris: fix building (link with socket,nsl)
2016-08-09 Azat KhuzhinMerge branch 'appveyor-cmake-v6'
2016-08-09 Azat Khuzhintest/ssl: use send()/recv()/EVUTIL_ERR_RW_RETRIABLE...
2016-08-09 Azat Khuzhintest/https_basic: increase timeout for complete write...
2016-08-09 Azat Khuzhincmake: check for ZLIB_INCLUDE_DIR, since we can have...
2016-08-09 Azat Khuzhinautotools/win32: fix searching ssl library
2016-08-09 Azat Khuzhinappveyor/autotools: link with openssl by passing LDFLAG...
2016-08-09 Azat Khuzhinappveyor: image already had openssl installed
2016-08-09 Azat Khuzhincmake/win32: do not compile regress_thread on -DEVENT__...
2016-08-09 Azat Khuzhincmake/win32: do not compile evthread_win32 on -DEVENT__...
2016-08-09 Azat Khuzhinappveyor: check -DUNICODE -D_UNICODE according to Relea...
2016-08-09 Azat Khuzhincmake: fix -DEVENT__ENABLE_VERBOSE_DEBUG (typo on ...
2016-08-09 Azat Khuzhintest: fix building with --disable-thread-support under...
2016-08-09 Azat Khuzhincmake: do not use stderr for notifications/version...
2016-08-09 Azat Khuzhinautoconf: fix --disable-thread-support build under...
2016-08-09 Azat Khuzhinappveyor: ignore failure of mingw-get
2016-08-09 Azat Khuzhinappveyor: drop shallow_clone, since we use tags for...
2016-08-09 Azat Khuzhinappveyor: support cmake & autotools using build matrix...
2016-08-09 Azat KhuzhinIgnore `make dist` generated files
2016-07-12 Mark MentovaiCheck for Mac OS X 10.4 kqueue bug properly
2016-07-07 Azat Khuzhinbuffer: don't mix code and declarations
2016-06-29 basavesh.asFix memory leak in signal-test.c
2016-06-28 Mark Ellzey[#372] check for errno.h
2016-06-26 Mark EllzeyMerge pull request #367 from neerajbadlani/master
2016-06-25 Azat Khuzhinbuffer: Merge branch '340-dig-v2'
2016-06-25 Azat Khuzhinbuffer: fix overflow check in evbuffer_expand_singlechain()
2016-06-25 Azat Khuzhintest/buffer: cover evbuffer_expand() for overflow
2016-06-25 Mark Ellzey[Issue #313] set method to ASCII "NULL" if evhttp_metho...
2016-06-23 Neeraj BadlaniUpdate gitignore file to ignore cscope gen'ed files
2016-06-19 Azat Khuzhinbuffer: Merge branch 'evbuffer-empty-chains-fixes-v4'
2016-06-19 Azat Khuzhinbufferevent_filter: Merge branch 'be-filter-data-stuck'
2016-06-19 Eduardo Panissettest/be_filter: creating test case for data stuck with...
2016-06-19 Eduardo Panissetbe_filter: avoid data stuck under active watermarks
2016-06-17 David PaschichFix bufferevent_pair to properly set BEV_EVENT_{READING...
2016-06-17 Azat Khuzhinbuffer: evbuffer_add_buffer(): clean empty chains from...
2016-06-17 Azat Khuzhintest/buffer: evbuffer_add_buffer() with empty chains
2016-06-17 Azat Khuzhintest/buffer: evbuffer_remove_buffer() with empty chains...
2016-06-17 Azat Khuzhintest/buffer: evbuffer_remove_buffer() with empty chains...
2016-06-17 Azat Khuzhintest/http: avoid using conditionals with omitted operan...
2016-06-17 Azat Khuzhintest/http: don't mix declarations and code (fixes ...
2016-06-17 Azat Khuzhintest/buffer: fix leak in test_evbuffer_prepend()
2016-06-17 Azat Khuzhintest/buffer: avoid errors with --no-fork (reinitialize...
2016-06-08 Rainer KellerFor non GCC/clang on OSX the -Wno-deprecated-declaratio...
2016-05-11 Azat KhuzhinMerge branch 'travis-ci-os-matrix-v2'
2016-05-11 Azat Khuzhinautomake: define serial-tests only if automake have...
2016-05-11 Azat Khuzhintest/automake: don't use paralell test harness (since...
2016-05-10 Azat Khuzhintravis-ci/osx: relink gcc/g++ instead of clang
2016-05-10 Azat Khuzhintravis-ci: enable multi-os mode (osx, linux)
next