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

..24-Jul-20134 KiB

aclocal.m424-Jul-2013263.1 KiB

android/24-Jul-20134 KiB

Android.mk24-Jul-2013623

autogen.sh24-Jul-2013208

buffer.c24-Jul-20139.6 KiB

ChangeLog24-Jul-201315.2 KiB

chromium.patch24-Jul-20131.5 KiB

compat/24-Jul-20134 KiB

config.guess24-Jul-201343.8 KiB

config.h.in24-Jul-20136.8 KiB

config.sub24-Jul-201332.6 KiB

configure24-Jul-2013790.4 KiB

configure.in24-Jul-20139.6 KiB

devpoll.c24-Jul-20139.9 KiB

epoll.c24-Jul-20138.8 KiB

epoll_sub.c24-Jul-20131.9 KiB

evbuffer.c24-Jul-201310.7 KiB

evdns.324-Jul-201311.3 KiB

evdns.c24-Jul-201384.4 KiB

evdns.h24-Jul-201318.5 KiB

event-config.h24-Jul-2013614

event-internal.h24-Jul-20133.4 KiB

event.324-Jul-201317.3 KiB

event.c24-Jul-201321.8 KiB

event.h24-Jul-201336.9 KiB

event_rpcgen.py24-Jul-201344.4 KiB

event_tagging.c24-Jul-20139.5 KiB

evhttp.h24-Jul-201311.3 KiB

evport.c24-Jul-201312.6 KiB

evrpc-internal.h24-Jul-20132.8 KiB

evrpc.c24-Jul-201315.9 KiB

evrpc.h24-Jul-201316 KiB

evsignal.h24-Jul-20132.1 KiB

evutil.c24-Jul-20136.8 KiB

evutil.h24-Jul-20135.4 KiB

http-internal.h24-Jul-20134.3 KiB

http.c24-Jul-201366.2 KiB

install-sh24-Jul-20134.7 KiB

kqueue.c24-Jul-201310.8 KiB

libevent.gyp24-Jul-20132.3 KiB

LICENSE24-Jul-20131.4 KiB

linux/24-Jul-20134 KiB

log.c24-Jul-20134.2 KiB

log.h24-Jul-20132.1 KiB

ltmain.sh24-Jul-2013195 KiB

mac/24-Jul-20134 KiB

Makefile.am24-Jul-20133.9 KiB

Makefile.in24-Jul-201332.8 KiB

min_heap.h24-Jul-20135.4 KiB

missing24-Jul-201310.4 KiB

mkinstalldirs24-Jul-2013719

MODULE_LICENSE_BSD_LIKE24-Jul-20130

NOTICE24-Jul-20131.4 KiB

poll.c24-Jul-20139 KiB

README24-Jul-20131 KiB

README.chromium24-Jul-2013538

sample/24-Jul-20134 KiB

select.c24-Jul-20138.9 KiB

signal.c24-Jul-20139 KiB

strlcpy-internal.h24-Jul-2013348

strlcpy.c24-Jul-20132.5 KiB

test/24-Jul-20134 KiB

ThirdPartyProject.prop24-Jul-2013160

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