Commit graph

7 commits

Author SHA1 Message Date
wen
e65a87e9bf Update to 1.4
Upstream changes:
2017-04-07 Mattias Holmlund

  Version 1.4

    Fix tests when run without internet connectivity. Patch by Mike Parker.
    Fixes https://rt.cpan.org/Ticket/Display.html?id=120584

2017-03-11 Mattias Holmlund

  Version 1.3

    Added missing Changes entry for version 1.2. No other changes.

2017-03-07 Mattias Holmlund

  Version 1.2

    Add X-No-Server-Contact header when the content returned has been
      delivered without any contact with the external server
2017-08-20 01:10:51 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
wen
cf9ea73d05 Update to 1.1
Add LICENSE

Upstream changes:
2012-10-25 Mattias Holmlund

  Version 1.1

    Unlink temporary cachefiles if we fail to give them a proper name
      Resolves https://rt.cpan.org/Ticket/Display.html?id=60065

    Handle multiple simultaneous cache cleanups
      Hopefully resolves https://rt.cpan.org/Public/Bug/Display.html?id=77015

    Handle caching of zero-size documents
      Resolves https://rt.cpan.org/Public/Bug/Display.html?id=76785

    Populate $response->message with the default message for the code
      Patch from Graham Barr

    Ensure response has access to request when fetching from cache
      Patch from Graham Barr.

    Handle undefined content from servers.
2014-02-23 13:19:54 +00:00
he
34b0cb492a Update from version 0.7 to 1.0. Changes:
2007-12-12 Mattias Holmlund

  Version 1.0

  Add ApproveContent option.
  Add pod-tests.
  Mark internal methods with leading underscore.
2008-07-20 20:00:52 +00:00
wiz
f5ca6a4b3f Update to 0.5:
2006-03-12 Mattias Holmlund

  Version 0.7


  Add NoUpdate option.
  Remove Verbose output for HEAD requests.

2005-05-30 Mattias Holmlund

  Version 0.6

  Handle invalid cache-directories.
  Create the cache directory if it doesn't exist.
  Store the headers Content-Type, Content-Length, Content-Encoding,
  Content-Range and Last-Modified in the cache and restore them
  when returning a cached response.
  Fix bug in ETag cache handling.
2007-02-27 14:12:05 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
wiz
82a3310a7d Initial import of p5-HTTP-Cache-Transparent:
HTTP::Cache::Transparent is an implementation of http get that
keeps a local cache of fetched pages to avoid fetching the same
data from the server if it hasn't been updated. The cache is stored
on disk and is thus persistent between invocations.

The http-headers If-Modified-Since and ETag are used to let the
server decide if the version in the cache is up-to-date or not.
2005-02-19 20:22:34 +00:00