• Show log

    Commit

  • Hash : f0ff792a
    Author : Niels Provos
    Date : 2007-06-30T18:58:34

    fixes from Joerg Sonnenberger:
    http.c is a violation of the ctype(3) interface and an unused function.
    
    test/regress_http.c are incorrect format strings.
    
    test/regress.c uses raise(3) from signal.h.
    
    evdns.c: evdns_error_strings is unused. The GET* macros can eat the
    semicolon from the expression. pos is passed in as off_t, so just pass
    that down. When assigning negativ values to unsigned variables, an
    explicit cast is considered good style.
    
    
    svn:r367
    

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