summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Prohibit VLA in autotools tooAzat Khuzhin2023-04-041-0/+3
* build: use FORTIFY_SOURCE=3 in autotools buildfanquake2023-02-131-1/+1
* buffer: use pread() for evbuffer_file_segment_materialize()Dmitry Antipov2023-01-021-1/+1
* signal: new signal handling backend based on signalfdDmitry Antipov2022-11-121-1/+2
* Ignore unknown pragmasAzat Khuzhin2022-11-121-0/+3
* epoll: use epoll_pwait2() if availableDmitry Antipov2022-09-271-1/+1
* Add minimal WebSocket server implementation for evhttp (#1322)Dmitry Ilyin2022-09-121-0/+2
* Add check of mmap64 function and use it when available rather that mmapDmitry Ilyin2022-08-091-1/+1
* configure: fix AC_CHECK_FUNCS should use literalsAzat Khuzhin2022-07-091-7/+1
* Detech -Wno-unused-functions for GCC tooAzat Khuzhin2022-07-091-3/+3
* Fix -Werror for autotoolsAzat Khuzhin2022-07-091-1/+1
* build: only try silence options if they existfanquake2022-06-301-2/+2
* Fix some typos (#1284)cui fliter2022-06-121-1/+1
* build: use modern ax_pthread macrofanquake2021-12-011-9/+5
* build: remove inconsistently used x-prefix comparisonsfanquake2021-11-241-43/+43
* Add -Wno-void-pointer-to-enum-cast (we use this hack in tests)Azat Khuzhin2021-09-191-0/+1
* build: test ac_cv_header_sys_time_h once, reformat timer* macro checksfanquake2021-07-091-46/+34
* build: remove call to AC_C_CONST()fanquake2021-07-091-1/+0
* build: stop using the deprecated form of AC_OUTPUT()fanquake2021-07-091-2/+2
* build: quote args in AC_ARG_ENABLE & AS_HELP_STRINGfanquake2021-07-091-19/+19
* build: remove call to AC_HEADER_TIMEfanquake2021-07-091-1/+0
* build: call AC_PREREQ() first & quote argumentfanquake2021-07-091-1/+1
* build: remove call to AC_PREFIX_DEFAULTfanquake2021-07-091-3/+0
* build: remove call to AC_PROG_GCC_TRADITIONALfanquake2021-07-091-1/+0
* Do not wrap lines in AC_CHECK_HEADERS/AC_CHECK_FUNCS (fixes detection in mingw)Azat Khuzhin2021-04-271-72/+2
* Revert "build: use literals for AC_CHECK_HEADERS/AC_CHECK_FUNCS"Azat Khuzhin2021-04-021-68/+68
* build: use literals for AC_CHECK_HEADERS/AC_CHECK_FUNCSAzat Khuzhin2021-03-281-68/+68
* build: fix autotools build under mingwAzat Khuzhin2021-03-281-2/+2
* build: remove no-longer used checks for vasprintffanquake2021-03-281-1/+0
* build: remove splice implementation fragmentsfanquake2021-03-281-1/+0
* build: use AC_CHECK_LIB over AC_HAVE_LIBRARYfanquake2021-03-231-1/+1
* Detect existence of pthread_mutexattr_setprotocol()Azat Khuzhin2020-08-291-0/+2
* fix build system and add test and cleanup codeokhowang(王沛文)2020-07-221-2/+9
* build: remove -Wstrict-aliasing as strict-aliasing is disabledfanquake2020-07-071-1/+0
* build: move automake options into AM_INIT_AUTOMAKE callfanquake2020-07-071-2/+7
* build: remove commented code from configure.acfanquake2020-07-071-20/+2
* build: use feature detection when adding compile flagsfanquake2020-07-071-68/+45
* build: do not disable deprecation warnings on macOSPierce Lopez2020-07-041-3/+0
* build: consolidate darwin compile flag additions in configurefanquake2020-06-281-15/+6
* build: consistently use dnl for comments in configure.acfanquake2020-06-281-40/+40
* build: remove duplicate -Wredundant-declsfanquake2020-06-261-1/+1
* Add wepoll support to light up the epoll backend on WindowsNick Grifka2020-05-081-1/+7
* autoconf: fix getaddrinfo checking errors on mingwyuangongji2020-03-171-10/+30
* test: put thread into real time scheduling class on osx for better latenciesAzat Khuzhin2020-01-131-0/+1
* Do not use sysctl.h on linux (it had been deprecated)Azat Khuzhin2019-10-161-5/+9
* evutil_time: detect and use _gmtime64_s()/_gmtime64()yuangongji2019-09-191-0/+6
* arc4random: replace sysctl() with getrandom (on linux)Azat Khuzhin2019-09-031-1/+4
* Upgrade autoconf (after upgrading minimum required to 2.67)yuangongji2019-09-021-85/+89
* autotools: attach doxygen target into all targetyuangongji2019-08-281-1/+14
* Change the minimum version of automake to 1.13 and autoconf to 2.67ygj62019-08-091-2/+3