• Show log

    Commit

  • Hash : 7b78c828
    Author : Niels Provos
    Date : 2006-02-13T01:51:58

    limit the amount of data bufferevents are going to consume to something
    reasonable; in some circumstances it could happen that libevent happily
    allocated 100MB in read buffers without telling the user; found by
    christopher maxwell - parts of these changes are from his patch.
    
    
    svn:r200
    

  • README

  • 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.