X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.h;h=a495cd7c386300680576b7a4ef73b9da3c942cd8;hp=0a8b6856f261a3618c2a167176e12fa3c8b1cccd;hb=9577b50e7aaeedaa8e97df6f9ef78122217de524;hpb=0387d3626e82986c9f271890eac35a173b494b99 diff --git a/cgi.h b/cgi.h index 0a8b6856..a495cd7c 100644 --- a/cgi.h +++ b/cgi.h @@ -1,6 +1,6 @@ #ifndef _CGI_H #define _CGI_H -#define CGI_H_VERSION "$Id: $" +#define CGI_H_VERSION "$Id: cgi.h,v 1.1 2001/06/03 11:04:49 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.h,v $ @@ -38,6 +38,60 @@ * * Revisions : * $Log: cgi.h,v $ + * Revision 1.1 2001/06/03 11:04:49 oes + * Makefile/in + * + * introduced cgi.c + * + * actions.c: + * + * adapted to new enlist_unique arg format + * + * conf loadcfg.c + * + * introduced confdir option + * + * filters.c filtrers.h + * + * extracted-CGI relevant stuff + * + * jbsockets.c + * + * filled comment + * + * jcc.c + * + * support for new cgi mechansim + * + * list.c list.h + * + * functions for new list type: "map" + * extended enlist_unique + * + * miscutil.c .h + * introduced bindup() + * + * parsers.c parsers.h + * + * deleted const struct interceptors + * + * pcrs.c + * added FIXME + * + * project.h + * + * added struct map + * added struct http_response + * changes struct interceptors to struct cgi_dispatcher + * moved HTML stuff to cgi.h + * + * re_filterfile: + * + * changed + * + * showargs.c + * NO TIME LEFT + * * * **********************************************************************/