Skip to content

spring-z/libevent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build libevent, type

$ ./configure && make

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:

  Nick Mathewson
  Andrew Danforth
  Shie Erlich
  Mike Davis
  William Ahern
  Alexander von Gernler
  Artur Grabowski
  Stas Bekman
  Tassilo von Parseval

If I have forgotten your name, please contact me.

About

A public libevent repository. The official repository is at https://github.com/libevent/libevent

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.5%
  • CMake 3.4%
  • Python 2.3%
  • Roff 1.8%
  • C++ 1.7%
  • M4 1.5%
  • Other 0.8%