mariadb/extra/libevent
Sergei Golubchik ffc8f62b08 merge 5.1->5.2
2010-06-01 21:52:20 +02:00
..
compat/sys
WIN32-Code
buffer.c
CMakeLists.txt
devpoll.c Merge with fixes for compiler warnings and 2 fixed test cases 2010-01-28 13:35:10 +02:00
epoll.c Applied Antony T Curtis patch for declaring many CHARSET objects as const 2010-01-06 21:20:16 +02:00
epoll_sub.c
evbuffer.c fixes for windows builds 2010-04-02 11:20:09 +02:00
evdns.c
evdns.h
event-internal.h (Hopefully) better fix for Windows warning on redefined TAILQ_EMPTY; 2010-04-28 15:00:18 +02:00
event.c fixes for windows builds 2010-04-02 11:20:09 +02:00
event.h
event_tagging.c
evhttp.h
evport.c
evrpc-internal.h
evrpc.c
evrpc.h
evsignal.h
evutil.c
evutil.h
http-internal.h
http.c
kqueue.c Removed compiler warning 2010-03-30 15:36:49 +03:00
log.c
log.h
Makefile.am fix includes in libevent to support vpath builds 2010-05-15 14:17:33 +02:00
min_heap.h
poll.c
README
select.c Removed compiler warnings 2010-01-06 23:27:53 +02:00
signal.c fixes for windows builds 2010-04-02 11:20:09 +02:00
strlcpy-internal.h
strlcpy.c

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.