NetBSD.se

CVS log for pkgsrc/www/ap-gzip/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / www / ap-gzip

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 24 14:08:27 2005 UTC (7 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, cwrapper, cube-native-xorg-base, cube-native-xorg, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Add RMD160 checksums.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 22 12:46:42 2002 UTC (9 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4, netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -8 lines
Update to 1.3.26.1a, provided by Todd Vierling in PR 18514.
Changes:
* mod_gzip_update_static Yes/No
  This new directive controls wether mod_gzip should re-gzip outdated
  precompressed files. mod_gzip compresses a copy of the original file,
  use it with care! No other modules can handle the content of these
  HTTP requests.
* bugfix for long lines
  In older versions, mod_gzip had a problem with HTTP header lines
  longer than 4k. This bug has been fixed.
* Vary bugfix
  The previous version of mod_gzip sent Vary headers in too many cases.
  But now this is not longer necessary. mod_gzip sends no
  Vary headers when the request is excluded by 'file', 'uri' or
  'handler'.
* Netware patch
  Guenter Knauf wrote a patch for Netware. It's now included.
* Documentation included
* mod_gzip_static_suffix  suffix
  This new directive defines the suffix of the static compressed files.
  On most platforms this will be .gz, but on some it may be .z or
  something like that. Default is '.gz'.
  Warning: You have to add an 'AddEncoding .suffix gzip' in your Apache
  config! If you don't do this, Apache may send a wrong
  'Content-Encoding' HTTP header (or even none at all).
* mod_gzip_handle_methods GET POST
  Parameters are GET or POST or a list of both values.
  Default is the list of both values.
* mod_gzip_send_vary Yes/No
  This will be useful for some caching HTTP proxies like squid.
  Prior to the current version of mod_gzip, they had problems
  to properly handle mod_gzip output.
  Warning: Don't set this value to "no" unless you are perfectly
  sure that all clients in your environment are able to handle
  compressed content properly!
* Workfile bug fixed
  In prior versions of mod_gzip there was a problem with the
  workfiles. When the compressed version of a file was bigger
  than the file itself, the workfile has not been deleted.
  Now it will be.
* mod_gzip recognizes outdated .gz files
  mod_gzip now performs another stat() call and checks whether
  the static compressed version of the file is older than the
  uncompressed original file itself. If so, it sends the
  uncompressed content(!) and creates a
  SEND_AS_IS:PRECOMPRESSED_VARIANT_OUTDATED status value.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Apr 1 17:44:43 2002 UTC (10 years, 1 month ago) by tv
Branches: TNF
CVS tags: pkgviews-base, pkgviews, pkgsrc-base, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Add mod_gzip 1.3.19.1a, an on-the-fly "Content-Encoding: gzip" compression
handler (useful for reducing the bandwidth expended in transferring large
plaintext or HTML files).  From DESCR:

**

mod_gzip uses the well established and publicly available IETF
Content-Encoding standards in conjunction with publicy available GZIP
compression libraries such as ZLIB to deliver dynamically compressed
content 'on the fly' to any browser or user-agent that is capable of
receiving it. It is a software based solution that runs perfectly in
conjunction with any Apache Web Server on both UNIX and Win32 platforms.

No additional client side software is required to use this product. 

mod_gzip does not require ANY software to be installed on the client
side. There is no accompanying 'Plug-in' or 'Client Proxy' of any kind.
All you need is your current HTTP 1.1 compliant browser. All modern
browsers released since early 1999 are already capable of receiving
compressed Internet content via standard IETF Content Encoding if they
are HTTP 1.1 compliant.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Apr 1 17:44:43 2002 UTC (10 years, 1 month ago) by tv
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>