Name | Date | Size | |
---|---|---|---|
.. | 14-Feb-2013 | 4 KiB | |
aclocal.m4 | 14-Feb-2013 | 263.1 KiB | |
android/ | 14-Feb-2013 | 4 KiB | |
Android.mk | 14-Feb-2013 | 623 | |
autogen.sh | 14-Feb-2013 | 208 | |
buffer.c | 14-Feb-2013 | 9.6 KiB | |
ChangeLog | 14-Feb-2013 | 15.2 KiB | |
chromium.patch | 14-Feb-2013 | 1.5 KiB | |
compat/ | 14-Feb-2013 | 4 KiB | |
config.guess | 14-Feb-2013 | 43.8 KiB | |
config.h.in | 14-Feb-2013 | 6.8 KiB | |
config.sub | 14-Feb-2013 | 32.6 KiB | |
configure | 14-Feb-2013 | 790.4 KiB | |
configure.in | 14-Feb-2013 | 9.6 KiB | |
devpoll.c | 14-Feb-2013 | 9.9 KiB | |
epoll.c | 14-Feb-2013 | 8.8 KiB | |
epoll_sub.c | 14-Feb-2013 | 1.9 KiB | |
evbuffer.c | 14-Feb-2013 | 10.7 KiB | |
evdns.3 | 14-Feb-2013 | 11.3 KiB | |
evdns.c | 14-Feb-2013 | 84.4 KiB | |
evdns.h | 14-Feb-2013 | 18.5 KiB | |
event-config.h | 14-Feb-2013 | 614 | |
event-internal.h | 14-Feb-2013 | 3.4 KiB | |
event.3 | 14-Feb-2013 | 17.3 KiB | |
event.c | 14-Feb-2013 | 21.8 KiB | |
event.h | 14-Feb-2013 | 36.9 KiB | |
event_rpcgen.py | 14-Feb-2013 | 44.4 KiB | |
event_tagging.c | 14-Feb-2013 | 9.5 KiB | |
evhttp.h | 14-Feb-2013 | 11.3 KiB | |
evport.c | 14-Feb-2013 | 12.6 KiB | |
evrpc-internal.h | 14-Feb-2013 | 2.8 KiB | |
evrpc.c | 14-Feb-2013 | 15.9 KiB | |
evrpc.h | 14-Feb-2013 | 16 KiB | |
evsignal.h | 14-Feb-2013 | 2.1 KiB | |
evutil.c | 14-Feb-2013 | 6.8 KiB | |
evutil.h | 14-Feb-2013 | 5.4 KiB | |
http-internal.h | 14-Feb-2013 | 4.3 KiB | |
http.c | 14-Feb-2013 | 66.2 KiB | |
install-sh | 14-Feb-2013 | 4.7 KiB | |
kqueue.c | 14-Feb-2013 | 10.8 KiB | |
libevent.gyp | 14-Feb-2013 | 2.3 KiB | |
LICENSE | 14-Feb-2013 | 1.4 KiB | |
linux/ | 14-Feb-2013 | 4 KiB | |
log.c | 14-Feb-2013 | 4.2 KiB | |
log.h | 14-Feb-2013 | 2.1 KiB | |
ltmain.sh | 14-Feb-2013 | 195 KiB | |
mac/ | 14-Feb-2013 | 4 KiB | |
Makefile.am | 14-Feb-2013 | 3.9 KiB | |
Makefile.in | 14-Feb-2013 | 32.8 KiB | |
min_heap.h | 14-Feb-2013 | 5.4 KiB | |
missing | 14-Feb-2013 | 10.4 KiB | |
mkinstalldirs | 14-Feb-2013 | 719 | |
MODULE_LICENSE_BSD_LIKE | 14-Feb-2013 | 0 | |
NOTICE | 14-Feb-2013 | 1.4 KiB | |
poll.c | 14-Feb-2013 | 9 KiB | |
README | 14-Feb-2013 | 1 KiB | |
README.chromium | 14-Feb-2013 | 538 | |
sample/ | 14-Feb-2013 | 4 KiB | |
select.c | 14-Feb-2013 | 8.9 KiB | |
signal.c | 14-Feb-2013 | 9 KiB | |
strlcpy-internal.h | 14-Feb-2013 | 348 | |
strlcpy.c | 14-Feb-2013 | 2.5 KiB | |
test/ | 14-Feb-2013 | 4 KiB | |
ThirdPartyProject.prop | 14-Feb-2013 | 160 |
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
README.chromium
1Name: libevent 2URL: http://www.monkey.org/~provos/libevent/ 3Version: 1.4.13 4License: BSD 5 6Local Modifications: 7Rather than use libevent's own build system, we just build a Chrome 8static library using GYP. 9 101) Run configure and "make event-config.h" on a Linux, FreeBSD, and 11 Mac box and copy config.h and event-config.h to linux/, freebsd/, 12 and mac/ respectively. 132) Add libevent.gyp. 143) chromium.patch is applied to allow libevent to be used without 15 being installed. 164) The directories WIN32-Code and WIN32-Prj are not included. 17