<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/linus/tor, branch master</title>
<subtitle>Linus' Tor repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/'/>
<entry>
<title>Merge branch 'bug7013_take2_squashed'</title>
<updated>2012-11-28T03:18:16+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-11-28T03:18:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=190c1d4981e5751aabd3d894095851c830f1d570'/>
<id>190c1d4981e5751aabd3d894095851c830f1d570</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.</title>
<updated>2012-11-28T03:18:08+00:00</updated>
<author>
<name>George Kadianakis</name>
<email>desnacked@riseup.net</email>
</author>
<published>2012-11-27T22:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=6f21d2e49657ada264cace9da7cf6945b4fc073d'/>
<id>6f21d2e49657ada264cace9da7cf6945b4fc073d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a torrc option to specify the bind address of managed proxies.</title>
<updated>2012-11-28T03:18:08+00:00</updated>
<author>
<name>George Kadianakis</name>
<email>desnacked@riseup.net</email>
</author>
<published>2012-10-30T02:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=f88c3038697b00f50b2da12f46fc76ee0e20d646'/>
<id>f88c3038697b00f50b2da12f46fc76ee0e20d646</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure that the error in ADDRMAP events is well-formed</title>
<updated>2012-11-23T16:36:44+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-11-23T16:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=267c0e5aa14deeb2ca0d7997b4ef5a5c2bbf5fd4'/>
<id>267c0e5aa14deeb2ca0d7997b4ef5a5c2bbf5fd4</id>
<content type='text'>
"error=Unable to launch resolve request" is not a nice thing to tell
the controller.  Bugfix on 0.2.0.19-alpha (c11c48fc).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"error=Unable to launch resolve request" is not a nice thing to tell
the controller.  Bugfix on 0.2.0.19-alpha (c11c48fc).
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor documentation fix</title>
<updated>2012-11-23T15:51:11+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-11-23T15:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=06703f84dfa47e841fdab01bf5cbc32053606656'/>
<id>06703f84dfa47e841fdab01bf5cbc32053606656</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Note limitation of parse_rfc_1123_time</title>
<updated>2012-11-23T15:06:16+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-11-23T15:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=99669c69b3ad424c02393c97b48795eba6fb36bb'/>
<id>99669c69b3ad424c02393c97b48795eba6fb36bb</id>
<content type='text'>
RFC1123 suggests that we should handle two-year times, and a full
range of time zones, and other stuff too.  We don't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC1123 suggests that we should handle two-year times, and a full
range of time zones, and other stuff too.  We don't.
</pre>
</div>
</content>
</entry>
<entry>
<title>In comments and logs, say "UTC" not "GMT"</title>
<updated>2012-11-23T15:05:16+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-11-23T15:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=864e15cd1c596b2a9dbc610d3aa78b49a4f33355'/>
<id>864e15cd1c596b2a9dbc610d3aa78b49a4f33355</id>
<content type='text'>
Fix for #6113.

Note that the RFC1123 times we generate still all say 'GMT'.  I'm
going to suggest this is not worth changing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for #6113.

Note that the RFC1123 times we generate still all say 'GMT'.  I'm
going to suggest this is not worth changing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refer to RFC 4648 instead of the obsolete RFC 3548</title>
<updated>2012-11-23T14:51:35+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-11-23T14:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=e6828ea634966259a8f1bb92ef28d8b20b0dc0e4'/>
<id>e6828ea634966259a8f1bb92ef28d8b20b0dc0e4</id>
<content type='text'>
Affects comments only. For ticket 6849.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Affects comments only. For ticket 6849.
</pre>
</div>
</content>
</entry>
<entry>
<title>forward-port the 0.2.3.25 changelog and release notes</title>
<updated>2012-11-20T08:46:56+00:00</updated>
<author>
<name>Roger Dingledine</name>
<email>arma@torproject.org</email>
</author>
<published>2012-11-20T08:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=0f9524dbd0590c62a31b7d783a2ecbea7dbdcd37'/>
<id>0f9524dbd0590c62a31b7d783a2ecbea7dbdcd37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug7493_redux'</title>
<updated>2012-11-18T23:46:57+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-11-18T23:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/linus/tor.git/commit/?id=ea893a3c30d0e2ed9198258f65ed30e48da69ebe'/>
<id>ea893a3c30d0e2ed9198258f65ed30e48da69ebe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
