<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sysrqb/bridgedb, branch bug5232_newdesign_dev_r1</title>
<subtitle>Matt's bridgedb repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/'/>
<entry>
<title>Handle previously unhandled exception when replying to mail</title>
<updated>2014-03-21T03:19:53+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-03-21T03:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=5fe17dda1a20bce0336fe9e3bcb34835a00506f1'/>
<id>5fe17dda1a20bce0336fe9e3bcb34835a00506f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More unit tests for Email Server</title>
<updated>2014-03-21T03:19:23+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-03-21T03:19:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=0797789a4031250c71e617d8c8c7513487126971'/>
<id>0797789a4031250c71e617d8c8c7513487126971</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use more pattern in old tests</title>
<updated>2014-03-21T03:18:44+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-03-21T03:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=57ccb4f3335ee11f4f21dfb22b10ba5aa81bc0e9'/>
<id>57ccb4f3335ee11f4f21dfb22b10ba5aa81bc0e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new pattern some more</title>
<updated>2014-03-21T03:15:49+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-03-21T03:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=97b0f2439e253d530e6e85782edb0ff2d0c956a8'/>
<id>97b0f2439e253d530e6e85782edb0ff2d0c956a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move long-running function calls to background thread</title>
<updated>2014-03-21T03:12:22+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-03-21T03:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=7226c98e730f1cf4ed81e018c9d56d953149a7df'/>
<id>7226c98e730f1cf4ed81e018c9d56d953149a7df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new pattern</title>
<updated>2014-03-21T03:10:43+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-03-21T03:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=bb0834ee3145d961c7371eb25f96d4fce252c11b'/>
<id>bb0834ee3145d961c7371eb25f96d4fce252c11b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return a database handle via generator</title>
<updated>2014-03-21T02:48:46+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-03-21T02:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=0ced6bd944652675e9763c0d39d140a4a09dd847'/>
<id>0ced6bd944652675e9763c0d39d140a4a09dd847</id>
<content type='text'>
Define a new pattern for retrieving an instance of
bridgedb.Storage.Database.

Use:

    with bridgedb.Storage.getDB() as db:
        &lt;do stuff with the database&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define a new pattern for retrieving an instance of
bridgedb.Storage.Database.

Use:

    with bridgedb.Storage.getDB() as db:
        &lt;do stuff with the database&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit tests for bridgedb.Storage</title>
<updated>2014-03-21T02:48:00+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-03-21T02:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=23db83063b05f5b19b09b0f089fa6520aa001da6'/>
<id>23db83063b05f5b19b09b0f089fa6520aa001da6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for SIGHUP and SIGUSR1 signals</title>
<updated>2014-02-07T03:15:03+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-02-07T03:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=2a21dfcb55e659775fcde9dd4f668b98f41d0fd6'/>
<id>2a21dfcb55e659775fcde9dd4f668b98f41d0fd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reparse descriptors in background thread on signal</title>
<updated>2014-02-07T01:17:27+00:00</updated>
<author>
<name>Matthew Finkel</name>
<email>Matthew.Finkel@gmail.com</email>
</author>
<published>2014-02-07T01:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sysrqb/bridgedb.git/commit/?id=2481cfd454858979753c2a6989de9057bee3a5e2'/>
<id>2481cfd454858979753c2a6989de9057bee3a5e2</id>
<content type='text'>
Create temporary distributors and fill them with bridges then
overwrite the old distributors' rings with the rings from the
temporary distributors. Factor out distributor creation code.

Bug fix 5232
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create temporary distributors and fill them with bridges then
overwrite the old distributors' rings with the rings from the
temporary distributors. Factor out distributor creation code.

Bug fix 5232
</pre>
</div>
</content>
</entry>
</feed>
