<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/rransom/tor, branch abandon-rend-circs-on-newnym</title>
<subtitle>Robert's tor repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/rransom/tor.git/'/>
<entry>
<title>fixup! Abandon rendezvous circuits on SIGNAL NEWNYM</title>
<updated>2011-06-10T03:02:34+00:00</updated>
<author>
<name>Robert Ransom</name>
<email>rransom.8774@gmail.com</email>
</author>
<published>2011-06-10T03:02:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/rransom/tor.git/commit/?id=20514cb14669f0c78857f921733d16946254ac5a'/>
<id>20514cb14669f0c78857f921733d16946254ac5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Abandon rendezvous circuits on SIGNAL NEWNYM</title>
<updated>2011-06-10T02:56:40+00:00</updated>
<author>
<name>Robert Ransom</name>
<email>rransom.8774@gmail.com</email>
</author>
<published>2011-06-10T02:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/rransom/tor.git/commit/?id=ddf66ea6de5ed6c78ad710b94a352ee5298c412e'/>
<id>ddf66ea6de5ed6c78ad710b94a352ee5298c412e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in changes/bug2574. Thanks, rransom</title>
<updated>2011-05-28T06:13:04+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2011-05-28T06:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/rransom/tor.git/commit/?id=f43aceb0f1b10d71d2e99e323668ac35327e286b'/>
<id>f43aceb0f1b10d71d2e99e323668ac35327e286b</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 'bug2574' into maint-0.2.1</title>
<updated>2011-05-28T06:07:48+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2011-05-28T06:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/rransom/tor.git/commit/?id=ee72557d528a846661d4d1d794c127de8c3ef1eb'/>
<id>ee72557d528a846661d4d1d794c127de8c3ef1eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Work correctly if your nameserver is ::1</title>
<updated>2011-05-23T21:42:38+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2011-05-23T21:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/rransom/tor.git/commit/?id=be76850995f337337dd94be66a9f03b35d8b1412'/>
<id>be76850995f337337dd94be66a9f03b35d8b1412</id>
<content type='text'>
We had all the code in place to handle this right... except that we
were unconditionally opening a PF_INET socket instead of looking at
sa_family.  Ow.

Fixes bug 2574; not a bugfix on any particular version, since this
never worked before.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We had all the code in place to handle this right... except that we
were unconditionally opening a PF_INET socket instead of looking at
sa_family.  Ow.

Fixes bug 2574; not a bugfix on any particular version, since this
never worked before.
</pre>
</div>
</content>
</entry>
<entry>
<title>rm files for changes merged in all of release021, release022, master</title>
<updated>2011-05-16T20:17:35+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2011-05-16T20:17:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/rransom/tor.git/commit/?id=0d94f78705d5376059cd2b1bdfe96e84067e212f'/>
<id>0d94f78705d5376059cd2b1bdfe96e84067e212f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>squash! Add crypto_pk_check_key_public_exponent function</title>
<updated>2011-05-16T18:45:06+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2011-05-16T18:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/rransom/tor.git/commit/?id=4a22046c86bec7165e6977024ff84e2109832417'/>
<id>4a22046c86bec7165e6977024ff84e2109832417</id>
<content type='text'>
Rename crypto_pk_check_key_public_exponent to crypto_pk_public_exponent_ok:
it's nice to name predicates s.t. you can tell how to interpret true
and false.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename crypto_pk_check_key_public_exponent to crypto_pk_public_exponent_ok:
it's nice to name predicates s.t. you can tell how to interpret true
and false.
</pre>
</div>
</content>
</entry>
<entry>
<title>Require that certain public keys have public exponent 65537</title>
<updated>2011-05-16T18:28:46+00:00</updated>
<author>
<name>Robert Ransom</name>
<email>rransom.8774@gmail.com</email>
</author>
<published>2011-04-28T21:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/rransom/tor.git/commit/?id=987190c2bc1dc7b64f0f4acf98f6a84609c9d50c'/>
<id>987190c2bc1dc7b64f0f4acf98f6a84609c9d50c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add crypto_pk_check_key_public_exponent function</title>
<updated>2011-05-16T18:07:34+00:00</updated>
<author>
<name>Robert Ransom</name>
<email>rransom.8774@gmail.com</email>
</author>
<published>2011-04-28T19:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/rransom/tor.git/commit/?id=d2629f78a000486f8f994ba0ab75ceeaee67fc55'/>
<id>d2629f78a000486f8f994ba0ab75ceeaee67fc55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check fetched rendezvous descriptors' service IDs</title>
<updated>2011-05-16T18:07:24+00:00</updated>
<author>
<name>Robert Ransom</name>
<email>rransom.8774@gmail.com</email>
</author>
<published>2011-04-27T20:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/rransom/tor.git/commit/?id=7571e9f1cb81927c5bd47190409a30c7f23ea4a1'/>
<id>7571e9f1cb81927c5bd47190409a30c7f23ea4a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
