mariadb/extra/libevent
Sergei Golubchik 76f0b94bb0 merge with 5.3
sql/sql_insert.cc:
  CREATE ... IF NOT EXISTS may do nothing, but
  it is still not a failure. don't forget to my_ok it.
  ******
  CREATE ... IF NOT EXISTS may do nothing, but
  it is still not a failure. don't forget to my_ok it.
sql/sql_table.cc:
  small cleanup
  ******
  small cleanup
2011-10-19 21:45:18 +02:00
..
compat/sys Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
WIN32-Code Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
buffer.c Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
CMakeLists.txt MWL#55 : cherrypick MySQL 5.5 CMake/build improvements in order 2011-01-29 18:51:12 +01:00
devpoll.c Fixed bugs found by buildbot: 2011-01-26 15:17:46 +02:00
epoll.c Merge with MySQL 5.1.53 2010-11-25 00:57:34 +02:00
epoll_sub.c Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
evbuffer.c Merge with MySQL 5.1.53 2010-11-25 00:57:34 +02:00
evdns.c Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
evdns.h Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
event-internal.h (Hopefully) better fix for Windows warning on redefined TAILQ_EMPTY; 2010-04-28 15:00:18 +02:00
event.c Fixed compiler warnings and a compilation failure on windows 2010-11-27 00:37:34 +02:00
event.h fixes for windows 2010-10-26 07:37:44 +02:00
event_tagging.c Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
evhttp.h Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
evport.c Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
evrpc-internal.h Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
evrpc.c Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
evrpc.h Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
evsignal.h Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
evutil.c Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
evutil.h Fixed compiler warnings and a compilation failure on windows 2010-11-27 00:37:34 +02:00
http-internal.h Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
http.c Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
kqueue.c Fixed compiler warnings and a compilation failure on windows 2010-11-27 00:37:34 +02:00
log.c Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
log.h Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
min_heap.h Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
poll.c Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
README Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
select.c Removed compiler warnings 2010-01-06 23:27:53 +02:00
signal.c Fixed compiler warnings and a compilation failure on windows 2010-11-27 00:37:34 +02:00
strlcpy-internal.h Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
strlcpy.c Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00

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.