polipo 1.0.4.1-5 source package in Ubuntu

Changelog

polipo (1.0.4.1-5) unstable; urgency=low


  * stop hardcoding some variables in polipo-control script. Closes: #510284
  * backport upstream commit 136f10f7 (syslogging on amd64). Closes: #729926
  * add explicit shell call to daily cronjob script. Closes: #734833
  * control: update to standard 3.9.5. No further changes.

 -- Rolf Leggewie <email address hidden>  Wed, 15 Jan 2014 11:16:50 +0800

Upload details

Uploaded by:
Rolf Leggewie
Uploaded to:
Sid
Original maintainer:
Rolf Leggewie
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
polipo_1.0.4.1-5.dsc 1.9 KiB 9c42ee8968339a90e11a198b9e9dd04e105975f5d28a6b78df3decbc0662e2ec
polipo_1.0.4.1.orig.tar.gz 175.9 KiB 8d6fbfdec600d42823e483b0143704c6f179c349803028a4d2cef056b79f7cfa
polipo_1.0.4.1-5.debian.tar.gz 15.6 KiB 1ce82f6734d8f24d3bd7205c68dd8b9660c05b105cf032127d69916e71ea23cb

Available diffs

No changes file available.

Binary packages built by this source

polipo: lightweight, caching web proxy

 Polipo is a caching web proxy (a web cache) designed to be used by one
 person or a small group of people. It is similar in spirit to WWWOFFLE, but
 the implementation techniques are more like the ones used by Squid.
 .
 Polipo has some features that are unique among currently available proxies:
 .
  o Polipo will use HTTP/1.1 pipelining if it believes that the remote
  server supports it, whether the incoming requests are pipelined or
  come in simultaneously on multiple connections (this is more than the
  simple usage of persistent connections, which is done by e.g. Squid);
 .
  o Polipo will cache the initial segment of an instance if the
  download has been interrupted, and, if necessary, complete it later
  using Range requests;
 .
  o Polipo will upgrade client requests to HTTP/1.1 even if they come
  in as HTTP/1.0, and up- or downgrade server replies to the client's
  capabilities (this may involve conversion to or from the HTTP/1.1
  chunked encoding);
 .
  o Polipo has fairly complete support for IPv6 (except for scoped
  (link-local) addresses).
 .
 Optionally, Polipo can use a technique known as Poor Man's Multiplexing
 to reduce latency.