NameDateSize

..Today9

buffer.cH A D02-Nov-20099.7 KiB

ChangeLogH A D02-Nov-200914.1 KiB

evbuffer.cH A D02-Nov-200910.7 KiB

evdns.3H A D13-May-201011.4 KiB

evdns.cH A D02-Nov-200984.4 KiB

evdns.hH A D02-Nov-200918.5 KiB

event-internal.hH A D02-Nov-20093.4 KiB

event.3H A D02-Nov-200917.3 KiB

event.cH A D02-Nov-200922.3 KiB

event.hH A D02-Nov-200936.8 KiB

event_tagging.cH A D02-Nov-20099.6 KiB

evhttp.hH A D02-Nov-200911.3 KiB

evrpc-internal.hH A D02-Nov-20092.8 KiB

evrpc.cH A D02-Nov-200915.9 KiB

evrpc.hH A D02-Nov-200916 KiB

evsignal.hH A D02-Nov-20092.1 KiB

evutil.cH A D02-Nov-20096.4 KiB

evutil.hH A D02-Nov-20095.4 KiB

http-internal.hH A D02-Nov-20094.3 KiB

http.cH A D02-Nov-200966.2 KiB

kqueue.cH A D02-Nov-200910.8 KiB

log.cH A D02-Nov-20094.2 KiB

log.hH A D16-Sep-20112.2 KiB

min_heap.hH A D23-May-20115.6 KiB

poll.cH A D02-Nov-20099 KiB

READMEH A D02-Nov-20091 KiB

select.cH A D02-Nov-20098.7 KiB

signal.cH A D02-Nov-20099 KiB

strlcpy-internal.hH A D02-Nov-2009363

test/H12-Oct-201510

README

1To build libevent, type
2
3$ ./configure && make
4
5     (If you got libevent from the subversion repository, you will
6      first need to run the included "autogen.sh" script in order to
7      generate the configure script.)
8
9Install as root via
10
11# make install
12
13You can run the regression tests by
14
15$ make verify
16
17Before, reporting any problems, please run the regression tests.
18
19To enable the low-level tracing build the library as:
20
21CFLAGS=-DUSE_DEBUG ./configure [...]
22
23Acknowledgements:
24-----------------
25
26The following people have helped with suggestions, ideas, code or
27fixing bugs:
28
29  Alejo
30  Weston Andros Adamson
31  William Ahern
32  Stas Bekman
33  Andrew Danforth
34  Mike Davis
35  Shie Erlich
36  Alexander von Gernler
37  Artur Grabowski
38  Aaron Hopkins
39  Claudio Jeker
40  Scott Lamb
41  Adam Langley
42  Philip Lewis
43  David Libenzi
44  Nick Mathewson
45  Andrey Matveev
46  Richard Nyberg
47  Jon Oberheide
48  Phil Oleson
49  Dave Pacheco
50  Tassilo von Parseval
51  Pierre Phaneuf
52  Jon Poland
53  Bert JW Regeer
54  Dug Song
55  Taral
56
57If I have forgotten your name, please contact me.
58