<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/chrisd/polipo, branch polipo-20091115</title>
<subtitle>Christopher's Polipo repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chrisd/polipo.git/'/>
<entry>
<title>Don't spuriously ignore CNAMEs after a DNS timeout.</title>
<updated>2009-11-11T00:48:04+00:00</updated>
<author>
<name>Juliusz Chroboczek</name>
<email>jch@pps.jussieu.fr</email>
</author>
<published>2009-11-11T00:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chrisd/polipo.git/commit/?id=1144bc9a25fe685bf5a8d18a22d4fa79b9ade75b'/>
<id>1144bc9a25fe685bf5a8d18a22d4fa79b9ade75b</id>
<content type='text'>
Ignore-this: 60fbb7453699ecbff6961bf1622dfb3
From Alan Jenkins.

darcs-hash:20091111004804-4cc09-0d24709fbdebd5a7bdc5ce01a6a76aab5bc1241c.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore-this: 60fbb7453699ecbff6961bf1622dfb3
From Alan Jenkins.

darcs-hash:20091111004804-4cc09-0d24709fbdebd5a7bdc5ce01a6a76aab5bc1241c.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>Protect against overflow when parsing integers.</title>
<updated>2009-09-16T21:32:46+00:00</updated>
<author>
<name>Juliusz Chroboczek</name>
<email>jch@pps.jussieu.fr</email>
</author>
<published>2009-09-16T21:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chrisd/polipo.git/commit/?id=9105046e16429149bf3c3d9d03b600299bcdd65b'/>
<id>9105046e16429149bf3c3d9d03b600299bcdd65b</id>
<content type='text'>
Ignore-this: c97a1952207376be3a91925fbe4dc6c3
This avoids mysterious failures with objects above 2GB, at least on 32-bit
arches.  Thanks to Thomas Wiesel.

darcs-hash:20090916213246-4cc09-f79d4c4ffa2eae9b5b5bfc27d50333101e2f3f91.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore-this: c97a1952207376be3a91925fbe4dc6c3
This avoids mysterious failures with objects above 2GB, at least on 32-bit
arches.  Thanks to Thomas Wiesel.

darcs-hash:20090916213246-4cc09-f79d4c4ffa2eae9b5b5bfc27d50333101e2f3f91.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix logging to syslog on arches that need va_copy.</title>
<updated>2009-05-25T15:19:34+00:00</updated>
<author>
<name>Juliusz Chroboczek</name>
<email>jch@pps.jussieu.fr</email>
</author>
<published>2009-05-25T15:19:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chrisd/polipo.git/commit/?id=136f10f7c918c51c0dc9b3ee750a509bbc96772e'/>
<id>136f10f7c918c51c0dc9b3ee750a509bbc96772e</id>
<content type='text'>
Ignore-this: 549ccba8fd6edb4d41b5929edcf2c127

darcs-hash:20090525151934-4cc09-0fe5ade7fe1d3352d4f0a64b9b1010ddc00f9aee.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore-this: 549ccba8fd6edb4d41b5929edcf2c127

darcs-hash:20090525151934-4cc09-0fe5ade7fe1d3352d4f0a64b9b1010ddc00f9aee.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement new option to set Cache-Control: no-transform on all requests.</title>
<updated>2009-05-23T06:02:28+00:00</updated>
<author>
<name>Juliusz Chroboczek</name>
<email>jch@pps.jussieu.fr</email>
</author>
<published>2009-05-23T06:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chrisd/polipo.git/commit/?id=957bd7362035a5aa644b1605792906f3f43c8122'/>
<id>957bd7362035a5aa644b1605792906f3f43c8122</id>
<content type='text'>
Ignore-this: c177ff3b5d3199f12852ee58b33cbf3c
Thanks to Nick Osborn.

darcs-hash:20090523060228-4cc09-2bbf954811b000ba9757c9a1f4ad43ada920c3b3.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore-this: c177ff3b5d3199f12852ee58b33cbf3c
Thanks to Nick Osborn.

darcs-hash:20090523060228-4cc09-2bbf954811b000ba9757c9a1f4ad43ada920c3b3.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in ETag parsing.</title>
<updated>2009-05-23T06:00:56+00:00</updated>
<author>
<name>Juliusz Chroboczek</name>
<email>jch@pps.jussieu.fr</email>
</author>
<published>2009-05-23T06:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chrisd/polipo.git/commit/?id=712cbfe12708bc22dcd6c26c256b40b0e2c84a79'/>
<id>712cbfe12708bc22dcd6c26c256b40b0e2c84a79</id>
<content type='text'>
Ignore-this: 5232706df057638d0280120b1893763
Thanks to Nick Osborn.

