]> granicus.if.org Git - libevent/history - configure.ac
Optimize arc4random_uniform() (by syncing with OpenBSD implementation)
[libevent] / configure.ac
2023-02-14 Azat KhuzhinMerge pull request #1418 from fanquake/use_fortify_source_3
2023-02-13 fanquakebuild: use FORTIFY_SOURCE=3 in autotools build
2023-01-02 Dmitry Antipovbuffer: use pread() for evbuffer_file_segment_materialize()
2022-11-12 Dmitry Antipovsignal: new signal handling backend based on signalfd
2022-11-12 Azat KhuzhinIgnore unknown pragmas
2022-09-27 Dmitry Antipovepoll: use epoll_pwait2() if available
2022-09-12 Dmitry IlyinAdd minimal WebSocket server implementation for evhttp...
2022-08-08 Dmitry IlyinAdd check of mmap64 function and use it when available...
2022-07-09 Azat KhuzhinMerge branch 'fix-brew-autodetection'
2022-07-09 Azat Khuzhinconfigure: fix AC_CHECK_FUNCS should use literals
2022-07-09 Azat KhuzhinMerge branch 'Werror'
2022-07-09 Azat KhuzhinDetech -Wno-unused-functions for GCC too
2022-07-09 Azat KhuzhinFix -Werror for autotools
2022-07-09 Azat KhuzhinFix some OpenSSL 3 test issues (#1291)
2022-06-30 fanquakebuild: only try silence options if they exist
2022-06-12 cui fliterFix some typos (#1284)
2021-12-01 fanquakebuild: use modern ax_pthread macro
2021-11-30 Azat KhuzhinMerge #1230 -- build: remove inconsistently used x...
2021-11-24 fanquakebuild: remove inconsistently used x-prefix comparisons
2021-09-19 Azat KhuzhinMerge branch 'skip-tests' -- fix/skip some tests to...
2021-09-19 Azat KhuzhinAdd -Wno-void-pointer-to-enum-cast (we use this hack...
2021-07-09 Azat KhuzhinMerge remote-tracking branch 'upstream/pr/1171'
2021-07-09 fanquakebuild: test ac_cv_header_sys_time_h once, reformat...
2021-07-09 fanquakebuild: remove call to AC_C_CONST()
2021-07-09 fanquakebuild: stop using the deprecated form of AC_OUTPUT()
2021-07-09 fanquakebuild: quote args in AC_ARG_ENABLE & AS_HELP_STRING
2021-07-09 fanquakebuild: remove call to AC_HEADER_TIME
2021-07-09 fanquakebuild: call AC_PREREQ() first & quote argument
2021-07-09 fanquakebuild: remove call to AC_PREFIX_DEFAULT
2021-07-09 fanquakebuild: remove call to AC_PROG_GCC_TRADITIONAL
2021-04-27 Azat KhuzhinDo not wrap lines in AC_CHECK_HEADERS/AC_CHECK_FUNCS...
2021-04-02 Azat KhuzhinRevert "build: use literals for AC_CHECK_HEADERS/AC_CHE...
2021-03-28 Azat Khuzhinbuild: use literals for AC_CHECK_HEADERS/AC_CHECK_FUNCS
2021-03-28 Azat Khuzhinbuild: fix autotools build under mingw
2021-03-28 fanquakebuild: remove no-longer used checks for vasprintf
2021-03-28 fanquakebuild: remove splice implementation fragments
2021-03-23 fanquakebuild: use AC_CHECK_LIB over AC_HAVE_LIBRARY
2020-08-28 Azat KhuzhinDetect existence of pthread_mutexattr_setprotocol()
2020-07-22 Azat KhuzhinMerge branch 'mbedtls'
2020-07-22 okhowang(王沛文)fix build system and add test and cleanup code
2020-07-10 Azat KhuzhinMerge #1048 -- append warning flags only if they are...
2020-07-07 fanquakebuild: remove -Wstrict-aliasing as strict-aliasing...
2020-07-07 fanquakebuild: move automake options into AM_INIT_AUTOMAKE...
2020-07-07 fanquakebuild: remove commented code from configure.ac
2020-07-07 fanquakebuild: use feature detection when adding compile flags
2020-07-04 Pierce Lopezbuild: do not disable deprecation warnings on macOS
2020-07-03 Azat KhuzhinMerge #1046 -- build: misc configure changes
2020-06-28 fanquakebuild: consolidate darwin compile flag additions in...
2020-06-28 fanquakebuild: consistently use dnl for comments in configure.ac
2020-06-26 fanquakebuild: remove duplicate -Wredundant-decls
2020-05-25 Azat Khuzhinhttp: Merge branch 'http-max_connections-pr-592'
2020-05-08 Nick GrifkaAdd wepoll support to light up the epoll backend on...
2020-03-17 Azat KhuzhinMerge branch 'build-fixes' (#969)
2020-03-17 yuangongjiautoconf: fix getaddrinfo checking errors on mingw
2020-01-13 Azat KhuzhinMerge branch 'osx-clock'
2020-01-13 Azat Khuzhintest: put thread into real time scheduling class on...
2019-10-15 Azat KhuzhinDo not use sysctl.h on linux (it had been deprecated)
2019-09-22 Azat KhuzhinMerge branch 'upstream/pr/899' (evbuffer_freeze testcas...
2019-09-19 yuangongjievutil_time: detect and use _gmtime64_s()/_gmtime64()
2019-09-02 Azat Khuzhinarc4random: replace sysctl() with getrandom (on linux)
2019-09-02 yuangongjiUpgrade autoconf (after upgrading minimum required...
2019-08-27 yuangongjiautotools: attach doxygen target into all target
2019-08-09 ygj6Change the minimum version of automake to 1.13 and...
2019-07-30 yuangongjiChange autoconf version to 2.62 and automake version...
2019-05-12 Azat KhuzhinMerge branch 'issue-807-accept4-getnameinfo-AF_UNIX'
2019-05-12 Azat Khuzhinbuild: struct sockaddr_un detection (sys/un.h, afunix.h)
2019-03-16 Azat KhuzhinMerge branch 'buffer-read-size'
2019-03-16 Azat Khuzhinsample/becat: bufferevent cat, ncat/nc/telnet analog
2019-03-01 Enji CooperFix typos: warnigns -> warnings
2019-02-27 Enji CooperDefine `_GNU_SOURCE` properly/consistently per autoconf
2018-10-27 Azat Khuzhinautotools: do not add warnings that is included into...
2018-08-01 Azat KhuzhinCleanup __func__ detection
2018-08-01 Azat KhuzhinMerge branch 'official/pr/671' -- README cleanup
2018-08-01 Azat Khuzhinautotools: include win32 specific headers for socklen_t...
2017-09-10 Carlo Marcelo Aren... configure: avoid false positive in DragonFlyBSD
2017-09-01 Carlo Marcelo Aren... test: fix 32bit linux regress
2017-08-15 RedfoxmoonAdd configure check for midipix
2017-03-08 Azat KhuzhinMerge branch 'cmake-configure-fixes-v2'
2017-03-08 Marek SeberaDetect arch4random_addrandom() existence
2017-03-08 Azat KhuzhinCheck for WNOWAIT in waitpid() in runtime (not in cmake...
2017-03-05 Azat KhuzhinMerge branch 'fix-openssl-linking'
2017-03-05 Pierce LopezDo not check for ERR_remove_thread_state() (do not...
2017-01-29 Azat KhuzhinMerge branch 'fix-struct-linger'
2017-01-29 Jan Beichtest/bench_httpclient: restore SO_LINGER usage after...
2017-01-29 Azat KhuzhinBump version in master to 2.2.0-alpha-dev
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-22 Azat KhuzhinMerge branch 'automake-tests-parallel-v4' (*includes...
2017-01-21 Azat Khuzhinautomake: do not use serial-tests if parallel-test...
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-10-03 Azat KhuzhinMerge branch 'force-disable-clockgettime'
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-11 Azat Khuzhintests: use waitpid(..., WNOWAIT) to fix failing of...
2016-08-09 Azat KhuzhinMerge branch 'appveyor-cmake-v6'
2016-08-09 Azat Khuzhinautotools/win32: fix searching ssl library
2016-08-09 Azat Khuzhinautoconf: fix --disable-thread-support build under...
2016-06-28 Mark Ellzey[#372] check for errno.h
next