boa/src (37 files)

cvs user werner cvs@cvs.gnupg.org
Mon, 11 Aug 2003 15:02:12 +0200


    Date: Monday, August 11, 2003 @ 15:02:12
  Author: werner
    Path: /cvs/wk/boa/src

   Added: Makefile.in access.c access.h alias.c boa.c boa.h buffer.c cgi.c
          cgi_header.c compat.h config.c config.h config.h.in defines.h
          escape.c escape.h get.c globals.h hash.c index_dir.c ip.c log.c
          mmap_cache.c pipe.c poll.c queue.c range.c read.c request.c
          response. response.c select.c signals.c sublog.c timestamp.c
          util.c webindex.pl

Lets keep a boa copy in our private cvs


--------------+
 Makefile.in  |   68 +++
 access.c     |   92 +++++
 access.h     |   34 +
 alias.c      |  756 ++++++++++++++++++++++++++++++++++++++++++
 boa.c        |  278 +++++++++++++++
 boa.h        |  223 ++++++++++++
 buffer.c     |  295 ++++++++++++++++
 cgi.c        |  595 +++++++++++++++++++++++++++++++++
 cgi_header.c |  176 +++++++++
 compat.h     |  160 +++++++++
 config.c     |  561 +++++++++++++++++++++++++++++++
 config.h     |  164 +++++++++
 config.h.in  |  163 +++++++++
 defines.h    |  140 +++++++
 escape.c     |   94 +++++
 escape.h     |   49 ++
 get.c        |  753 ++++++++++++++++++++++++++++++++++++++++++
 globals.h    |  285 ++++++++++++++++
 hash.c       |  518 +++++++++++++++++++++++++++++
 index_dir.c  |  382 +++++++++++++++++++++
 ip.c         |  138 +++++++
 log.c        |  273 +++++++++++++++
 mmap_cache.c |  184 ++++++++++
 pipe.c       |  337 +++++++++++++++++++
 poll.c       |  186 ++++++++++
 queue.c      |  145 ++++++++
 range.c      |  413 +++++++++++++++++++++++
 read.c       |  397 ++++++++++++++++++++++
 request.c    | 1010 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 response.    |    1 
 response.c   |  625 +++++++++++++++++++++++++++++++++++
 select.c     |  236 +++++++++++++
 signals.c    |  234 +++++++++++++
 sublog.c     |  146 ++++++++
 timestamp.c  |   34 +
 util.c       |  593 +++++++++++++++++++++++++++++++++
 webindex.pl  |  119 ++++++
 37 files changed, 10857 insertions(+)