darcs-hash:20090523060056-4cc09-98499d868b1fb1c545db6853cb48eac8674559cf.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore-this: 5232706df057638d0280120b1893763
Thanks to Nick Osborn.

darcs-hash:20090523060056-4cc09-98499d868b1fb1c545db6853cb48eac8674559cf.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid a memory leak in discardServer.</title>
<updated>2009-04-27T20:01:52+00:00</updated>
<author>
<name>Juliusz Chroboczek</name>
<email>jch@pps.jussieu.fr</email>
</author>
<published>2009-04-27T20:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chrisd/polipo.git/commit/?id=73c8b5d86726848ff4feac16c68d648bf0c0f42f'/>
<id>73c8b5d86726848ff4feac16c68d648bf0c0f42f</id>
<content type='text'>
Ignore-this: 32c558d54787010a83d504231e9f3879
Thanks to Ming Fu.

darcs-hash:20090427200152-4cc09-e7b002c90da52db1ad504a1ebb5c65fdeef68563.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore-this: 32c558d54787010a83d504231e9f3879
Thanks to Ming Fu.

darcs-hash:20090427200152-4cc09-e7b002c90da52db1ad504a1ebb5c65fdeef68563.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>Use authentication (if configured) on tunnelled connections.</title>
<updated>2009-04-27T19:54:54+00:00</updated>
<author>
<name>Juliusz Chroboczek</name>
<email>jch@pps.jussieu.fr</email>
</author>
<published>2009-04-27T19:54:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chrisd/polipo.git/commit/?id=3b06f6a8732ee4a1cf8b5e0dd30ec0f9d3552c39'/>
<id>3b06f6a8732ee4a1cf8b5e0dd30ec0f9d3552c39</id>
<content type='text'>
Ignore-this: 857e91b3ce3bde90c9b7b62be7c66356
From Stephen Dolan.

darcs-hash:20090427195454-4cc09-d3dcdc33d2f6c9dd1e6a3d5571fb95285213845c.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore-this: 857e91b3ce3bde90c9b7b62be7c66356
From Stephen Dolan.

darcs-hash:20090427195454-4cc09-d3dcdc33d2f6c9dd1e6a3d5571fb95285213845c.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix resetting of socksParentProxy.</title>
<updated>2009-03-15T04:40:35+00:00</updated>
<author>
<name>Juliusz Chroboczek</name>
<email>jch@pps.jussieu.fr</email>
</author>
<published>2009-03-15T04:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chrisd/polipo.git/commit/?id=902aa485b22270dd7763b665e8bc185bc480a7e6'/>
<id>902aa485b22270dd7763b665e8bc185bc480a7e6</id>
<content type='text'>
From Rogutės Sparnuotos.

darcs-hash:20090315044035-4cc09-65ab45f01a346290099699b743ae0e7e86cb3b88.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Rogutės Sparnuotos.

darcs-hash:20090315044035-4cc09-65ab45f01a346290099699b743ae0e7e86cb3b88.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid integer overflow in assertion.</title>
<updated>2009-03-15T04:34:58+00:00</updated>
<author>
<name>Juliusz Chroboczek</name>
<email>jch@pps.jussieu.fr</email>
</author>
<published>2009-03-15T04:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chrisd/polipo.git/commit/?id=b0d494132a2d7d0462152528419346da4e6d2819'/>
<id>b0d494132a2d7d0462152528419346da4e6d2819</id>
<content type='text'>
Ignore-this: ad5c515fb6407d1a4ea5e68ed2d123ea
From Fabian Keil.

darcs-hash:20090315043458-4cc09-c787d036dfc94ae342bafa6d0861b819b19491b4.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore-this: ad5c515fb6407d1a4ea5e68ed2d123ea
From Fabian Keil.

darcs-hash:20090315043458-4cc09-c787d036dfc94ae342bafa6d0861b819b19491b4.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix off-by-one in urlDecode.</title>
<updated>2009-03-15T04:25:27+00:00</updated>
<author>
<name>Juliusz Chroboczek</name>
<email>jch@pps.jussieu.fr</email>
</author>
<published>2009-03-15T04:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/chrisd/polipo.git/commit/?id=0b4edc8cbe41d3b5d90bac1ac0e55e481e2235ce'/>
<id>0b4edc8cbe41d3b5d90bac1ac0e55e481e2235ce</id>
<content type='text'>
From Ilja van Sprundel.

darcs-hash:20090315042527-4cc09-864c8bfe485a1bd7fc830be83f9fec09000a2dbc.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Ilja van Sprundel.

darcs-hash:20090315042527-4cc09-864c8bfe485a1bd7fc830be83f9fec09000a2dbc.gz
</pre>
</div>
</content>
</entry>
</feed>
