X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=showargs.c;h=f958ca1896dbdacfb2bf733a4de14930eeaab0fb;hb=dbce60268b79927eb2f836e543416df53b30b867;hp=d7e9ca296a487d706a2910480069ba05da9260ed;hpb=92c05ed6c1d429ca1decfa3b8cca1b6914e60b82;p=privoxy.git diff --git a/showargs.c b/showargs.c index d7e9ca29..f958ca18 100644 --- a/showargs.c +++ b/showargs.c @@ -1,4 +1,4 @@ -const char showargs_rcs[] = "$Id: showargs.c,v 1.15 2001/06/09 10:55:28 jongfoster Exp $"; +const char showargs_rcs[] = "$Id: showargs.c,v 1.17 2001/06/29 21:45:41 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/showargs.c,v $ @@ -34,6 +34,18 @@ const char showargs_rcs[] = "$Id: showargs.c,v 1.15 2001/06/09 10:55:28 jongfost * * Revisions : * $Log: showargs.c,v $ + * Revision 1.17 2001/06/29 21:45:41 oes + * Indentation, CRLF->LF, Tab-> Space + * + * Revision 1.16 2001/06/29 13:35:07 oes + * - Adapted + * - Improved comments + * - Removed init_proxy_args + * - Renamed end_proxy_args(csp) to show_rcs(void) + * - Removed logentry from cancelled commit + * - Destroyed support for ndef SPLIT_PROXY_ARGS (Ooops) + * - Separated the #define list into show_defines() + * * Revision 1.15 2001/06/09 10:55:28 jongfoster * Changing BUFSIZ ==> BUFFER_SIZE * @@ -327,7 +339,7 @@ char *show_rcs(void) #undef SHOW_RCS - return(b); + return(b); } /********************************************************************* @@ -377,7 +389,7 @@ char *show_defines(void) #endif /* ndef FORCE_LOAD */ #ifdef DENY_GZIP - b = strsav(b, "
  • #define DENY_GZIP - Prevents requests from being compressed - required for PCRS.
  • \n"); + b = strsav(b, "
  • #define DENY_GZIP - Prevents requests from being compressed - required for PCRS on some sites.
  • \n"); #else /* ifndef DENY_GZIP */ b = strsav(b, "
  • #undef DENY_GZIP - Allows requests to be compressed if the browser and server support it.
  • \n"); #endif /* ndef DENY_GZIP */