Home
last modified time | relevance | path

Searched refs:libevent (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/usr.sbin/unbound/doc/
DREADME15 * 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.
DTODO70 - use libevent if available on system by default(?), default outgoing 256to1024
DChangelog552 - 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/
DREADME.md28 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
Dconfigure.ac1398 # 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 …]
DMakefile.bsd-wrapper12 --with-libevent=/usr \
Dconfig.h.in916 /* Define if you enable libevent */
1476 /* using version of libevent that is not threadsafe. */
Dconfigure21858 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/
DSyslogd.pm197 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},
DMakefile153 .PHONY: syntax libevent
167 libevent: target
DREADME15 When invoked with "make libevent", all tests are executed three
/openbsd/src/usr.sbin/nsd/
Dconfigure.ac424 # check for libevent
425libevent, 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 …]
DMakefile.bsd-wrapper23 --with-libevent=/usr \
DREADME.md23 …* libevent, with its include files (usually these are included in the "dev" version of the library)
Dconfigure1492 --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/
DMakefile5 libedit libelf libevent libexpat \
/openbsd/src/regress/lib/
DMakefile8 SUBDIR+= libevent
/openbsd/src/regress/lib/libevent/
DMakefile6 CFLAGS+= -I${.CURDIR}/../../../lib/libevent \
/openbsd/src/gnu/llvm/clang/utils/analyzer/
DDockerfile51 libevent-dev=2.1.8* \
/openbsd/src/share/mk/
Dbsd.prog.mk37 LIBEVENT?= ${DESTDIR}/usr/lib/libevent.a
Dbsd.README345 LIBEVENT /usr/lib/libevent.a
/openbsd/src/include/
DMakefile46 ../lib/libelf ../lib/libevent ../lib/libexpat ../lib/libfido2 \
/openbsd/src/usr.sbin/nsd/doc/
DREADME66 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()).
DChangeLog37 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 …]
DRELNOTES43 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