summaryrefslogtreecommitdiff
path: root/event-config.h.cmake
Commit message (Expand)AuthorAgeFilesLines
* signal: new signal handling backend based on signalfdDmitry Antipov2022-11-121-0/+3
* epoll: use epoll_pwait2() if availableDmitry Antipov2022-09-271-0/+3
* Add check of mmap64 function and use it when available rather that mmapDmitry Ilyin2022-08-091-0/+3
* Add -Wundef for cmake and fix EVENT__SIZEOF_TIME_T usageAzat Khuzhin2022-07-091-0/+3
* build: remove call to AC_HEADER_TIMEfanquake2021-07-091-3/+0
* build: remove no-longer used checks for vasprintffanquake2021-03-281-3/+0
* build: remove splice implementation fragmentsfanquake2021-03-281-3/+0
* Detect existence of pthread_mutexattr_setprotocol()Azat Khuzhin2020-08-291-0/+3
* fix build system and add test and cleanup codeokhowang(王沛文)2020-07-221-0/+3
* Add wepoll support to light up the epoll backend on WindowsNick Grifka2020-05-081-0/+3
* cmake: replace CheckFunctionExists with CheckSymbolExistsyuangongji2020-03-221-3/+0
* test: put thread into real time scheduling class on osx for better latenciesAzat Khuzhin2020-01-131-0/+3
* evutil_time: detect and use _gmtime64_s()/_gmtime64()yuangongji2019-09-191-0/+6
* cmake: fix getrandom() detectionAzat Khuzhin2019-09-041-1/+1
* arc4random: replace sysctl() with getrandom (on linux)Azat Khuzhin2019-09-031-5/+5
* build: struct sockaddr_un detection (sys/un.h, afunix.h)Azat Khuzhin2019-05-121-0/+9
* sample/becat: bufferevent cat, ncat/nc/telnet analogAzat Khuzhin2019-03-161-0/+3
* cmake: fix checking of devpoll backend (like in autotools, by devpoll.h exist...Azat Khuzhin2019-02-041-3/+0
* Cleanup __func__ detectionAzat Khuzhin2018-08-021-10/+3
* Get rid of macros which are never usedPhilip Prindeville2018-06-161-6/+0
* Fix arc4random_addrandom() detecting and fallback (regression)Azat Khuzhin2017-03-271-0/+3
* cmake: clean not used #defines from event-config.hAzat Khuzhin2017-03-131-16/+0
* cmake: build SHARED and STATIC libraries (like autoconf does)Azat Khuzhin2017-03-131-2/+0
* Check for WNOWAIT in waitpid() in runtime (not in cmake/configure)Azat Khuzhin2017-03-081-4/+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-081-3/+6
* Do not check for ERR_remove_thread_state() (do not link ssl into every library)Pierce Lopez2017-03-061-3/+0
* cmake: check for 'struct linger' existenceAzat Khuzhin2017-01-291-0/+3
* cmake: cleanupZonr Chang2016-10-261-11/+2
* tests: use waitpid(..., WNOWAIT) to fix failing of main/fork under solarisAzat Khuzhin2016-08-111-0/+3
* [#372] check for errno.hMark Ellzey2016-06-281-0/+4
* cmake: don't define EVENT__NEED_DLLIMPORT always (fixes VS2013 static build)Azat Khuzhin2016-01-301-1/+1
* More cmake updates, lot's of missing definitionsMark Ellzey2015-12-201-13/+20
* CMake syntax fixes fo .in filesMark Ellzey2015-12-201-5/+5
* Lot's of cmake updatesMark Ellzey2015-12-191-159/+184
* sample/https-client: check for ERR_remove_thread_state() existenceAzat Khuzhin2015-11-241-0/+3
* Merge remote-tracking branch 'origin/pr/110'Nick Mathewson2014-03-031-0/+2
|\
| * Add option to build shared libraryTrond Norbye2014-02-251-0/+2
* | Stop checking for inet_aton; we don't use it.Nick Mathewson2014-02-241-3/+0
|/
* Initial CMake commit.Joakim Soderberg2013-12-091-0/+500