Nick Mathewson 5ec43fe446 Fix a miscalculated realloc() size in win32select.c.
This bug was introduced by the code to make the backend able to safely release the base lock while calling select().

Also, we change win32select.c to the same 32-fds-to-start default as the rest of the backends, so that the main/many_events test can test it.  It was at 64-to-start, so the test wasn't hitting it.

svn:r1513
2009-11-06 17:12:39 +00:00
2009-11-03 19:54:56 +00:00
2009-11-05 20:37:19 +00:00
2009-11-05 20:37:19 +00:00
2009-11-03 19:54:56 +00:00
2009-11-03 19:54:56 +00:00
2006-10-15 21:41:56 +00:00
2009-11-02 19:51:26 +00:00
2009-11-03 19:54:56 +00:00
2009-11-03 19:54:56 +00:00
2002-04-09 15:14:06 +00:00
2009-11-03 19:54:56 +00:00
2009-11-02 20:59:13 +00:00
2009-11-03 19:54:56 +00:00
2005-05-10 04:16:17 +00:00
2002-04-09 17:52:23 +00:00
2009-11-03 19:54:56 +00:00
2009-11-03 19:54:56 +00:00
2002-04-09 19:06:18 +00: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.
Description
Languages
C 87%
Roff 3.8%
CMake 3.6%
M4 2.5%
Python 2.2%
Other 0.9%