• Home
  • History
  • Annotate
  • only in /external/chromium/third_party/libevent/
NameDateSize

..03-Jan-20144 KiB

aclocal.m403-Jan-2014263.1 KiB

android/03-Jan-20144 KiB

Android.mk03-Jan-2014623

autogen.sh03-Jan-2014208

buffer.c03-Jan-20149.6 KiB

ChangeLog03-Jan-201415.2 KiB

chromium.patch03-Jan-20141.5 KiB

compat/03-Jan-20144 KiB

config.guess03-Jan-201443.8 KiB

config.h.in03-Jan-20146.8 KiB

config.sub03-Jan-201432.6 KiB

configure03-Jan-2014790.4 KiB

configure.in03-Jan-20149.6 KiB

devpoll.c03-Jan-20149.9 KiB

epoll.c03-Jan-20148.8 KiB

epoll_sub.c03-Jan-20141.9 KiB

evbuffer.c03-Jan-201410.7 KiB

evdns.303-Jan-201411.3 KiB

evdns.c03-Jan-201484.4 KiB

evdns.h03-Jan-201418.5 KiB

event-config.h03-Jan-2014614

event-internal.h03-Jan-20143.4 KiB

event.303-Jan-201417.3 KiB

event.c03-Jan-201421.8 KiB

event.h03-Jan-201436.9 KiB

event_rpcgen.py03-Jan-201444.4 KiB

event_tagging.c03-Jan-20149.5 KiB

evhttp.h03-Jan-201411.3 KiB

evport.c03-Jan-201412.6 KiB

evrpc-internal.h03-Jan-20142.8 KiB

evrpc.c03-Jan-201415.9 KiB

evrpc.h03-Jan-201416 KiB

evsignal.h03-Jan-20142.1 KiB

evutil.c03-Jan-20146.8 KiB

evutil.h03-Jan-20145.4 KiB

http-internal.h03-Jan-20144.3 KiB

http.c03-Jan-201466.2 KiB

install-sh03-Jan-20144.7 KiB

kqueue.c03-Jan-201410.8 KiB

libevent.gyp03-Jan-20142.3 KiB

LICENSE03-Jan-20141.4 KiB

linux/03-Jan-20144 KiB

log.c03-Jan-20144.2 KiB

log.h03-Jan-20142.1 KiB

ltmain.sh03-Jan-2014195 KiB

mac/03-Jan-20144 KiB

Makefile.am03-Jan-20143.9 KiB

Makefile.in03-Jan-201432.8 KiB

min_heap.h03-Jan-20145.4 KiB

missing03-Jan-201410.4 KiB

mkinstalldirs03-Jan-2014719

MODULE_LICENSE_BSD_LIKE03-Jan-20140

NOTICE03-Jan-20141.4 KiB

poll.c03-Jan-20149 KiB

README03-Jan-20141 KiB

README.chromium03-Jan-2014538

sample/03-Jan-20144 KiB

select.c03-Jan-20148.9 KiB

signal.c03-Jan-20149 KiB

strlcpy-internal.h03-Jan-2014348

strlcpy.c03-Jan-20142.5 KiB

test/03-Jan-20144 KiB

ThirdPartyProject.prop03-Jan-2014160

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