Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
..
aix 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
android 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
compat 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
freebsd 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
linux 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
m4 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
mac 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
sample 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
solaris 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
test 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
ChangeLog 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
Doxyfile 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
Makefile.am 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
Makefile.nmake 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
README 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
autogen.sh 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
buffer.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
chromium.patch 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
configure.in 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
devpoll.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
epoll.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
epoll_sub.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
evbuffer.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
evdns.3 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
evdns.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
evdns.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
event-config.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
event-internal.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
event.3 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
event.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
event.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
event_rpcgen.py 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
event_tagging.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
evhttp.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
evport.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
evrpc-internal.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
evrpc.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
evrpc.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
evsignal.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
evutil.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
evutil.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
http-internal.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
http.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
kqueue.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
log.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
log.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
min_heap.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
poll.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
select.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
signal.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
stamp-h.in 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
strlcpy-internal.h 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
strlcpy.c 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano
whatsnew-14.txt 4762b62e7d Publish DEPS for 106.0.5249.13 hai 1 ano

README

To build libevent, type

$ ./configure && make

(If you got libevent from the subversion repository, you will
first need to run the included "autogen.sh" script in order to
generate the configure script.)

Install as root via

# make install

You can run the regression tests by

$ make verify

Before, reporting any problems, please run the regression tests.

To enable the low-level tracing build the library as:

CFLAGS=-DUSE_DEBUG ./configure [...]

Acknowledgements:
-----------------

The following people have helped with suggestions, ideas, code or
fixing bugs:

Alejo
Weston Andros Adamson
William Ahern
Stas Bekman
Andrew Danforth
Mike Davis
Shie Erlich
Alexander von Gernler
Artur Grabowski
Aaron Hopkins
Claudio Jeker
Scott Lamb
Adam Langley
Philip Lewis
David Libenzi
Nick Mathewson
Andrey Matveev
Richard Nyberg
Jon Oberheide
Phil Oleson
Dave Pacheco
Tassilo von Parseval
Pierre Phaneuf
Jon Poland
Bert JW Regeer
Dug Song
Taral

If I have forgotten your name, please contact me.