<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sysrqb/tor, branch master</title>
<subtitle>Matt's tor repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/tor.git/'/>
<entry>
<title>Fix: init HSDirs list in rend_data_service_create</title>
<updated>2015-05-14T15:09:02+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@ev0ke.net</email>
</author>
<published>2015-05-14T14:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/tor.git/commit/?id=2aaaf7b145e818835e4e0d17e9aed14213b8b0ee'/>
<id>2aaaf7b145e818835e4e0d17e9aed14213b8b0ee</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@ev0ke.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Goulet &lt;dgoulet@ev0ke.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug15880_027_03'</title>
<updated>2015-05-14T14:46:45+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2015-05-14T14:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/tor.git/commit/?id=d05d21c89a21695ba9de32140ff13c68610b39f0'/>
<id>d05d21c89a21695ba9de32140ff13c68610b39f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test: fix HS_DESC to expect descriptor ID</title>
<updated>2015-05-14T14:46:38+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@ev0ke.net</email>
</author>
<published>2015-05-12T20:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/tor.git/commit/?id=acfa374048cfbf7f632ecaba8355826366e4ed1f'/>
<id>acfa374048cfbf7f632ecaba8355826366e4ed1f</id>
<content type='text'>
With #15881 implemented, this adds the missing descriptor ID at the end of
the expected control message.

Signed-off-by: David Goulet &lt;dgoulet@ev0ke.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With #15881 implemented, this adds the missing descriptor ID at the end of
the expected control message.

Signed-off-by: David Goulet &lt;dgoulet@ev0ke.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing descriptor ID to HS_DESC control event</title>
<updated>2015-05-14T14:46:38+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@ev0ke.net</email>
</author>
<published>2015-04-30T16:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/tor.git/commit/?id=c1ffeadff4db375886d40bb5928ddd4fe761ba9f'/>
<id>c1ffeadff4db375886d40bb5928ddd4fe761ba9f</id>
<content type='text'>
For FAILED and RECEIVED action of the HS_DESC event, we now sends back the
descriptor ID at the end like specified in the control-spec section 4.1.25.

Fixes #15881

Signed-off-by: David Goulet &lt;dgoulet@ev0ke.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For FAILED and RECEIVED action of the HS_DESC event, we now sends back the
descriptor ID at the end like specified in the control-spec section 4.1.25.

Fixes #15881

Signed-off-by: David Goulet &lt;dgoulet@ev0ke.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rend_config_services() indentation</title>
<updated>2015-05-14T14:27:04+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@ev0ke.net</email>
</author>
<published>2015-05-11T20:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/tor.git/commit/?id=6346d73b8efd030436f69b905c0956e24dcb036f'/>
<id>6346d73b8efd030436f69b905c0956e24dcb036f</id>
<content type='text'>
Not sure what happened but whitespace gone wild! :)

Signed-off-by: David Goulet &lt;dgoulet@ev0ke.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not sure what happened but whitespace gone wild! :)

Signed-off-by: David Goulet &lt;dgoulet@ev0ke.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use safe_str_client() for service ID in log</title>
<updated>2015-05-14T14:26:57+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@ev0ke.net</email>
</author>
<published>2015-05-11T20:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/tor.git/commit/?id=b6e7b57d9ad7a756a12e90df1ff5c81cc6cb9acd'/>
<id>b6e7b57d9ad7a756a12e90df1ff5c81cc6cb9acd</id>
<content type='text'>
Scrub the service ID in a warning log.

Signed-off-by: David Goulet &lt;dgoulet@ev0ke.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Scrub the service ID in a warning log.

Signed-off-by: David Goulet &lt;dgoulet@ev0ke.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/maint-0.2.6'</title>
<updated>2015-05-13T15:06:10+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2015-05-13T15:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/tor.git/commit/?id=113dc51020bc6e6cf4702ac55e3bf17f3833fe99'/>
<id>113dc51020bc6e6cf4702ac55e3bf17f3833fe99</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 'origin/maint-0.2.5' into maint-0.2.6</title>
<updated>2015-05-13T15:05:33+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2015-05-13T15:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/tor.git/commit/?id=614d9bc9674cfb7807b0423bb43fc1c184501144'/>
<id>614d9bc9674cfb7807b0423bb43fc1c184501144</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 'origin/maint-0.2.5'</title>
<updated>2015-05-13T15:04:17+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2015-05-13T15:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/tor.git/commit/?id=b76314d3a1430f4440dcbec4f5026564981f2030'/>
<id>b76314d3a1430f4440dcbec4f5026564981f2030</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 'bug15823_025' into maint-0.2.5</title>
<updated>2015-05-13T15:03:05+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2015-05-13T15:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/tor.git/commit/?id=8aa04408fb724d55e95419ec9f0568c7d733acb5'/>
<id>8aa04408fb724d55e95419ec9f0568c7d733acb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
