<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sebastian/tor, branch ticket21031_v2</title>
<subtitle>Sebastian's Tor repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/'/>
<entry>
<title>ClientDNSRejectInternalAddresses in non-default networks</title>
<updated>2017-11-04T17:31:02+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2017-11-04T15:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=d3fee8b82395f95a925b9adcb7b3a66ae0d5a0ef'/>
<id>d3fee8b82395f95a925b9adcb7b3a66ae0d5a0ef</id>
<content type='text'>
Once again allow the flag to be set, unless the default network is used.
Thanks to nickm for a suggestion for the workaround to a test failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Once again allow the flag to be set, unless the default network is used.
Thanks to nickm for a suggestion for the workaround to a test failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Undo deprecation of ClientDNSRejectInternalAddresses</title>
<updated>2017-11-04T17:31:00+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2017-11-04T15:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=e491c05f96387178da0958614084cd6ab30f5ea7'/>
<id>e491c05f96387178da0958614084cd6ab30f5ea7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Make ClientDNSRejectInternalAddresses testing-only."</title>
<updated>2017-11-04T17:30:59+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2017-11-03T22:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=5a46074e550229e6c19eac9625b26af346b487fc'/>
<id>5a46074e550229e6c19eac9625b26af346b487fc</id>
<content type='text'>
This reverts commit 27fa4a98d23972213122fa99499efa4baebe49e3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 27fa4a98d23972213122fa99499efa4baebe49e3.
</pre>
</div>
</content>
</entry>
<entry>
<title>nodelist: Downgrade warning to protocol warning</title>
<updated>2017-11-02T14:33:57+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2017-11-01T16:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=0386280487fce78b73e060234f515b850af9c589'/>
<id>0386280487fce78b73e060234f515b850af9c589</id>
<content type='text'>
The node_get_ed25519_id() warning can actually be triggered by a relay flagged
with NoEdConsensus so instead of triggering a warning on all relays of the
network, downgrade it to protocol warning.

Fixes #24025

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The node_get_ed25519_id() warning can actually be triggered by a relay flagged
with NoEdConsensus so instead of triggering a warning on all relays of the
network, downgrade it to protocol warning.

Fixes #24025

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dgoulet_ticket23753_032_02_squashed' into maint-0.3.2</title>
<updated>2017-11-02T14:30:42+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2017-11-02T14:30:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=cb42c62c9e87d4699add69087ba25d1454758bb0'/>
<id>cb42c62c9e87d4699add69087ba25d1454758bb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sched: Rate limit scheduler_bug_occurred()</title>
<updated>2017-11-02T14:30:33+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2017-10-26T18:44:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=6dc591a024e4dde8f4beafc7d42bdaeac996cca4'/>
<id>6dc591a024e4dde8f4beafc7d42bdaeac996cca4</id>
<content type='text'>
Just in case we end up hitting a SCHED_BUG() multiple times, rate limit the
log warning.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just in case we end up hitting a SCHED_BUG() multiple times, rate limit the
log warning.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sched: Add another SCHED_BUG() callsite</title>
<updated>2017-11-02T14:30:33+00:00</updated>
<author>
<name>Matt Traudt</name>
<email>sirmatt@ksu.edu</email>
</author>
<published>2017-10-03T20:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=52050bb2c6b498c05c7ec54947deff5f662db34e'/>
<id>52050bb2c6b498c05c7ec54947deff5f662db34e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sched: Use SCHED_BUG() macro in scheduler</title>
<updated>2017-11-02T14:30:33+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2017-10-03T18:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=3931a6f264355d7fe017219f76bd5bec1d8bcbd8'/>
<id>3931a6f264355d7fe017219f76bd5bec1d8bcbd8</id>
<content type='text'>
When a BUG() occurs, this macro will print extra information about the state
of the scheduler and the given channel if any. This will help us greatly to
fix future bugs in the scheduler especially when they occur rarely.

Fixes #23753

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a BUG() occurs, this macro will print extra information about the state
of the scheduler and the given channel if any. This will help us greatly to
fix future bugs in the scheduler especially when they occur rarely.

Fixes #23753

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Test that IPv6-only clients can use microdescriptors</title>
<updated>2017-11-02T14:25:49+00:00</updated>
<author>
<name>teor</name>
<email>teor2345@gmail.com</email>
</author>
<published>2017-11-01T06:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=27ea6fcd31ceb7dd9e48e5586aa05f05bfe86e0a'/>
<id>27ea6fcd31ceb7dd9e48e5586aa05f05bfe86e0a</id>
<content type='text'>
When running "make test-network-all", test that IPv6-only clients can use
microdescriptors. IPv6-only microdescriptor client support was fixed in
tor 0.3.0.1-alpha.

Requires chutney master 61c28b9 or later.

Closes ticket 24109.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running "make test-network-all", test that IPv6-only clients can use
microdescriptors. IPv6-only microdescriptor client support was fixed in
tor 0.3.0.1-alpha.

Requires chutney master 61c28b9 or later.

Closes ticket 24109.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak a comment for a minor but important distinction</title>
<updated>2017-11-02T14:22:32+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2017-11-02T14:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=6a9a118f9077c02ce60052275dcede88d9fd2aa3'/>
<id>6a9a118f9077c02ce60052275dcede88d9fd2aa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
