<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sebastian/tor, branch bug24137</title>
<subtitle>Sebastian's Tor repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/'/>
<entry>
<title>fixup! Allow bootstrapping networks to have Exit flags</title>
<updated>2017-11-04T03:18:32+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2017-11-04T03:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=e24df58245ff7956ecbaf3817006af6d12b807b1'/>
<id>e24df58245ff7956ecbaf3817006af6d12b807b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow bootstrapping networks to have Exit flags</title>
<updated>2017-11-03T22:07:30+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2017-11-03T22:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=4d6b679318c07ee71bd549d0a53defcf86ca82e4'/>
<id>4d6b679318c07ee71bd549d0a53defcf86ca82e4</id>
<content type='text'>
Relevant for non-test networks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relevant for non-test networks
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint-0.3.2'</title>
<updated>2017-11-02T14:34:08+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2017-11-02T14:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=cceb43c5e31e88535f39aa4b284c1e83ef69faa0'/>
<id>cceb43c5e31e88535f39aa4b284c1e83ef69faa0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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 'maint-0.3.2'</title>
<updated>2017-11-02T14:32:18+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2017-11-02T14:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=65d22dc2f2262dfb0066bff12a0df2db97ca560b'/>
<id>65d22dc2f2262dfb0066bff12a0df2db97ca560b</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 '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>Merge branch 'maint-0.3.2'</title>
<updated>2017-11-02T14:26:30+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2017-11-02T14:26:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/tor.git/commit/?id=f865993653604d7e3e8256d052398591627f8989'/>
<id>f865993653604d7e3e8256d052398591627f8989</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
