summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Export symbols for -fvisibility=hidden (under cmake)Azat Khuzhin2017-03-1318-6/+146
* travis-ci: do not run coverage on osxAzat Khuzhin2017-03-121-0/+5
* travis-ci: use travis_retry to reduce number of problems with flacky testsAzat Khuzhin2017-03-121-2/+2
* appveyor: remove -DEVENT__ENABLE_VERBOSE_DEBUG=ON buildAzat Khuzhin2017-03-121-2/+0
* Fix detection of timerfd_create() in CMake.Shuo Chen2017-03-121-1/+1
* Do not add epoll_sub (syscall wrappers) for epoll in cmakeAzat Khuzhin2017-03-081-1/+1
* Merge branch 'cmake-configure-fixes-v2'Azat Khuzhin2017-03-0810-210/+204
|\
| * cmake: fix extracting of the version from git (check for number of matches)Azat Khuzhin2017-03-081-18/+21
| * Detect arch4random_addrandom() existenceMarek Sebera2017-03-084-0/+6
| * Use off_t instead of ev_off_t for sendfile() (fixes android build)Azat Khuzhin2017-03-081-1/+1
| * cmake: detect _GNU_SOURCE not by __GNU_LIBRARY__ only (fallback to _GNU_SOURCE)Azat Khuzhin2017-03-081-1/+8
| * Check for WNOWAIT in waitpid() in runtime (not in cmake/configure)Azat Khuzhin2017-03-085-50/+3
| * cmake: add <pthread.h> into CMAKE_REQUIRED_INCLUDES for sizeof(pthread_t)Azat Khuzhin2017-03-081-0/+1
| * cmake: fix values for #cmakedefineAzat Khuzhin2017-03-081-1/+1
| * cmake: drop duplicates from event-config templateAzat Khuzhin2017-03-081-3/+0
| * cmake: add value for the #cmakedefine macros (like autoconf)Azat Khuzhin2017-03-081-131/+131
| * cmake: Fix checking of enum values from sysctl.hAzat Khuzhin2017-03-083-7/+34
|/
* travis-ci: remove -DEVENT__ENABLE_VERBOSE_DEBUG=ON (too much useless logs)Azat Khuzhin2017-03-061-1/+0
* Merge branch 'fix-openssl-linking'Azat Khuzhin2017-03-064-14/+4
|\
| * sample/https-client: use ERR_remove_*state() when we have themPierce Lopez2017-03-061-0/+5
| * Do not check for ERR_remove_thread_state() (do not link ssl into every library)Pierce Lopez2017-03-064-15/+0
|/
* evutil: fix a typo of commenttim-le2017-03-051-1/+1
* Fix RPATH for APPLETrond Norbye2017-02-281-1/+1
* sample/dns-example: fix compiler warning (getopt() returns an int)David Disseldorp2017-02-281-2/+2
* sample/https-client: use host SSL certificate store by defaultDavid Disseldorp2017-02-281-6/+14
* Fix clang 3 (some versions) misbehaviour for __has_attribute()Azat Khuzhin2017-01-301-3/+13
* Unbreak build with LibreSSL after openssl 1.1 support addedJan Beich2017-01-305-8/+8
* Merge branch 'fix-struct-linger'Azat Khuzhin2017-01-296-8/+12
|\
| * cmake: check for 'struct linger' existenceAzat Khuzhin2017-01-292-0/+5
| * test/bench*: prefix event-config.h macros after 0dda56a48e94Jan Beich2017-01-292-4/+4
| * test/bench_httpclient: restore SO_LINGER usage after 0dda56a48e94Jan Beich2017-01-292-4/+3
|/
* Include openssl-compat.h into dist archiveAzat Khuzhin2017-01-291-1/+2
* Make EVENT_STAGE_NAME non cachedAzat Khuzhin2017-01-292-20/+16
* Do not overwrite version from GIT if it is older then defaultsAzat Khuzhin2017-01-291-9/+17
* Bump version in master to 2.2.0-alpha-devAzat Khuzhin2017-01-297-11/+15
* Fix -Werror=implicit-fallthrough (fixes gcc-7)Azat Khuzhin2017-01-294-3/+18
* Merge branch 'release-2.1.8-stable-pull'release-2.1.8-stableAzat Khuzhin2017-01-269-13/+134
|\
| * Bump version to 2.1.8-stable everywhereAzat Khuzhin2017-01-266-8/+9
| * VERSION_INFO should me equal to library versionAzat Khuzhin2017-01-261-1/+1
| * Bump whatsnew-2.1 documentAzat Khuzhin2017-01-261-5/+83
| * Update ChangeLog for 2.1.8-stableAzat Khuzhin2017-01-261-0/+38
| * README: update AUTHORSAzat Khuzhin2017-01-221-0/+4
|/
* Merge branch 'automake-tests-parallel-v4' (*includes ci bits also*)Azat Khuzhin2017-01-227-54/+115
|\
| * Run tests in parallel (they are lightweight), on CI and vagrant boxesAzat Khuzhin2017-01-223-17/+26
| * travis-ci: install cmake from xenial (CTEST_PARALLEL_LEVEL support)Azat Khuzhin2017-01-221-7/+11
| * test: register different tests in automakeAzat Khuzhin2017-01-221-7/+34
| * test: run different tests under different options (in a wrapper)Azat Khuzhin2017-01-221-11/+39
| * automake: do not use serial-tests if parallel-test-harness availableAzat Khuzhin2017-01-222-12/+5
* | vagrant/netbsd: missing libtoolAzat Khuzhin2017-01-221-1/+1
|/
* Bump VERSION_INFO so that libraries symlinks will have the same versionAzat Khuzhin2017-01-201-1/+1