Searched refs:libevent (Results 1 – 25 of 27) sorted by relevance
12
| /openbsd/src/usr.sbin/unbound/doc/ |
| D | README | 15 * libevent http://www.monkey.org/~provos/libevent/ (BSD license) 20 * --with-libevent=/path/to/libevent 22 --with-libevent=no gives a builtin alternative implementation. 38 libevent library. 89 o If libevent is older (before 1.3c), unbound will exit instead of reload 91 printed. Perform ./configure --with-libevent=no or update libevent, rerun 93 It is strongly suggested to use a recent version of libevent.
|
| D | TODO | 70 - use libevent if available on system by default(?), default outgoing 256to1024
|
| D | Changelog | 552 - Fix #974: doc: default number of outgoing ports without libevent. 2327 - Attempt fix for libevent state in tcp reuse cases after a packet 2799 - Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton. 3542 - Fix to use event_assign with libevent for thread-safety. 3612 - Fix #4227: pair event del and add for libevent for tcp_req_info. 5936 - Fix warnings in ifdef corner case, older or unknown libevent. 7050 - unbound-event.h is installed if configured --with-libevent. It 7051 contains low-level library calls, that use libevent's event_base 8289 For builtin-select: 512/960, for libevent 1024/4096 and for 8292 libevent and possibly higher numbers. [all …]
|
| /openbsd/src/usr.sbin/unbound/ |
| D | README.md | 28 You can use libevent if you want. libevent is useful when using many (10000) 32 Use the `--with-libevent` configure option to compile Unbound with libevent
|
| D | configure.ac | 1398 # check for libevent 1399 AC_ARG_WITH(libevent, AS_HELP_STRING([--with-libevent=pathname],[use libevent (will check /usr/loca… optwith 1402 AC_DEFINE([USE_LIBEVENT], [1], [Define if you enable libevent]) 1403 AC_MSG_CHECKING(for libevent) 1419 if test -f "$dir/event.h" -a \( -f "$dir/libevent.la" -o -f "$dir/libev.la" \) ; then 1420 # libevent source directory 1427 mkdir build/libevent >/dev/null 2>&1 1428 mkdir build/libevent/.libs >/dev/null 2>&1 1432 cp $ev_files_o build/libevent 1433 cp $ev_files_lo build/libevent [all …]
|
| D | Makefile.bsd-wrapper | 12 --with-libevent=/usr \
|
| D | config.h.in | 916 /* Define if you enable libevent */ 1476 /* using version of libevent that is not threadsafe. */
|
| D | configure | 21858 mkdir build/libevent >/dev/null 2>&1 21859 mkdir build/libevent/.libs >/dev/null 2>&1 21863 cp $ev_files_o build/libevent 21864 cp $ev_files_lo build/libevent 21865 cp $ev_files_libso build/libevent/.libs 21877 …if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; th…
|
| /openbsd/src/regress/usr.sbin/syslogd/ |
| D | Syslogd.pm | 197 my @libevent; 199 push @libevent, "$_=1" if delete $ENV{$_}; 201 push @libevent, "EVENT_SHOW_METHOD=1" if @libevent; 205 my @cmd = (@sudo, @libevent, @ktrace, $self->{execfile},
|
| D | Makefile | 153 .PHONY: syntax libevent 167 libevent: target
|
| D | README | 15 When invoked with "make libevent", all tests are executed three
|
| /openbsd/src/usr.sbin/nsd/ |
| D | configure.ac | 424 # check for libevent 425 …libevent, AS_HELP_STRING([--with-libevent=pathname],[use libevent (will check /usr/local /opt/loca… optwith 428 AC_MSG_CHECKING(for libevent) 430 withval="/usr/local /opt/local /usr/lib /usr/pkg /usr/sfw /usr /usr/local/opt/libevent" 444 if test -f "$dir/event.h" -a \( -f "$dir/libevent.la" -o -f "$dir/libev.la" \) ; then 445 # libevent source directory 453 AC_MSG_ERROR([Cannot find the libevent library. 454 You can restart ./configure --with-libevent=no to use a builtin alternative.]) 459 …if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; th… 470 # check for library used by libevent after 1.3c [all …]
|
| D | Makefile.bsd-wrapper | 23 --with-libevent=/usr \
|
| D | README.md | 23 …* libevent, with its include files (usually these are included in the "dev" version of the library)
|
| D | configure | 1492 --with-libevent=pathname 1493 use libevent (will check /usr/local /opt/local 1495 /usr/local/opt/libevent or you can specify an 6735 …if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; th…
|
| /openbsd/src/lib/ |
| D | Makefile | 5 libedit libelf libevent libexpat \
|
| /openbsd/src/regress/lib/ |
| D | Makefile | 8 SUBDIR+= libevent
|
| /openbsd/src/regress/lib/libevent/ |
| D | Makefile | 6 CFLAGS+= -I${.CURDIR}/../../../lib/libevent \
|
| /openbsd/src/gnu/llvm/clang/utils/analyzer/ |
| D | Dockerfile | 51 libevent-dev=2.1.8* \
|
| /openbsd/src/share/mk/ |
| D | bsd.prog.mk | 37 LIBEVENT?= ${DESTDIR}/usr/lib/libevent.a
|
| D | bsd.README | 345 LIBEVENT /usr/lib/libevent.a
|
| /openbsd/src/include/ |
| D | Makefile | 46 ../lib/libelf ../lib/libevent ../lib/libexpat ../lib/libfido2 \
|
| /openbsd/src/usr.sbin/nsd/doc/ |
| D | README | 66 Install openssl and libevent. 211 --with-libevent=path 213 Specity the location of the libevent library (or libev). 214 --with-libevent=no uses a builtin portable implementation (select()).
|
| D | ChangeLog | 37 is active at the time. This could cause the libevent event lists 286 - Fix compilation without libevent and compilation of nsd-mem. 288 libevent. 758 - Fix #107: nsd -v shows configure line, openssl version and libevent version. 2778 - List libevent in README. 2826 - Fixup for libevent-2.1.2. 2842 - fix libevent=no signals on Solaris. 2847 - implement --with-libevent=no. 2883 - Fix bug 480: libevent use when tcp-count is hit caused hang (in NSD4). 2940 - Fixup no use of internals ev_flags of libevent. [all …]
|
| D | RELNOTES | 43 is active at the time. This could cause the libevent event lists 392 - Fix #107: nsd -v shows configure line, openssl version and libevent version. 1257 - tcp-count can go above 1000; epoll/kqueue support with libevent. 1364 - List libevent in README. 1384 - Fix for use with libevent-2.1.2.
|
12