<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/art/tor, branch feature6031-2</title>
<subtitle>Arturo's Tor repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/art/tor.git/'/>
<entry>
<title>Implement feature #6031 based on review by rransom</title>
<updated>2012-06-16T11:51:21+00:00</updated>
<author>
<name>Arturo Filastò</name>
<email>art@torproject.org</email>
</author>
<published>2012-06-16T11:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/art/tor.git/commit/?id=f6d3dc3d9e0e70f2c553ce254b49630bd98910e9'/>
<id>f6d3dc3d9e0e70f2c553ce254b49630bd98910e9</id>
<content type='text'>
* Return SOCKS code 0x23 when HS is not found
* Return SOCKS code 0x24 when HS is not reachable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Return SOCKS code 0x23 when HS is not found
* Return SOCKS code 0x24 when HS is not reachable
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typos from 783f705d</title>
<updated>2012-06-15T21:08:25+00:00</updated>
<author>
<name>Roger Dingledine</name>
<email>arma@torproject.org</email>
</author>
<published>2012-06-15T21:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/art/tor.git/commit/?id=ca525db02dbb026bda4305881476dada754c3ca3'/>
<id>ca525db02dbb026bda4305881476dada754c3ca3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a compiler warning added in one of my XXX023 fixes.</title>
<updated>2012-06-15T20:43:59+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-06-15T20:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/art/tor.git/commit/?id=97555f453741c41891461d850ab16452fb6b7131'/>
<id>97555f453741c41891461d850ab16452fb6b7131</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespace fix</title>
<updated>2012-06-15T20:12:24+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-06-15T20:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/art/tor.git/commit/?id=30c4653780daa1c70946ed78c102eeab8adb2fe6'/>
<id>30c4653780daa1c70946ed78c102eeab8adb2fe6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo found by Mike.</title>
<updated>2012-06-15T20:12:04+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-06-15T20:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/art/tor.git/commit/?id=eab75d2c36a4b6ee4bd634f7eff8fe6fa00b6c1c'/>
<id>eab75d2c36a4b6ee4bd634f7eff8fe6fa00b6c1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'public/xxx023'</title>
<updated>2012-06-15T20:10:59+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-06-15T20:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/art/tor.git/commit/?id=bdfb399867e697e1afcbe0927a7aba685a587b1c'/>
<id>bdfb399867e697e1afcbe0927a7aba685a587b1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check the correct consensus before giving it to the client</title>
<updated>2012-06-15T19:07:54+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-06-15T14:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/art/tor.git/commit/?id=cc21e56ed4cfc9c83b2cbfef9a8ff088471f7925'/>
<id>cc21e56ed4cfc9c83b2cbfef9a8ff088471f7925</id>
<content type='text'>
Previously, a directory would check the latest NS consensus for
having the signatures the client wanted, and use that consensus's
valid_until time to set the HTTP lifetime.  With this patch, the
directory looks at NS consensus or the microdesc consensus,
depending on what the client asked for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, a directory would check the latest NS consensus for
having the signatures the client wanted, and use that consensus's
valid_until time to set the HTTP lifetime.  With this patch, the
directory looks at NS consensus or the microdesc consensus,
depending on what the client asked for.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change a silent ignore-the-bug in microdesc.c to a LOG_INFO</title>
<updated>2012-06-15T19:07:54+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-06-15T14:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/art/tor.git/commit/?id=32bf25888110482255cda8bcc77fb4fc7d8c0d38'/>
<id>32bf25888110482255cda8bcc77fb4fc7d8c0d38</id>
<content type='text'>
I don't believe this bug occurs, but there was an XXX023 to make
sure it doesn't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I don't believe this bug occurs, but there was an XXX023 to make
sure it doesn't.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move tor_gettimeofday_cached() into compat_libevent</title>
<updated>2012-06-15T19:07:53+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-06-15T14:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/art/tor.git/commit/?id=e62104a7d21432380c66db1901215412e9c53ad7'/>
<id>e62104a7d21432380c66db1901215412e9c53ad7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor GETINFO process/descriptor-limit</title>
<updated>2012-06-15T19:07:53+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-06-15T14:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/art/tor.git/commit/?id=1755f792ed265dcea70a199c19ffde47aae7544b'/>
<id>1755f792ed265dcea70a199c19ffde47aae7544b</id>
<content type='text'>
Previously it duplicated some getrlimit code and content from compat.c;
now it doesn't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously it duplicated some getrlimit code and content from compat.c;
now it doesn't.
</pre>
</div>
</content>
</entry>
</feed>
