X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=project.h;h=7830259aec621e43a905e1e8a2ba75f877f29df1;hb=e23257d162f842b41571671c70bc141b0c1399b4;hp=e0a5b10806e6cca263814bf3f41ecad155eedd71;hpb=3ff869cb409e19bfe1e1722f75394f32e961b873;p=privoxy.git diff --git a/project.h b/project.h index e0a5b108..7830259a 100644 --- a/project.h +++ b/project.h @@ -1,6 +1,6 @@ #ifndef _PROJECT_H #define _PROJECT_H -#define PROJECT_H_VERSION "$Id: project.h,v 1.18 2001/06/09 10:57:39 jongfoster Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.19 2001/06/29 13:33:36 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -36,6 +36,17 @@ * * Revisions : * $Log: project.h,v $ + * Revision 1.19 2001/06/29 13:33:36 oes + * - Improved comments + * - Introduced http_request.host_ip_addr_str + * - Introduced http_response.head_length + * - Introduced config.my_ip_addr_str, config.my_hostname, + * config.admin_address and config.proxy_info_url + * - Removed config.proxy_args_header and config.proxy_args_trailer, + * renamed config.proxy_args_invocation to config.proxy_args + * - Removed HTML snipplets and GIFs + * - Removed logentry from cancelled commit + * * Revision 1.18 2001/06/09 10:57:39 jongfoster * Adding definition of BUFFER_SIZE. * Changing struct cgi_dispatcher to use "const" strings. @@ -242,8 +253,8 @@ #ifdef __cplusplus extern "C" { #endif - -#define BUFFER_SIZE 5000 + +#define BUFFER_SIZE 5000 #define FOREVER 1